neoneo-go/pkg
Roman Khimov e002d7b40c
Merge pull request #538 from nspcc-dev/opcode-and-related
To use opcode definitions you have to import whole vm package that you might
not care about at all. So this moves opcodes to their own package under vm, fixes
and deduplicate related code and moves compiler package up one level.
2019-12-03 19:31:11 +03:00
..
compiler compiler: move it up from vm 2019-12-03 18:23:46 +03:00
consensus *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
core core: replace open-coded PUSHBYTES64 with the one from opcode 2019-12-03 18:23:46 +03:00
crypto *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
internal/keytestcases crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: add missing test 2019-12-03 16:20:06 +03:00
network Merge pull request #467 from nspcc-dev/errcheck_297 2019-12-03 15:06:11 +03:00
rpc rpc: remove hardcoded pushbytes64 constant 2019-12-03 18:23:46 +03:00
smartcontract *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
util util: add missing tests for Uint256 2019-11-25 11:55:26 +03:00
vm compiler: move it up from vm 2019-12-03 18:23:46 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00