laconicd/x/evm/types
Austin Abell cfac906f92
Ethermint key generation (#78)
* WIP setting up Ethereum key CLI commands

* Functional key gen and showing Ethereum address

* Cleaned up changes

* WIP setting up Ethereum key CLI commands

* Functional key gen and showing Ethereum address

* Cleaned up changes

* Changed address to cosmos specific address

* Remove default bech32 prefixes and add basic add command test

* Changed Private key type to slice of bytes for compatibility and storability

* switch back to using cosmos crypto Keybase interfaces

* Changed key output to ethereum addressing instead of bitcoin and key generation to allow seeding from mnemonic and bip39 password

* Updated show command and added test

* Remove prefix requirement for showing keys and added existing keys commands to CLI temporarily

* Removed unnecessary duplicate code

* Readd prefixes for accounts temporarily

* Fix linting issue

* Remove TODO for setting PK to specific length of bytes (all functions use slice)

* Cleaned up descriptions to remove multi-sigs
2019-08-11 10:42:46 -04:00
..
codec.go Adds AppModuleBasic and Genesis Functions (#62) 2019-07-08 12:02:20 -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_test.go Adds AppModuleBasic and Genesis Functions (#62) 2019-07-08 12:02:20 -04:00
msg.go R4R: CheckTx AnteHandler for Ethereum Tx Messages (#505) 2018-12-18 11:10:04 -05:00
querier.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -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