laconicd/app
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
..
ante_test.go Cosmos SDK version update (#60) 2019-07-04 15:46:54 -04:00
ante.go Cosmos SDK version update (#60) 2019-07-04 15:46:54 -04:00
ethermint.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -04:00
test_utils.go Update Ethermint app/ Daemon to run functional TM node (#70) 2019-07-12 13:13:15 -04:00