laconicd/x/evm
Austin Abell 28aaba0695
Implement eth_sendTransaction (#104)
* Set up framework for sending transaction with correct args and nonce mutex locking

* Set up printing ethereum address through emintkeys and getting chainid from flags

* Implemented defaults for eth_sendTransaction

* Fix bug with no data provided

* Updated comments and error, as well as RLP encoded tx bytes for return instead of amino encoded
2019-09-20 09:30:20 -04:00
..
client Override auth module codec for all references to Ethermint codec (#103) 2019-09-18 14:50:06 -04:00
types Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
genesis.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -04:00
handler.go EVM Transaction handler and contract creation (#96) 2019-09-18 09:51:18 -04:00
keeper.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -04:00
module.go EVM Transaction handler and contract creation (#96) 2019-09-18 09:51:18 -04:00
querier.go eth_getTransactionCount implementation (#91) 2019-09-06 10:46:26 -04:00