neoneo-go/pkg/rpc/client
Evgenii Stratonikov 977c431bf1 vm: implement ASSERT/ABORT opcodes
Rename THROWIFNOT to ASSERT, add ABORT opcode.
ABORT cannot be caught, but the implementation should be postponed until
exception handling is implemented.
2020-05-06 15:54:19 +03:00
..
client.go rpc/client: add minimalistic websocket client 2020-05-04 16:54:35 +03:00
doc.go rpc: implement missing RPC client methods 2020-03-12 15:56:59 +03:00
doc_test.go rpc: update client documentation 2020-03-03 18:59:21 +03:00
neoscan.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
nep5.go vm: implement ASSERT/ABORT opcodes 2020-05-06 15:54:19 +03:00
rpc.go rpc/client: add minimalistic websocket client 2020-05-04 16:54:35 +03:00
rpc_test.go Merge pull request #925 from nspcc-dev/rpc-over-websocket 2020-05-06 12:52:58 +03:00
wsclient.go rpc/client: add minimalistic websocket client 2020-05-04 16:54:35 +03:00
wsclient_test.go rpc/client: add minimalistic websocket client 2020-05-04 16:54:35 +03:00