laconicd/x/evm/types
Austin Abell 72fc3ca3af
Transaction signing and encoding (#95)
* WIP setting up evm tx command and updating emint keys output

* Fix linting issue

* Wip restructuring to allow for ethereum signing and encoding

* WIP setting up keybase and context to use Ethermint keys

* Fixed encoding and decoding of emint keys

* Adds command for generating explicit ethereum tx

* Fixed evm route for handling tx

* Fixed tx and msg encoding which allows transactions to be sent

* Added relevant documentation for changes and cleaned up code

* Added documentation and indicators why code was overriden
2019-09-15 12:12:59 -04:00
..
codec.go Moved crypto codec registration to module (#79) 2019-08-11 10:50:30 -04:00
dump.go Move old state code to x/evm/types 2018-10-24 09:46:14 -04:00
journal.go circleCI config and linting fixes (#3) 2019-07-02 15:36:22 -04:00
key.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -04:00
msg_encoding.go Transaction signing and encoding (#95) 2019-09-15 12:12:59 -04:00
msg_test.go Transaction signing and encoding (#95) 2019-09-15 12:12:59 -04:00
msg.go Transaction signing and encoding (#95) 2019-09-15 12:12:59 -04:00
querier.go eth_getTransactionCount implementation (#91) 2019-09-06 10:46:26 -04:00
state_object.go Updating ethereum version from fork (#68) 2019-07-11 14:05:34 -04:00
statedb.go CSDB Keeper (#76) 2019-07-24 18:14:12 -04:00
utils.go Ethermint key generation (#78) 2019-08-11 10:42:46 -04:00