cosmos-sdk/examples
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
..
basecoin NewBasecoinApp takes a map of databases 2018-03-30 12:18:12 +02:00
kvstore Mount every single store with its own DB 2018-03-28 14:33:48 +02:00