erigon-pulse/cmd/utils
Marius van der Wijden 96a424ee84 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.
# Conflicts:
#	cmd/geth/main.go
#	eth/backend.go
#	les/api_backend.go
#	les/client.go
#	node/config.go
2021-03-10 17:00:47 +01:00
..
cmd.go eth: move eth.Config to a common package (#22205) 2021-03-10 10:25:55 +01:00
customflags_test.go cmd/utils: fix path expansion on windows 2015-08-06 17:18:59 +02:00
customflags.go cmd/clef, cmd/geth: use SplitAndTrim from cmd/utils (#21579) 2020-10-06 14:12:09 +02:00
diskusage_windows.go cmd/geth: graceful shutdown if disk is full (#22103) 2021-03-09 10:50:14 +01:00
diskusage.go cmd/utils: add workaround for FreeBSD statfs quirk (#22310) 2021-03-10 11:02:02 +01:00
flags_legacy.go eth: move eth.Config to a common package (#22205) 2021-03-10 10:25:55 +01:00
flags_test.go cmd/utils: allow for multiple influxdb tags (#18520) 2019-01-29 09:14:24 +01:00
flags.go internal/ethapi: reject non-replay-protected txs over RPC (#22339) 2021-03-10 17:00:47 +01:00
prompt_test.go geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
prompt.go geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00