mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| chains | ||
| pprof | ||
| proto | ||
| testdata | ||
| command.go | ||
| command_test.go | ||
| config.go | ||
| config_legacy.go | ||
| config_legacy_test.go | ||
| config_test.go | ||
| flags.go | ||
| helper.go | ||
| server.go | ||
| server_test.go | ||
| service.go | ||
| service_test.go | ||