go-pulse/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
config_test.go
config.go internal/ethapi: reject non-replay-protected txs over RPC (#22339) 2021-02-23 13:09:19 +01:00
defaults.go
doc.go
endpoints.go
errors.go
lifecycle.go
node_example_test.go
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