laconicd/rpc/ethereum/namespaces
Devashish Dixit c7a2fb97c7
fix: limit total number of filters that can be created (#661)
* Problem: No way to limit total number of filters that can be created

Solution: Add a config parameter to set the total number of filters that can be created

* Add defer statement for releasing locks

* Change default value for filter cap to 200

* Changed data type of filter cap to int32

* Add changelog entry

* Update CHANGELOG.md

* Fix struct alignment

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-10-13 11:03:49 +00:00
..
debug rpc: fix ExpandHome restrictions bypass (#667) 2021-10-13 10:52:05 +00:00
eth fix: limit total number of filters that can be created (#661) 2021-10-13 11:03:49 +00:00
miner rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
net rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
personal rpc: geth v1.10.9 changes (#624) 2021-10-06 11:22:32 +00:00
txpool rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
web3 rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00