bsc/eth
buddho 7c89c65a97
4844: bugfix and improve (#2337)
* core: add debug log for CheckDataAvailableInBatch
* narrow the semantics of func resetItems
* freezer: refactor ResetTable & ResetItems;
* fix: fix some lint issues;
* only newSnapshot for genesis block
* freezer: opt reset blob table logic;
* fix: opt da check logic;
* freezer: opt reset blob table logic;
* fix: fix failed UTs;
* core/types: fix EmptyBody
* freezer: refactor write ancient blocks logic;
* code: update code owner file

---------

Co-authored-by: GalaIO <GalaIO@users.noreply.github.com>
Co-authored-by: zzzckck <152148891+zzzckck@users.noreply.github.com>
2024-03-28 16:35:39 +08:00
..
catalyst BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
downloader 4844: bugfix and improve (#2337) 2024-03-28 16:35:39 +08:00
ethconfig BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
fetcher BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
filters upstream: Cancun code merge v1.13.12~v1.13.14 fix CI (#34) 2024-03-11 14:57:31 +08:00
gasestimator all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
gasprice Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
protocols BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
tracers eth/tracers: prestate tracer add blob fee (#29168) 2024-03-20 19:21:09 +08:00
api_admin.go feat: support MEV (#2224) 2024-03-08 11:15:35 +08:00
api_backend.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
api_debug_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
api_debug.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
api_miner.go core,eth,internal: fix typo (#29024) 2024-02-20 19:42:48 +08:00
api.go les, eth: fix typo in comment (#27369) 2023-05-30 14:55:03 +02:00
backend.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
bloombits.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
handler_bsc_test.go upstream: Cancun code merge v1.13.12~v1.13.14 fix CI (#34) 2024-03-11 14:57:31 +08:00
handler_bsc.go log: reduce logs when receiving too much votes from a peer (#1780) 2023-07-31 10:44:02 +08:00
handler_eth_test.go upstream: Cancun code merge v1.13.12~v1.13.14 fix CI (#34) 2024-03-11 14:57:31 +08:00
handler_eth.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +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 BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
handler_trust.go all: use errors.New() when there is no param rather than fmt.Errorf() (#2247) 2024-03-11 14:52:33 +08:00
handler.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
peer.go rpc,eth: output more info about failed txs(#2041) 2023-12-07 16:07:48 +08:00
peerset.go upstream: code review fix (#31) 2024-02-27 19:07:14 +08:00
state_accessor.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
sync_test.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
sync.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00