laconicd/x/evm/types
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
..
chain_config.go EVM Transaction handler and contract creation (#96) 2019-09-18 09:51:18 -04:00
codec.go Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
dump.go Move old state code to x/evm/types 2018-10-24 09:46:14 -04:00
emint_msg_test.go Emint tx type for eth_call and logs setup (#118) 2019-10-03 12:46:02 -04:00
emint_msg.go Emint tx type for eth_call and logs setup (#118) 2019-10-03 12:46:02 -04:00
journal.go circleCI config and linting fixes (#3) 2019-07-02 15:36:22 -04:00
key.go Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
msg_encoding.go Query and bug fixes (#110) 2019-09-26 11:36:23 -04:00
msg_test.go eth_estimateGas (#128) 2019-10-30 13:30:24 -05:00
msg.go Linted Repo (#136) 2019-11-01 10:26:53 -05:00
querier.go Implements eth_getProof (#122) 2019-10-16 09:46:50 +09:00
state_object.go Updates SDK and implement application genaccounts (#143) 2019-11-04 15:45:02 -05:00
state_transition.go Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
statedb.go Finish and clean up module queries and txs (#152) 2019-11-15 12:02:13 -05:00
utils_test.go Implements eth_call (#127) 2019-10-22 11:40:34 -05:00
utils.go Linted Repo (#136) 2019-11-01 10:26:53 -05:00