Commit Graph

224 Commits (a0631f3ebd228eebd8ef809a09cee89bf630e0df)

Author SHA1 Message Date
Ha DANG 67a862db9d
cmd/geth, ethdb/pebble: improve database statistic (#29948) 3 months ago
Marquis Shanahan d09ddac399
core/rawdb: remove unused deriveLogFields (#29913) 4 months ago
rjl493456442 b88051ec83
core/rawdb, triedb/pathdb: fix freezer read-only option (#29823) 4 months ago
rjl493456442 86a1f0c394
core/rawdb: fix ancient root folder (#29697) 5 months ago
rjl493456442 9f96e07c1c
core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 5 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 5 months ago
rjl493456442 f46c878441
core/rawdb: implement in-memory freezer (#29135) 5 months ago
persmor 0a51028819
all: fix various typos (#29542) 5 months ago
Martin HS 84b12df09e
core/rawdb: add sanity-limit to header accessor (#29534) 5 months ago
imalasong 0dc09da7db
all: replace path.Join with filepath.Join (#29479) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
miles 45b88abbde
all: fix typos (#29288) 6 months ago
Bin 89cefe240f
cmd: use package filepath over path for file system operations (#29227) 6 months ago
rjl493456442 ca473b81cb
core: use finalized block as the chain freeze indicator (#28683) 7 months ago
Péter Szilágyi 865e1e9f57
cmd/utils, core/rawdb, triedb/pathdb: flip hash to path scheme (#29108) 7 months ago
rjl493456442 49623bd469
core, triedb/pathdb: calculate the size for batch pre-allocation (#29106) 7 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 8 months ago
rjl493456442 f469470aff
core/rawdb: improve state scheme checking (#28724) 9 months ago
rjl493456442 cca94792a4
core, cmd, trie: fix the condition of pathdb initialization (#28718) 9 months ago
lightclient 577be37e0e
cmd/devp2p: update eth/snap protocol test suites for PoS (#28340) 9 months ago
wangyifan cd58897f18
core/rawdb: implement size reporting for live items in freezer_table (#28525) 9 months ago
Felföldi Zsolt fff843cfaf
beacon/light: add CommitteeChain (#27766) 10 months ago
rjl493456442 326fa00759
core/rawdb: fsync the index file after each freezer write (#28483) 11 months ago
Jakub Freebit 447945e438
core/rawdb: add logging and fix comments around AncientRange function. (#28379) 11 months ago
rjl493456442 3853f50082
trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28198) 11 months ago
Péter Szilágyi 509a64ffb9
cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD too (#28335) 11 months ago
rjl493456442 eeb5dc3ccf
cmd, core: resolve scheme from a read-write database (#28313) 12 months ago
0xbstn 1f6e63900d
core: fix typos (#28218) 12 months ago
rjl493456442 73f5bcb75b
core, accounts, eth, trie: handle genesis state missing (#28171) 12 months ago
Delweng f1b2ec0833
core/rawdb: use readonly file lock in readonly mode (#28180) 1 year ago
rjl493456442 4773dcbc81
trie: remove internal nodes between shortNode and child in path mode (#28163) 1 year ago
Delweng 545f4c5547
core/rawdb: no need to run truncateFile for readonly mode (#28145) 1 year ago
Delweng ef76afad35
core/rawdb: fix typo in comment (#28140) 1 year ago
Péter Szilágyi 8d38b1fe62
core/rawdb: skip pathdb state inspection in hashdb mode (#28108) 1 year ago
Delweng 2e02c1ffd9
core/rawdb: don't warn for missing "unclean shutdown markers" (#28014) 1 year ago
Felix Lange 9b46986edc
all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 1 year ago
Felix Lange d1f6735171
core/rawdb: fix 32bit build (#27995) 1 year ago
Marius van der Wijden 2f4dbb4f90
core/rawdb: allocate database keys with explicit size to avoid slice growth (#27772) 1 year ago
Martin Holst Swende f0f8703bf2
core/rawdb, ethdb/pebble: avoid fsync db in tests (#27836) 1 year ago
Péter Szilágyi 00fead91c4
cmd/utils: fix a startup issue on deleted chaindata but dangling ancients (#27989) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
rjl493456442 503f1f7ada
all: activate pbss as experimental feature (#26274) 1 year ago
Martin Holst Swende 8d1db1601d
eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) 1 year ago
rjl493456442 7de748d3f6
all: implement path-based state scheme (#25963) 1 year ago
Delweng 3ca92f70e5
all: replace data gas to blob gas in comments (#27825) 1 year ago
Péter Szilágyi 57268f7e6c
all: rename dataGas to blobGas (#27789) 1 year ago
Felix Lange 393d4db18c
core/types: add 4844 data gas fields in Receipt (#27743) 1 year ago
rjl493456442 0b1f97e151
core/rawdb: support freezer batch read with no size limit (#27687) 1 year ago