Files
tendermint/db
Alexis Sellier e9e6ec3a2c Implement Key/Value on Iterator for GoLevelDB
This is needed because leveldb reuses the keys on each iteration.
In our wrapper, we copy the key/value so that it is safe to store.
2017-09-28 17:43:47 +02:00
..
2017-04-18 17:56:05 -04:00
2017-04-18 17:56:05 -04:00
2017-09-28 17:35:01 +02:00
2017-04-18 17:56:05 -04:00
2017-04-18 16:33:35 -04:00
2017-08-25 16:35:37 -04:00
2017-04-18 16:33:35 -04:00

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