neoneo-go/pkg/rpc
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
..
client vm: implement ASSERT/ABORT opcodes 2020-05-06 15:54:19 +03:00
request emit: remove tailCall argument from AppCall 2020-05-07 14:59:01 +03:00
response core: change block.ConsensusData to neo3 format 2020-04-27 17:57:37 +03:00
server vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00