laconicd/x/evm/types
David Ansermino 92dc7d9a59
Basic RPC and CLI Queries (#77)
- Adds ethermint query command (`emintcli query ethermint <query>`)
    - Supports block number, storage, code, balance lookups
- Implements RPC API methods `eth_blockNumber`, `eth_getStorageAt`, `eth_getBalance`, and `eth_getCode`
- Adds tester utility for RPC calls
    - Adheres to go test format, but should not be run with regular suite
    - Requires daemon and RPC server to be running
    - Excluded from `make test`, available with `make test-rpc`
- Implemented AppModule interface and added EVM module to app
    - Required for routing
- Implements `InitGenesis` (`x/evm/genesis.go`) and stubs `ExportGenesis`
- Modifies GenesisAccount to match expected format
2019-07-25 16:38:55 -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 Updating ethereum version from fork (#68) 2019-07-11 14:05:34 -04:00