neoneo-go/pkg
Roman Khimov 6031c8a087 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-27 12:15:44 +03:00
..
compiler compiler: support variadic function definitions 2020-06-26 20:05:10 +03:00
config *: use MaxTransactionsPerBlock from Policy native contract 2020-06-24 07:58:05 +03:00
consensus consensus: fix processing changeview payloads from recovery message 2020-06-27 12:15:44 +03:00
core core: fix TestSubscriptions occasional failures 2020-06-25 19:22:38 +03:00
crypto smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop core: fix Storage.Get to return Null when there is no value 2020-06-24 10:43:58 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network consensus: add network magic to hash data 2020-06-26 18:41:04 +03:00
rpc rpc: convert null value to a defaultT 2020-06-27 12:15:29 +03:00
smartcontract smartcontract: correctly encode/decode AnyType 2020-06-24 10:22:21 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: extend PrintOps() with INITSSLOT & INITSLOT 2020-06-26 19:35:03 +03:00
wallet *: change address to the new format 2020-06-17 15:58:21 +03:00