Commit Graph

146 Commits (b9450bfcca3bee4e3100cb11d3ad2091adb4d3af)

Author SHA1 Message Date
Martin Holst Swende f0f8703bf2
core/rawdb, ethdb/pebble: avoid fsync db in tests (#27836) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
Delweng 35f7f3d015
ethdb/leveldb: support more than 7 levels in metrics (#27904) 1 year ago
rjl493456442 7de748d3f6
all: implement path-based state scheme (#25963) 1 year ago
rjl493456442 0b1f97e151
core/rawdb: support freezer batch read with no size limit (#27687) 1 year ago
Exca-DK 863f6dac19
ethdb/leveldb: update leveldb metrics collection (#27643) 1 year ago
rjl493456442 4b90c4488d
ethdb/pebble: use sync mode for pebble writes (#27615) 1 year ago
Martin Holst Swende 713fc8bbe6
ethdb/pebble: fsync for batch writes (#27522) 1 year ago
Dan Laine 5d75123cb7
ethdb/dbtest: use slices package for sorting (#27491) 1 year ago
Martin Holst Swende 33fdd030b1
ethdb/pebble: fix NewBatchWithSize to set db (#27350) 1 year ago
Martin Holst Swende 99394adcb8
ethdb/pebble: prevent shutdown-panic (#27238) 1 year ago
ucwong d17ec0ea66
ethdb/memorydb: init map with known size (#27241) 1 year ago
Péter Szilágyi d3ece3a07c
cmd/utils, node: switch to Pebble as the default db if none exists (#27136) 1 year ago
s7v7nislands 50317bdace
ethdb/pebble: use atomic type (#27014) 1 year ago
Péter Szilágyi 19f74fa3c0
core/rawdb, ethdb/pebble: disable pebble on openbsd (#26801) 2 years ago
rjl493456442 2bb622ce40
ethdb/pebble: fix max memorytable size (#26776) 2 years ago
rjl493456442 98b0ea62b5
ethdb/pebble: fix range compaction (#26771) 2 years ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 2 years ago
Patrick O'Grady 5967a2290a
ethdb/pebble: Fix `MemTableStopWritesThreshold` (#26692) 2 years ago
rjl493456442 0ea65d4020
ethdb: add benchmark test suite (#26659) 2 years ago
Péter Szilágyi da3c974c36
ethdb/pebble: fix nil callbacks (#26650) 2 years ago
Martin Holst Swende ed51b8c5d3
ethdb: pebble backend (64bit platforms only) (#26517) 2 years ago
Martin Holst Swende ea26fc8a6c
cmd/geth, cmd/utils: geth attach with custom headers (#25829) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
rjl493456442 e44d6551c3
cmd, core, ethdb, node: move chain freezer one folder deeper (#25487) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
rjl493456442 59ac229f87
core/state/snapshot: detect and clean up dangling storage snapshot in generation (#24811) 2 years ago
Martin Holst Swende 2f4996a9b2
ethdb/remotedb: fix flawed check in Has/HasAncient 2 years ago
Martin Holst Swende 57192bd0dc
ethdb/remotedb, cmd: add support for remote (readonly) databases (#24836) 2 years ago
rjl493456442 1941c5e6c9
core/rawdb: untie freezer and ancient chain data (#24684) 2 years ago
Sina Mahmoodi fd4f60f49b
core/rawdb: simple legacy receipt converter (#24028) 3 years ago
rjl493456442 538a868384
core/rawdb, cmd, ethdb, eth: implement freezer tail deletion (#23954) 3 years ago
rjl493456442 8c8a9e5ca1
core, ethdb, tests, trie: introduce database snapshot (#24486) 3 years ago
rjl493456442 4d086430bd
core, ethdb, tests, trie: implement NewBatchWithSize API for batcher (#24392) 3 years ago
rjl493456442 53f81574e3
ethdb: more accurate batch size calculation (#23790) 3 years ago
Martin Holst Swende 0e7efd696b
core/rawdb, ethdb: introduce batched/atomic reads from ancients (#23566) 3 years ago
Martin Holst Swende 794c6133ef
core/rawdb: freezer batch write (#23462) 3 years ago
Felix Lange 8a134014b4
all: add go:build lines (#23468) 3 years ago
Martin Holst Swende 5f98020a21
core/rawdb: implement sequential reads in freezer_table (#23117) 3 years ago
Péter Szilágyi fae165a5de
core, eth, ethdb, trie: simplify range proofs 3 years ago
Péter Szilágyi caea6c4661
eth/protocols/snap: generate storage trie from full dirty snap data (#22668) 3 years ago
Péter Szilágyi 61ff3e86b2
core/state/snapshot, ethdb: track deletions more accurately (#22582) 4 years ago
gary rong 0c70b83e00
all: add read-only option to database (#22407) 4 years ago
Martin Holst Swende c4a2b682ff
cmd/geth: add db commands stats, compact, put, get, delete (#22014) 4 years ago
ucwong 7ddb40239b
ethdb/leveldb: use timer instead of time.After (#21066) 4 years ago
Martin Holst Swende 6402c42b67
all: simplify and fix database iteration with prefix/start (#20808) 4 years ago
gary rong df89233b57 ethdb/leveldb: disable seek compaction (#20130) 5 years ago
Andrey Petrov 46ec63b849 ethdb/dbtest: addd test suite for ethdb backends (#19960) 5 years ago
Péter Szilágyi e46a01d56c
ethdb/memorydb: allow noop compact on memdb (#19907) 5 years ago