laconicd/x/evm/types
David Ansermino d9d45b48b9
CSDB Keeper (#76)
- Implements Keeper. This is a wrapper around the "real" keeper (CSDB). Since we need to pass the context into the keeper we need to abstract the CSDB from the 
- Adds WithContext() to CSDB to support the above requirement
- Adds Keeper to app
2019-07-24 18:14:12 -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 CSDB Keeper (#76) 2019-07-24 18:14:12 -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
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