neo-go/pkg/core/storage
Roman Khimov 48b6a427cf storage: add Delete method for Batch and Store
It's gonna be used by Storage and Contract interops, both can delete their
data.
2019-10-07 19:40:11 +03:00
..
boltdb_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
boltdb_store_test.go storage: use strings as keys for memory batch 2019-10-07 17:05:53 +03:00
helpers.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
leveldb_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
leveldb_store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
memory_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
memory_store_test.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
redis_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
redis_store_test.go storage: use strings as keys for memory batch 2019-10-07 17:05:53 +03:00
store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
store_config.go storage: add boltDB support 2019-09-14 10:28:43 +03:00
store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00