yihuang
|
724a06632b
|
fix: minimal-gas-prices and baseFeePerGas conflicts (#916)
* Problem: minimal-gas-prices and baseFeePerGas conflicts
Closes: #915
Solution:
- Don't check min-gas-price for evm tx if london hardfork and feemarket enabled.
comments and cleanup
changelog
* fix zero fee coins
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-01-26 10:44:41 +00:00 |
|
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 |
|
Federico Kunze Küllmer
|
d34aa09610
|
deps: IBC v3-alpha (#867)
* deps: IBC v3
* fix app.go
|
2022-01-03 17:30:28 +01:00 |
|
Federico Kunze Küllmer
|
4cb2737647
|
ante: update ante handler internals (#866)
* update ante handler internals
* update options
* changelog
|
2022-01-02 23:44:46 +01:00 |
|