Federico Kunze
|
20e9b2ede3
|
rpc: event websocket subscription (#308)
* rpc: event websocket subscription
* rpc: use tendermint event subscriptions
* new log events
* filter evm transactions
* filter logs
* wip: refactor filters
* remove custom BlockNumber
* wip: refactor rpc
* HeaderByNumber and HeaderByHash
* update Tendermint event system
* update Filter
* update EventSystem
* fix lint issues
* update rpc filters
* upgrade to tendermint v0.33.4
* update filters
* fix unsubscription
* updates wip
* initialize channels
* cleanup go routines
* pass ResultEvent channel on subscription
* error channel
* add block filter changes test
* add eventCh loop
* pass funcs in select go func, block filter working
* cleanup
* lint
* NewFilter and GetFilterChanges working
* eth_getLogs working
* lint
* lint
* cleanup
* remove logs and minor fixes
* changelog
* address @noot comments
* revert BlockNumber removal
Co-authored-by: noot <elizabethjbinks@gmail.com>
|
2020-07-03 11:40:00 -04:00 |
|
noot
|
1f63ddfe96
|
evm: update msgs to accept zero gas price (#299)
* update keeper to accept gas price=0; default pending to latest
* cleanup
* more cleanup
* more cleanup
* more cleanup
* more cleanup
* ante: copy IncrementSequenceDecorator from SDK's AnteHandler
* improve bloom test
* lint
* update msg error
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
|
2020-05-14 22:08:13 -04:00 |
|
noot
|
199484fc2e
|
eth_getFilterLogs, eth_getLogs implementation (#248)
|
2020-04-13 15:18:50 -04:00 |
|
Austin Abell
|
51adade59f
|
Update golangci-lint config and fix linting issues (#168)
* update golangci
* update golang lint yml and updated linting issues
|
2020-01-08 09:56:49 +13:00 |
|
Austin Abell
|
9383c743dd
|
Implement block tags (#106)
* Implemented tm/ethermint specific block tags
* Fix edge case for block query
|
2019-09-24 17:38:58 -04:00 |
|