neo-go/pkg
Roman Khimov edd60e656e consensus: fix processing changeview payloads from recovery message
Using view number from the recovery message is just plain wrong, it's gonna be
higher than our current view and these messages will be treated as coming from
the future, even though they have their original view number included.
2020-06-09 18:17:01 +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: fix processing changeview payloads from recovery message 2020-06-09 18:17:01 +03:00
core Merge pull request #1012 from nspcc-dev/feature/mptrpc 2020-06-09 17:25:55 +03:00
crypto core: implement key recover interops 2020-06-03 14:36:04 +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: process state roots properly 2020-06-08 17:31:59 +03:00
rpc rpc: implement verifyproof RPC 2020-06-08 17:31:59 +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