mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-02 09:40:35 +00:00
e002d7b40c
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. |
||
---|---|---|
.. | ||
compiler | ||
consensus | ||
core | ||
crypto | ||
internal/keytestcases | ||
interop | ||
io | ||
network | ||
rpc | ||
smartcontract | ||
util | ||
vm | ||
wallet |