neo-go/pkg
Roman Khimov b05754deac core: add Close() to blockchainer, implement it to properly close chain
Before it the deferred function in Run() was actually never able to properly
close the Store, so we weren't synching the latest state to the disk.
2019-11-08 12:19:54 +03:00
..
core core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
crypto fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: move common function and add unit tests for it 2019-11-06 17:12:33 +03:00
network core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
rpc core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
smartcontract smartcontract: fix PropertyState definitions 2019-10-25 11:05:58 +03:00
util fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
vm vm: redefine SHL/SHR limits based on integer size 2019-11-07 12:50:11 +03:00
wallet wallet: add unit tests 2019-11-06 13:15:47 +03:00