neoneo-go/pkg
Evgenii Stratonikov caf53740d3 network: do not process state roots below verified height
Implement fast path to skip state root retrieval and decoding.
2020-06-22 12:33:35 +03:00
..
compiler compiler: add public key recovering syscalls 2020-06-05 22:13:17 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus consensus: verify state root in PrepareRequest 2020-06-11 10:18:12 +03:00
core core: extend Blockchainer interface with StateHeight() 2020-06-22 10:53:13 +03:00
crypto keys: add support for uncompressed serialization in PublicKey 2020-06-10 19:17:08 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal random: make use or random package in tests 2020-03-27 10:27:46 +03:00
interop compiler: add public key recovering syscalls 2020-06-05 22:13:17 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network network: do not process state roots below verified height 2020-06-22 12:33:35 +03:00
rpc core: extend Blockchainer interface with StateHeight() 2020-06-22 10:53:13 +03:00
smartcontract smartcontract: add JSON marshal/unmarshal for InteropType 2020-05-13 17:17:41 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: make Iterator interface public 2020-05-27 11:40:46 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-07 21:48:45 +03:00