@@ -373,39 +373,3 @@ Author: Péter Szilágyi <peterke@gmail.com>
Date: Tue Feb 23 18:28:24 2021 +0200
Dockerfile: bump to Go 1.16 base images
commit 2d1a0e9b03f636babe8785dc833960a5d11e4403
Author: Péter Szilágyi <peterke@gmail.com>
Date: Tue Feb 23 18:12:25 2021 +0200
accounts/abi/bind: fix up Go mod files for Go 1.16
commit 142fbcfd6f4fad825e2ce2684f9d5a487ffb3f84
Author: Marius van der Wijden <m.vanderwijden@live.de>
Date: Tue Feb 23 13:09:19 2021 +0100
internal/ethapi: reject non-replay-protected txs over RPC (#22339)
This PR prevents users from submitting transactions without EIP-155 enabled. This behaviour can be overridden by specifying the flag --rpc.allow-unprotected-txs=true.
commit c4a2b682ff3ea2465417671de76c4d1e9a29fef8
Author: Martin Holst Swende <martin@swende.se>
Date: Tue Feb 23 11:27:32 2021 +0100
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