• Matthew Slipper's avatar
    proxyd: Add sender-based rate limiter · 6de891d3
    Matthew Slipper authored
    This PR adds a sender-based rate limiter to proxyd. This rate limiter throttles eth_sendRawTransaction requests based on sender in order to prevent abusive behavior on the sequencer.
    
    Integration tests have been added to test this functionality.
    6de891d3
Name
Last commit
Last update
..
testdata Loading commit data...
batch_timeout_test.go Loading commit data...
batching_test.go Loading commit data...
caching_test.go Loading commit data...
failover_test.go Loading commit data...
max_rpc_conns_test.go Loading commit data...
mock_backend_test.go Loading commit data...
rate_limit_test.go Loading commit data...
sender_rate_limit_test.go Loading commit data...
util_test.go Loading commit data...
validation_test.go Loading commit data...
ws_test.go Loading commit data...