go-ethereum/node
Pratik Patil e4dd2ee1ac
Added checks to RPC requests and introduced new flags to customise the parameters (#657)
* added a check to reject rpc requests with batch size > the one set using a newly added flag (rpcbatchlimit)

* added a check to reject rpc requests whose result size > the one set using a newly added flag (rpcreturndatalimit)

* updated the config files and docs
2023-01-19 14:40:24 +05:30
..
api.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
api_test.go internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461) 2021-03-23 11:41:23 +02:00
config.go Added checks to RPC requests and introduced new flags to customise the parameters (#657) 2023-01-19 14:40:24 +05:30
config_test.go cmd, node, p2p/simulations: fix node account manager leak (#19004) 2019-02-07 12:40:36 +02:00
defaults.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
doc.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
endpoints.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
errors.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
jwt_handler.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
lifecycle.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node.go Added checks to RPC requests and introduced new flags to customise the parameters (#657) 2023-01-19 14:40:24 +05:30
node_example_test.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
rpcstack.go Added checks to RPC requests and introduced new flags to customise the parameters (#657) 2023-01-19 14:40:24 +05:30
rpcstack_test.go Added checks to RPC requests and introduced new flags to customise the parameters (#657) 2023-01-19 14:40:24 +05:30
utils_test.go all: remove unneeded parentheses (#21921) 2021-02-02 11:32:44 +02:00