neoneo-go/pkg
Vsevolod Brekelov ec17654986 core: refactoring blockchain state and storage
add dao which takes care about all CRUD operations on storage
remove blockchain state since everything is stored on change
remove storage operations from structs(entities)
move structs to entities package
2019-12-11 13:05:31 +03:00
..
compiler Merge pull request #546 from nspcc-dev/write-optimizations 2019-12-06 19:40:38 +03:00
consensus *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25:15 +03:00
core core: refactoring blockchain state and storage 2019-12-11 13:05:31 +03:00
crypto io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
internal/keytestcases crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: add a note for WriteArray, fix #519 2019-12-09 18:39:30 +03:00
network core: refactoring blockchain state and storage 2019-12-11 13:05:31 +03:00
rpc core: refactoring blockchain state and storage 2019-12-11 13:05:31 +03:00
smartcontract io: rename ReadBytes() to ReadVarBytes() 2019-12-09 15:00:15 +03:00
util *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25:15 +03:00
vm vm/core: improve block import speed with PublicKey caching 2019-12-10 19:13:29 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00