erigon-pulse/internal
Martin Holst Swende fc0778d1f9 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.
# Conflicts:
#	cmd/geth/chaincmd.go
#	cmd/geth/main.go
#	cmd/utils/flags.go
#	core/rawdb/database.go
#	ethdb/leveldb/leveldb.go
2021-03-10 16:57:59 +01:00
..
build post-rebase fixes 2020-12-03 18:59:17 +01:00
cmdtest trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 2021-03-08 12:28:54 +01:00
debug internal/debug: add switch to format logs with json (#22207) 2021-03-10 10:59:55 +01:00
ethapi internal/ethapi: fix typo in comment (#22271) 2021-03-10 10:26:47 +01:00
flags cmd/geth: add db commands stats, compact, put, get, delete (#22014) 2021-03-10 16:57:59 +01:00
guide Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
jsre all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
testlog internal/testlog: print file+line number of log call in test log (#20528) 2020-01-30 13:36:30 +02:00
utesting post-rebase fixes 2020-12-03 18:59:17 +01:00
web3ext internal/web3ext: improve some web3 apis (#21639) 2020-10-26 17:16:00 +01:00