neo-go/pkg/rpc/server/testdata
Evgenii Stratonikov 0cb6dc47e4 vm: implement slot-related opcodes
1. Slot is a new mechanism for storing variables during execution
which is more convenient than alt.stack. This commit implements
support for slot opcodes in both vm and compiler.
2. Remove old alt.stack opcodes.
3. Do not process globals at the start of every function, but instead
load them single time at main.
2020-05-12 16:23:08 +03:00
..
test_contract.avm vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00
test_contract.go rpc: use Notify with varargs in the test contract 2020-04-06 09:31:09 +03:00
testblocks.acc vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00