noot
|
ce0feb307b
|
update rpc tests (#276)
* update rpc tests
* cleanup
* add log assertion to getTransacionReceipt
* fix queurier_test
* address comment
|
2020-05-04 18:02:26 -04:00 |
|
thomasmodeneis
|
c9b09c1d55
|
Implement eth_newPendingTransactionFilter #51 (#251)
* Implement eth_newPendingTransactionFilter
|
2020-04-16 16:53:14 +02:00 |
|
noot
|
199484fc2e
|
eth_getFilterLogs, eth_getLogs implementation (#248)
|
2020-04-13 15:18:50 -04:00 |
|
noot
|
db4cee7eac
|
eth_newBlockFilter and related functionality (#232)
* add filter types for block, pending tx, log
* implement pollForBlocks for block filters
* implement getFilterChanges for block filter
* implement uninstall filter by stopping polling
|
2020-04-07 16:00:06 -04:00 |
|
noot
|
35e7a98ab2
|
filters: begin implementation (#230)
* adds Filter type and related methods
* updates PublicFilterAPI to include backend, filter mapping
* stub out filter related eth_ functions
|
2020-04-01 20:43:59 -04:00 |
|
Austin Abell
|
9294fa8423
|
Fix edge case for accessing accounts through rpc (#134)
* Add mutex and close keybase database correctly after use
* Add options http request to rpc API for remix
|
2019-10-31 11:09:40 -04:00 |
|
Dustin Brickwood
|
a61f3b892d
|
Filtering for eth_getLogs (#120)
* Filtered logs based param criteria
* addded PublicFilterAPI
* added filter logs func to filter based on params
* added Unmarshal func from go-ethereum
* Linted
* made requested changes
|
2019-10-07 22:32:28 -05:00 |
|