plugeth/internal
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.
2021-02-23 11:27:32 +01:00
..
build build: add -dlgo flag in ci.go (#21824) 2020-11-11 14:34:43 +01:00
cmdtest trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 2020-11-19 22:50:47 +01:00
debug internal/debug: add switch to format logs with json (#22207) 2021-02-09 10:42:55 +01:00
ethapi internal/ethapi: fix typo in comment (#22271) 2021-02-05 13:51:53 +01:00
flags cmd/geth: add db commands stats, compact, put, get, delete (#22014) 2021-02-23 11:27:32 +01:00
guide all: update license information 2017-04-14 10:29:00 +02:00
jsre all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
testlog internal/testlog: print file+line number of log call in test log (#20528) 2020-01-08 17:11:51 +02:00
utesting cmd/devp2p, internal/utesting: implement TAP output (#21760) 2020-11-04 15:02:58 +01:00
web3ext internal/web3ext: improve some web3 apis (#21639) 2020-10-13 13:24:08 +02:00