-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add new fork block and precompile contract for BEP294 and BEP299 #2047
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 030e416 - Browse repository at this point
Copy the full SHA 030e416View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3f882d - Browse repository at this point
Copy the full SHA d3f882dView commit details
Commits on Dec 5, 2023
-
feat: add
generate-proof
to geth cmd (#2028)* feat: add `generate-proof` to geth cmd * chore: rename variable
Configuration menu - View commit details
-
Copy full SHA for 5743b06 - Browse repository at this point
Copy the full SHA 5743b06View commit details
Commits on Dec 7, 2023
-
Merge remote-tracking branch 'BNBChain/develop' into bc-fusion
# Conflicts: # cmd/geth/blsaccountcmd.go # params/config.go
Configuration menu - View commit details
-
Copy full SHA for 3e9e642 - Browse repository at this point
Copy the full SHA 3e9e642View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f3c525 - Browse repository at this point
Copy the full SHA 8f3c525View commit details -
Merge pull request #2048 from Pythonberg1997/bc-fusion
chore: merge with develop branch
Configuration menu - View commit details
-
Copy full SHA for 3414e56 - Browse repository at this point
Copy the full SHA 3414e56View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6744d7c - Browse repository at this point
Copy the full SHA 6744d7cView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab8793a - Browse repository at this point
Copy the full SHA ab8793aView commit details -
chore: update logic of determining breathe block and returned data of…
… `verifyDoubleSignEvidence` (#2056)
Configuration menu - View commit details
-
Copy full SHA for 94b6815 - Browse repository at this point
Copy the full SHA 94b6815View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4f7313 - Browse repository at this point
Copy the full SHA d4f7313View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6685f68 - Browse repository at this point
Copy the full SHA 6685f68View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08f75ca - Browse repository at this point
Copy the full SHA 08f75caView commit details
Commits on Dec 21, 2023
-
Merge branch 'develop' into merge
# Conflicts: # params/config.go
Configuration menu - View commit details
-
Copy full SHA for 167da21 - Browse repository at this point
Copy the full SHA 167da21View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0df5e7 - Browse repository at this point
Copy the full SHA c0df5e7View commit details -
Merge pull request #2096 from Pythonberg1997/bc-fusion
chore: merge with develop branch
Configuration menu - View commit details
-
Copy full SHA for aab5ad9 - Browse repository at this point
Copy the full SHA aab5ad9View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 432085e - Browse repository at this point
Copy the full SHA 432085eView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e582264 - Browse repository at this point
Copy the full SHA e582264View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64a57a3 - Browse repository at this point
Copy the full SHA 64a57a3View commit details -
Merge branch 'develop' into bc-fusion
# Conflicts: # core/systemcontracts/upgrade.go # params/config.go
Configuration menu - View commit details
-
Copy full SHA for 7466f0a - Browse repository at this point
Copy the full SHA 7466f0aView commit details -
Merge pull request #2138 from Pythonberg1997/bc-fusion
chore: merge with develop branch
Configuration menu - View commit details
-
Copy full SHA for 85c6750 - Browse repository at this point
Copy the full SHA 85c6750View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e2ac7 - Browse repository at this point
Copy the full SHA e2e2ac7View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ade1d2 - Browse repository at this point
Copy the full SHA 7ade1d2View commit details
Commits on Jan 22, 2024
-
fix: adjusted the timing of
UpgradeBuildInSystemContract
(#2166)* fix: adjusted the timing of `UpgradeBuildInSystemContract` * fix review comments * fix review comments * fix review comments * fix review comments * add `UpgradeBuildInSystemContract` to `traceBlock` * add `UpgradeBuildInSystemContract` to `traceBlock` * add `UpgradeBuildInSystemContract` to all trace functions
Configuration menu - View commit details
-
Copy full SHA for 13f17f2 - Browse repository at this point
Copy the full SHA 13f17f2View commit details -
chore: update the contracts' byte code of Feynman upgrade (#2175)
* chore: update the contracts' byte code of Feynman upgrade * add `OverrideFeynman`
Configuration menu - View commit details
-
Copy full SHA for 65baf18 - Browse repository at this point
Copy the full SHA 65baf18View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 818379d - Browse repository at this point
Copy the full SHA 818379dView commit details
Commits on Jan 30, 2024
-
Merge remote-tracking branch 'BNB-chain/develop' into bc-fusion-roshan
# Conflicts: # cmd/geth/blsaccountcmd.go # miner/worker.go
Configuration menu - View commit details
-
Copy full SHA for 7f6c4cd - Browse repository at this point
Copy the full SHA 7f6c4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0b2f0 - Browse repository at this point
Copy the full SHA 2f0b2f0View commit details -
Merge pull request #2192 from Pythonberg1997/bc-fusion
chore: merge with develop branch
Configuration menu - View commit details
-
Copy full SHA for fc9230e - Browse repository at this point
Copy the full SHA fc9230eView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7e7f73 - Browse repository at this point
Copy the full SHA d7e7f73View commit details
Commits on Feb 2, 2024
-
fix: add check for block number (#2199)
* fix: add check for block number * fix review comments * fix review comments
Configuration menu - View commit details
-
Copy full SHA for e7cd04b - Browse repository at this point
Copy the full SHA e7cd04bView commit details
Commits on Feb 4, 2024
-
fix: adjust the timing of initializing Feynman system contracts (#2203)
* fix: adjust the timing of initializing Feynman system contracts * fix test case
Configuration menu - View commit details
-
Copy full SHA for fd0ee7d - Browse repository at this point
Copy the full SHA fd0ee7dView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e4d15b - Browse repository at this point
Copy the full SHA 9e4d15bView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2ddb75 - Browse repository at this point
Copy the full SHA a2ddb75View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 316585b - Browse repository at this point
Copy the full SHA 316585bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70adb60 - Browse repository at this point
Copy the full SHA 70adb60View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0574452 - Browse repository at this point
Copy the full SHA 0574452View commit details