Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
c4a2b682ff
cmd/geth: add db commands stats, compact, put, get, delete ( #22014 )
...
This PR introduces:
- db.put to put a value into the database
- db.get to read a value from the database
- db.delete to delete a value from the database
- db.stats to check compaction info from the database
- db.compact to trigger a db compaction
It also moves inspectdb to db.inspect.
4 years ago
..
accessors_chain.go
core: persist bad blocks ( #21827 )
4 years ago
accessors_chain_test.go
core: persist bad blocks ( #21827 )
4 years ago
accessors_indexes.go
core/rawdb: single point of maintenance for writing and deleting tx lookup indexes ( #21480 )
4 years ago
accessors_indexes_test.go
core/rawdb: single point of maintenance for writing and deleting tx lookup indexes ( #21480 )
4 years ago
accessors_metadata.go
core, eth, les: implement unclean-shutdown marker ( #21893 )
4 years ago
accessors_snapshot.go
core/rawdb, eth/protocols : Method name typo fix ( #22026 )
4 years ago
accessors_state.go
core, eth, les, trie: add a prefix to contract code ( #21080 )
4 years ago
chain_iterator.go
core: track and improve tx indexing/unindexing ( #21331 )
4 years ago
chain_iterator_test.go
core: track and improve tx indexing/unindexing ( #21331 )
4 years ago
database.go
cmd/geth: add db commands stats, compact, put, get, delete ( #22014 )
4 years ago
freezer.go
core: define and test chain rewind corner cases ( #21409 )
4 years ago
freezer_table.go
core: speed up header import ( #21967 )
4 years ago
freezer_table_test.go
core/rawdb: swap tailId and itemOffset for deleted items in freezer ( #21220 )
4 years ago
schema.go
all: bloom-filter based pruning mechanism ( #21724 )
4 years ago
table.go
all: simplify and fix database iteration with prefix/start ( #20808 )
5 years ago
table_test.go
all: simplify and fix database iteration with prefix/start ( #20808 )
5 years ago