noot
|
c4cf33a9bb
|
implement ethereum-compatible websockets server (#357)
|
2020-07-06 13:23:35 -04:00 |
|
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 |
|
Federico Kunze
|
c8b8f49675
|
run make format (#351)
* run make format
* fix yaml
* fixes
|
2020-07-02 11:19:48 -04:00 |
|
Federico Kunze
|
edf4357176
|
build: github actions (#346)
* add workflows
* fix
* fix lint
* rpc tests
* build and format
* fix build errors
* remove dontcover
* update importer test
* more fixes
* lint
* split importer test
* fix
* remove tmp dir
* revert
* comment test import
|
2020-06-26 18:26:55 -04:00 |
|
Federico Kunze
|
988ee53a59
|
rpc: implement eth_coinbase (#325)
* rpc: implement eth_coinbase
* changelog
* address comments from review
* changelog
|
2020-06-08 12:43:37 -04:00 |
|
Federico Kunze
|
427e96c1de
|
evm: various fixes (#319)
* evm: use prefix stores, move SetBlockBloom to EndBlock, bug fixes
* add logs to genesis state
* log tests
* commit and finalize on InitGenesis
* validate TransactionLogs
* changelog
* fix test-import
* fix lint
* add more tests
|
2020-06-04 06:40:21 -04:00 |
|
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 |
|
Austin Abell
|
33ab63ef15
|
update web3 transaction hash from RLP (#250)
* remove ethereum hash of web3 transaction type (always amino hash)
* Update changelog
|
2020-04-13 19:08:43 -04:00 |
|
noot
|
199484fc2e
|
eth_getFilterLogs, eth_getLogs implementation (#248)
|
2020-04-13 15:18:50 -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 |
|