[R4R]: add Euler Hardfork, including BEP-127 and BEP-131#15
Merged
gothery001 merged 2 commits intonode-real:hardfork_eulerfrom Apr 29, 2022
Merged
[R4R]: add Euler Hardfork, including BEP-127 and BEP-131#15gothery001 merged 2 commits intonode-real:hardfork_eulerfrom
gothery001 merged 2 commits intonode-real:hardfork_eulerfrom
Conversation
added 2 commits
April 29, 2022 16:20
…getCurrentValidators, raise SystemTxsGas after Euler fork
46f400c to
746d178
Compare
realuncle
approved these changes
Apr 29, 2022
dean65
approved these changes
Apr 29, 2022
yutianwu
approved these changes
Apr 29, 2022
lunarblock
approved these changes
Apr 29, 2022
NathanBSC
pushed a commit
that referenced
this pull request
Jan 19, 2026
* core/vm: fix RequiredGas for P256Verify * cmd/geth: not support OverrideBPO1 and OverrideBPO2 flags in BSC * cmd/geth: hidden flag PruneAncientDataFlag * cmd/utils: deprecated MetricsEnabledExpensiveFlag * core/state: simplify statedb copy * all: upgrade go version to 1.25 for workflows and dockers * all: handle golang lint * bid_simulator.go: disable blob version1 in bid simulator * triedb: align signature of func Size() * triedb/pathdb: read old journal file * cmd/utils: deprecated JournalFileFlag * triedb/pathdb: remove JournalFile field in config * eth: fix BroadcastTransactions * core/txpool/blobpool: only accept BlobSidecarVersion0 in BSC * core/txpool/blobpool: not convert blobsidecar to V1 in BSC * fix: fix eip-7910 test case * fix: fix api * legacypool_test.go: fix TestDualHeapEviction * eth/ethconfig: delete field JournalFileEnabled * core/vm: revert comments * params: fix Rules for ChainConfig * params: fix Rules for ChainConfig * fix: fix transaction rollback * internal/ethapi: fix eth_config * core: fix core ut * core: fix TestWaitDeployedCornerCases * fix suit_test: only set HistoryStorageAddress nonce on BSC chains during Prague activation * eth/syncer: disable debug_sync for now --------- Co-authored-by: qybdyx <qybdyx@outlook.com> Co-authored-by: flywukong <19421226+flywukong@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
add Euler Hardfork upgrade, including BEP-127 and BEP-131
upgrade system contracts to latest
raise SystemTxsGas after Euler fork since more validators added from BEP-131 which leads to increased gas consumption
fix issue from audit reports
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes: