cosmos-sdk/client
Adrian Brink 0789a5eed0
NewBasecoinApp takes a map of databases
NewBasecoinApp takes a map[string]dbm.DB . This stabilises the API,
since it allows us to add more stores without a breaking change. The
convention is that the keys of the dbs correspond to the names of the
capKeys.
2018-03-30 12:18:12 +02:00
..
builder Encaptulate Get Passphrase Logic in Builder 2018-03-24 23:14:18 -07:00
keys Fix key add override bug 2018-03-25 01:35:02 -07:00
lcd NewBasecoinApp takes a map of databases 2018-03-30 12:18:12 +02:00
rpc fixed some tests 2018-03-17 22:14:19 +01:00
tx fix tests and refactored 2018-03-17 22:17:56 +01:00
flags.go refactor client 2018-03-04 17:21:37 +00:00
helpers.go refactor client 2018-03-04 17:21:37 +00:00
input.go Fix key add override bug 2018-03-25 01:35:02 -07:00
keys.go Options -> AppState 2018-03-17 23:10:44 +01:00