plugeth/node
Marius van der Wijden 142fbcfd6f
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.
2021-02-23 13:09:19 +01:00
..
api_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
api.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
config_test.go cmd, node, p2p/simulations: fix node account manager leak (#19004) 2019-02-07 12:40:36 +02:00
config.go internal/ethapi: reject non-replay-protected txs over RPC (#22339) 2021-02-23 13:09:19 +01:00
defaults.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
doc.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
endpoints.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
errors.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
lifecycle.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node_example_test.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
node.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
rpcstack_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
rpcstack.go node: always show websocket url in logs (#22307) 2021-02-18 10:40:19 +01:00
utils_test.go all: remove unneeded parentheses (#21921) 2021-02-02 11:32:44 +02:00