neoneo-go/pkg/core/storage
Roman Khimov 5bf00db2c9 io: move BinReader/BinWriter there, redo Serializable with it
The logic here is that we'll have all binary encoding/decoding done via our io
package, which simplifies error handling. This functionality doesn't belong to
util, so it's moved.

This also expands BufBinWriter with Reset() method to fit the needs of core
package.
2019-09-16 23:39:51 +03:00
..
boltdb_store.go storage: close function 2019-09-16 18:52:47 +03:00
boltdb_store_test.go storage: close function 2019-09-16 18:52:47 +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: close function 2019-09-16 18:52:47 +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: close function 2019-09-16 18:52:47 +03:00
memory_store_test.go storage: close function 2019-09-16 18:52:47 +03:00
README.md Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
redis_store.go storage: close function 2019-09-16 18:52:47 +03:00
redis_store_test.go storage: close function 2019-09-16 18:52:47 +03:00
store.go storage: close function 2019-09-16 18:52:47 +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

Storage