crypto-facs
|
aeedef9b4b
|
deps: upgrade geth to v1.10.15 (#935)
* upgrade geth to v1.10.15
* fix lint
* fix imports
* revert makefile change
* update changelog
* Update CHANGELOG.md
Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
* update chain config
* add getblockvalue for chain config fork
Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-02-14 23:08: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
|
4320f46fc8
|
types, evm: refactor accounts (#884)
* types,evm: refactor accounts
* fix
* fix panic
* changelog
* fix
* lint, rm dbErr
|
2022-01-05 19:18:02 +01:00 |
|
yihuang
|
ade84319e6
|
evm: refactor statedb implementation (#729)
* initial statedb module
unit tests
unit tests
keeper implementation
extract TxConfig
remove unused code
* keeper integration
* fix unit tests
* Apply suggestions from code review
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* fixup! initial statedb module
* changelog
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-01-05 08:28:27 +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 |
|