laconicd/x/evm
Austin Abell 6eef37b0c6
Finish and clean up module queries and txs (#152)
* Basic transactions set up (to be separated)

* Change transaction command to not include create operation (to include other command in next commit)

* set up create command and made minor changes

* wip implements module queries

* Added tests for query address decoding

* Added ambiguous encoding of to address in transaction and added tests

* Fix linting issue

* Move registering key types to application level to allow module usage to ignore

* Move genaccounts code to be reused

* Switches nonce increase to always happen in ante handler

* change SetNonce from keeper to point to actual nonce operation

* Remove no op nonce switch (not needed with clearing cache)

* Changes to update all accounts pre state transition and clear cache at end of block

* Update accounts before end of block commit (edge case where necessary)

* Fix nonce of sender going into evm in case it's checked, and let evm set contract starting nonce
2019-11-15 12:02:13 -05:00
..
client/cli Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
types Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
genesis.go eth_getBlockByHash and block hash mapping functionality (#114) 2019-09-27 10:08:45 -04:00
handler.go Fix EVM out of gas handling (#133) 2019-10-30 14:39:46 -04:00
keeper_test.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
keeper.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
module.go Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
querier.go Implements eth_getProof (#122) 2019-10-16 09:46:50 +09:00