neoneo-go/pkg/core/storage
Anthony De Meulemeester 52fa41a12a
Persist transactions (#51)
* added account_state + changed ECPoint to PublicKey

* account state persist

* in depth test for existing accounts.

* implemented GetTransaction.

* added enrollment TX

* added persist of accounts and unspent coins

* bumped version -> 0.32.0
2018-03-21 17:11:04 +01:00
..
leveldb_store.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
leveldb_store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
memory_store.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
memory_store_test.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
README.md Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
store.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00

Storage