bsc/eth
Gothery 4feb52e5b0
[R4R]: add Euler Hardfork, including BEP-127 and BEP-131 (#885)
* feat: add BEP-127 and BEP-131 hardfork bytecode to upgrade

* feat: force check that Euler height cannot be a multiple of 200, fix getCurrentValidators, raise SystemTxsGas after Euler fork

Co-authored-by: goth <goth>
2022-04-29 18:03:22 +08:00
..
catalyst [R4R]: add Euler Hardfork, including BEP-127 and BEP-131 (#885) 2022-04-29 18:03:22 +08:00
downloader [R4R]offline block prune (#543) 2022-01-19 18:07:49 +08:00
ethconfig [R4R] implement State Verification && Snapshot Commit pipeline (#668) 2022-01-26 14:12:18 +08:00
fetcher [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
filters Revert "fix potential deadlock of pub/sub module" 2021-08-31 16:59:46 +08:00
gasprice fix conflicts 2021-05-06 09:26:06 +08:00
protocols [R4R] add timeout for stopping p2p server (#643) 2021-12-13 11:16:03 +08:00
tracers [R4R] implement State Verification && Snapshot Commit pipeline (#668) 2022-01-26 14:12:18 +08:00
api_backend.go [R4R]Feature/backport geth native trace (#581) 2021-12-27 10:09:12 +08:00
api_test.go [R4R] implement State Verification && Snapshot Commit pipeline (#668) 2022-01-26 14:12:18 +08:00
api.go eth: restore eth_hashrate API endpoint 2021-04-29 12:02:30 +03:00
backend.go disable diffsync when pipecommit is enabled (#820) 2022-03-30 11:22:00 +08:00
bloombits.go [R4R] performance improvement in many aspects (#257) 2021-07-29 17:16:53 +08:00
discovery.go cmd/utils: use eth DNS tree for snap discovery (#22808) 2021-05-04 11:29:32 +02:00
handler_diff_test.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
handler_diff.go fix useful difflayer item in cache been prune issue (#527) 2021-11-09 19:39:58 +08:00
handler_eth_test.go fix logic issue: handlers.removePeer() is called twice. (#856) 2022-04-24 14:24:07 +08:00
handler_eth.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235) 2021-02-02 10:44:36 +02:00
handler_test.go [R4R]reannounce local pending transactions (#570) 2021-11-25 11:00:14 +08:00
handler.go fix logic issue: handlers.removePeer() is called twice. (#856) 2022-04-24 14:24:07 +08:00
peer.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
peerset.go [R4R] add timeout for stopping p2p server (#643) 2021-12-13 11:16:03 +08:00
state_accessor.go fix pruner block tool bug, add some check logic 2022-03-25 15:22:21 +08:00
sync_test.go eth, les: drop support for eth/64, fix eth/66 tests 2021-04-09 10:39:45 +03:00
sync.go [R4R] performance improvement in many aspects (#257) 2021-07-29 17:16:53 +08:00