neo-go/pkg
Evgenii Stratonikov ceff8736f2 vm: use ID-based syscalls
In NEO3 SYSCALL opcode has 4-byte ID parameter.
This commit removes support for string-based syscalls and
changes SYSCALL's parameter to be fixed 4-byte value.
2020-04-17 11:46:31 +03:00
..
compiler vm: move InteropNameToID to emit package 2020-04-17 11:46:31 +03:00
config *: drop Publish transaction type 2020-04-16 14:40:20 +03:00
consensus consensus: drop timestamp from outer payload 2020-04-17 00:09:40 +03:00
core vm: use ID-based syscalls 2020-04-17 11:46:31 +03:00
crypto crypto/keys: implement NewPublicKeyFromBytes() 2020-04-13 13:13:15 +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: emit Neo.Crypto.ECDsaVerify syscall instead of CHECKSIG 2020-04-13 13:47:39 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network core: extend Blockchainer with GetStandByValidators() 2020-04-16 15:54:58 +03:00
rpc vm: use ID-based syscalls 2020-04-17 11:46:31 +03:00
smartcontract core: implement NativeContract support 2020-04-16 15:55:34 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: use ID-based syscalls 2020-04-17 11:46:31 +03:00
wallet config: move config.go out of config/ 2020-03-31 17:55:59 +03:00