laconicd/app
Austin Abell 1b5c33cf33
EVM Transaction handler and contract creation (#96)
* WIP implementing state transition function

* Error handling and application setup fix

* Fixed error comment

* Allow creation of state objects with a BaseAccount

* Fixed parameters and finalise state after transaction

* updated transaction signing and cli signature

* Set up consistent account encoding and decoding

* Update txbuilder to get sequence before generating eth tx

* Added create functionality to the CLI command

* Remove need to copy over context for statedb interactions

* Updated account retriever

* Cleaned up handler code and updated TODO

* Make recoverEthSig private again

* Add error check for committing to kv store

* Remove commented out code

* Update evm chain config for state transition

* Add time in context for dapps
2019-09-18 09:51:18 -04:00
..
ante_test.go Cosmos SDK version update (#60) 2019-07-04 15:46:54 -04:00
ante.go Transaction signing and encoding (#95) 2019-09-15 12:12:59 -04:00
ethermint_test.go Update CosmosSDK version to 0.36.0 (#82) 2019-08-15 12:26:40 -04:00
ethermint.go EVM Transaction handler and contract creation (#96) 2019-09-18 09:51:18 -04:00
export.go Update CosmosSDK version to 0.36.0 (#82) 2019-08-15 12:26:40 -04:00
test_utils.go Update CosmosSDK version to 0.36.0 (#82) 2019-08-15 12:26:40 -04:00