laconicd/keys
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
..
add_test.go Ethermint key generation (#78) 2019-08-11 10:42:46 -04:00
add.go Transaction signing and encoding (#95) 2019-09-15 12:12:59 -04:00
codec.go Ethermint key generation (#78) 2019-08-11 10:42:46 -04:00
root.go Ethermint key generation (#78) 2019-08-11 10:42:46 -04:00
show_test.go Transaction signing and encoding (#95) 2019-09-15 12:12:59 -04:00
show.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
utils.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00