laconicd/app/ante
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
..
ante_test.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
ante.go ante: update ante handler internals (#866) 2022-01-02 23:44:46 +01:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eth_test.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
eth.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
handler_options.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
interfaces.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
reject_msgs.go ante: update ante handler internals (#866) 2022-01-02 23:44:46 +01:00
sigs_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
utils_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00