neoneo-go/pkg
Roman Khimov 07c2105aa5 core: log values from the store in persist()
We're about stored values here, so print those, which avoids blocking in
bc.HeaderHeight() and removes duplication between blockHeight and
persistedHeight. Fixes saving the blockchain on exit (deferred function in
Run() blocked in persist()).

Test modification was required because storeBlocks() doesn't actually save
headers and thus TestGetTransaction started to fail on persist().
2019-10-21 14:18:09 +03:00
..
core core: log values from the store in persist() 2019-10-21 14:18:09 +03:00
crypto keys: make public key's IsInfinity() public 2019-10-15 12:56:25 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: fix some misspellings 2019-09-03 18:20:05 +03:00
io io: fix lintian suggestions in test code 2019-10-17 12:25:36 +03:00
network *: fix some misspellings 2019-10-17 12:30:24 +03:00
rpc core: verify blocks, fix #12 2019-10-15 18:58:17 +03:00
smartcontract smartcontract: add CreateSignatureRedeemScript() 2019-10-15 12:56:25 +03:00
util core: sort hashes and witnesses in VerifyWitnesses() 2019-10-01 13:41:26 +03:00
vm vm: restrict max item size in PUSHDATA4 2019-10-17 17:10:00 +03:00
wallet *: gofmt -s 2019-09-09 12:02:24 +03:00