laconicd/x/evm
David Ansermino 1cac4feb4d
Minor fixes (#94)
- Updates RPC return types
- Removes custom query types in favour of default eth 
    - This is largely to allow for proper hexadecimal formatting (provided by `hexutil`), as the API is very specific about formatting.
2019-09-24 16:49:40 +02:00
..
client Minor fixes (#94) 2019-09-24 16:49:40 +02:00
types Minor fixes (#94) 2019-09-24 16:49:40 +02: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 Minor fixes (#94) 2019-09-24 16:49:40 +02:00