yihuang
|
7d8664043e
|
impr: support batch eth txs (#901)
* support batch eth tx
Closes: 896
Allow multiple MsgEthereumTx in single tx
* fix transaction receipt api
* fix tx receipt api and accumulate tx gas used
* fix lint
* fix test
* fix rpc test
* cleanup
* fix cumulativeGasUsed and gasUsed
* fix lint
* Update app/ante/eth.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update app/ante/eth.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update rpc/ethereum/backend/utils.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* pr suggestions
* typo
* fix lint
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-01-14 10:37:33 +01:00 |
|
yihuang
|
aeb6aeb715
|
Problem: newPendingTransactions filter don't return ethereum tx hash (#900)
|
2022-01-13 13:12:57 +00:00 |
|
Federico Kunze Küllmer
|
32c905ab87
|
tests: integration tests with JSON-RPC client (#704)
* tests: integration tests with JSON-RPC client
* fix package
* tests: networking configuration fixed (#706)
* update testnet hdPath, fixes #688
* lint
* header
* e2e wip
* fix getBlock response
* enable personal API
* changelog
Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
|
2021-11-14 14:34:10 +01:00 |
|
Federico Kunze Küllmer
|
bcdb982886
|
rpc: geth v1.10.9 changes (#624)
* rpc: geth v1.10.9 changes
* updates
* suggestGasTipCap
* update gRPC
* resend
* fixes
* rm unused func
* address TODO
|
2021-10-06 11:22:32 +00:00 |
|
Daniel Burckhardt
|
34c2593e43
|
rpc: restructure JSON-RPC directory and rename server config (#612)
* Restructure ethermint/rpc repo structure and change import statements
* Add #400 to changelog
* fix filepath in util and json_rpc
* Move #400 to unreleased section
|
2021-10-01 14:49:22 +00:00 |
|
Federico Kunze
|
4501bbccdc
|
rpc, evm: refactor (#588)
* stargate: refactor
* remove evm CLI
* rpc: refactor
* more fixes
* fixes fixes fixes
* changelog
* refactor according to namespaces
* fix
* lint
* remove export logic
* fix rpc test
* godoc
|
2020-10-22 17:39:51 -03:00 |
|
noot
|
c4cf33a9bb
|
implement ethereum-compatible websockets server (#357)
|
2020-07-06 13:23:35 -04:00 |
|