neoneo-go/pkg/rpc/server
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
..
testdata vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc/server: add websockets support via '/ws' URL 2020-05-04 16:54:35 +03:00
server_helper_test.go rpc/server: use httptest.Server for testing 2020-05-04 16:54:35 +03:00
server_test.go vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00