Files
tendermint/db
Emmanuel Odeke a7b20d4e46 db: Simplify exists check, fix IsKeyInDomain signature, Iterator Close
+ *FSDB.HasKey now uses common.FileExists to test for file existence
+ IsKeyInDomain takes key as a []byte slice instead of as a string
to avoid extraneous []byte<-->string conversions for start and end
+ Iterator.Close() instead of Iterator.Release()
+ withDB helper to encapsulate DB creation, deferred cleanups
so that for loops can use opened DBs and discard them ASAP

Addressing accepted changes from review with @jaekwon
2017-12-15 02:58:51 -07:00
..
2017-12-12 19:28:52 -05:00
2017-12-12 20:58:35 -05:00
2017-12-12 19:08:22 -05:00
2017-11-09 17:42:32 -05:00
2017-04-18 16:33:35 -04:00
2017-11-09 17:42:32 -05:00
2017-12-12 20:06:50 -05:00
2017-04-18 16:33:35 -04:00
2017-11-09 17:42:32 -05:00
2017-12-13 22:28:37 -05:00

TODO: syndtr/goleveldb should be replaced with actual LevelDB instance