neoneo-go/pkg
Roman Khimov 10110d4e70 bigint: correct MaxBytesLen
It can't be 33, positive signed int256 all fit into 32 bytes (no need for
leading zero), negative ones fit into 32 bytes as well.
2022-05-31 16:51:19 +03:00
..
compiler interop: add interop API for MODMUL, MODPOW opcodes 2022-05-12 14:31:24 +03:00
config core: rename hardfork HF_2712_FixSyscallFees 2022-05-26 14:20:48 +03:00
consensus [#2442] English Check 2022-05-04 19:48:27 +03:00
core contract: tune isolation logic 2022-05-31 11:44:12 +03:00
crypto crypto: adjust Checksum documentation 2022-05-13 13:20:40 +03:00
encoding bigint: correct MaxBytesLen 2022-05-31 16:51:19 +03:00
interop core: adjust Signer to stackitem conversion 2022-05-23 14:01:42 +03:00
io [#2442] English Check 2022-05-04 19:48:27 +03:00
neotest neotest: return failed tx hash 2022-05-19 13:56:24 +03:00
network transaction: fix Rules stringer, it's WitnessRules in C# 2022-05-07 12:05:25 +03:00
rpc native: emit vote/candidate events 2022-05-28 18:44:20 +03:00
services services: forbid insecure Oracle request redirects 2022-05-11 09:45:44 +03:00
smartcontract [#2442] English Check 2022-05-04 19:48:27 +03:00
util [#2442] English Check 2022-05-04 19:48:27 +03:00
vm Merge pull request #2508 from nspcc-dev/snapshot-isolation 2022-05-27 12:44:06 +03:00
wallet [#2442] English Check 2022-05-04 19:48:27 +03:00