mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
966be04e6d
this pr does the following: 1. adds new function to ApiImpl `GetFilterLogs` which should implement `eth_getFilterLogs` (eth_getFilterChanges except with only logs filters) 2. changes the ID generator of rpchelper.Filters to use crypto/rand. 3. switched logs subscriptions to use the secure ID instead of number 4. changes subcription ids from an 8 byte hex string to a 16 byte |
||
---|---|---|
.. | ||
filter_id.go | ||
filters_deadlock_test.go | ||
filters_test.go | ||
filters.go | ||
helper.go | ||
interface.go | ||
logsfilter.go | ||
rpc_block.go | ||
subscription.go |