bsc/eth
joeycli d20bbb4799 feat: integrate versa db
feat: add version commit

chore: forbid versiondb rewind

feat: add mode for new caching db

feat: add version scheme for startup

feat: init genesis for versa db

feat: add caching db and trie copy

feat: support HasState on versa db and must fullsync under versa db

fix: append open strorage trie error to statedb

fix: storage tree value encode

fix: add state object trie expire interface

fix: blockchain stateat use rw state

chore: forbid prefetcher

chore: delete storage pool

feat: hold version in state objet for repeat search account tree

fix: version mismatch that add contract balance without update storage tree

fix: 373559 blocks issue add breakpoint

feat: add version state debug system

feat: add hash state db debug system

feat: add version and hash state diff system

fix: the timing release debug state instance
2024-08-27 09:01:25 +08:00
..
catalyst core: separated databases for block data (#2227) 2024-04-18 15:12:05 +08:00
downloader fix: the bug of blobsidecars and downloader with multi-database (#2564) 2024-07-16 22:37:03 +08:00
ethconfig core: clearup testflag for Cancun and Haber (#2572) 2024-07-09 14:30:19 +08:00
fetcher fix: ensure empty withdrawals after cancun before broadcast (#2525) 2024-06-21 15:00:56 +08:00
filters eth/filters: enforce topic-limit early on filter criterias (#29535) (#2448) 2024-05-11 10:24:19 +08:00
gasestimator all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
gasprice eth/gasprice: add query limit to defend DDOS attack (#2423) 2024-04-25 14:05:12 +08:00
protocols fix: the bug of blobsidecars and downloader with multi-database (#2564) 2024-07-16 22:37:03 +08:00
tracers eth/tracers: prestate tracer add blob fee (#29168) 2024-03-20 19:21:09 +08:00
api_admin.go fix: move mev op to MinerAPI & add command to console (#2475) 2024-05-20 14:00:28 +08:00
api_backend.go feat: add mev helper params and func (#2512) 2024-06-13 11:13:39 +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 fix: move mev op to MinerAPI & add command to console (#2475) 2024-05-20 14:00:28 +08:00
api.go les, eth: fix typo in comment (#27369) 2023-05-30 14:55:03 +02:00
backend.go feat: integrate versa db 2024-08-27 09:01:25 +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 UT: random failure of TestSnapSyncWithBlobs (#2519) 2024-06-20 11:14:52 +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 fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +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 feat: integrate versa db 2024-08-27 09:01:25 +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 feat: integrate versa db 2024-08-27 09:01:25 +08:00
sync_test.go tests: fix unstable test (#2561) 2024-07-04 07:56:35 +02:00
sync.go fix: don't switch to snapsync for fast node (#2367) 2024-04-02 19:01:22 +08:00