neoneo-go/pkg
Anthony De Meulemeester a67728628e
Persist blockchain with leveldb on disk (#48)
* Created test_data folder with block json files for testing + create separate file for block base.

* Fixed bug in WriteVarUint + Trim logic + unit tests

* Refactored store and add more tests for it.

* restore headerList from chain file

* Fix tx decode bug + lots of housekeeping.

* Implemented Node restore state from chain file.

* Created standalone package for storage. Added couple more methods to Batch and Store interfaces.

* Block persisting + tests

* bumped version -> 0.31.0
2018-03-17 12:53:21 +01:00
..
core Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
crypto Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
network Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
rpc RPC client (#42) 2018-03-05 09:53:09 +01:00
smartcontract Smartcontract (#39) 2018-03-04 14:56:49 +01:00
util Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
vm Smartcontract (#39) 2018-03-04 14:56:49 +01:00
wallet Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00