bsc/cmd/geth
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
..
testdata Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
accountcmd_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
accountcmd.go cmd/geth: make account commands not require datadir lock (#27084) 2023-04-27 06:57:29 -04:00
attach_test.go fix: fix function names (#2416) 2024-04-23 10:06:50 +08:00
blsaccountcmd.go deps: update prsym to solve warning about quic-go version (#2389) 2024-04-11 14:11:15 +08:00
chaincmd.go feat: integrate versa db 2024-08-27 09:01:25 +08:00
config.go core: clearup testflag for Cancun and Haber (#2572) 2024-07-09 14:30:19 +08:00
consolecmd_test.go feat: support MEV (#2224) 2024-03-08 11:15:35 +08:00
consolecmd.go node: remove unused error return from Attach (#27450) 2023-06-14 08:24:47 -04:00
dbcmd.go feat: integrate versa db 2024-08-27 09:01:25 +08:00
exportcmd_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
genesis_test.go cmd/utils, node: switch to Pebble as the default db if none exists (#27136) (#2312) 2024-03-21 11:41:21 +08:00
geth all: use errors.New() when there is no param rather than fmt.Errorf() (#2247) 2024-03-11 14:52:33 +08:00
initnetwork_test.go cmd: add tests for init-network (#1899) 2023-09-29 20:54:20 +08:00
logging_test.go core/txpool : small cleanup refactors (#28654) 2023-12-12 17:23:36 +02:00
logtestcmd_active.go cmd/geth, internal/debug: get rid of by-default log config (#28801) 2024-01-12 15:59:03 +02:00
logtestcmd_inactive.go cmd/geth: test for logging-output (#28373) 2023-10-25 17:57:12 +02:00
main.go fix: the bug of blobsidecars and downloader with multi-database (#2564) 2024-07-16 22:37:03 +08:00
misccmd.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
pruneblock_test.go freezer: Opt freezer env checking (#2580) 2024-07-16 21:44:39 +08:00
run_test.go cmd, les, tests: remove light client code (#28586) 2024-01-03 09:26:49 +01:00
snapshot.go fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +08:00
verkle.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
version_check_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
version_check.go cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00