neoneo-go/pkg/rpc/server
Evgenii Stratonikov d2ddf7b7cb *: support invoking methods by offset
Allow to invoke methods by offset:
1. Every invoked contract must have manifest.
2. Check arguments count on invocation.
3. Change AppCall to a regular syscall.
4. Add test suite for `System.Contract.Call`.
2020-07-27 13:00:35 +03:00
..
testdata *: support invoking methods by offset 2020-07-27 13:00:35 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: adjust submitblock RPC-call 2020-07-22 08:37:53 +03:00
server_helper_test.go core: use big.Int to store NEP5 balances 2020-07-09 13:26:39 +03:00
server_test.go *: support invoking methods by offset 2020-07-27 13:00:35 +03:00
subscription.go rpc: restructure getapplicationlog response 2020-06-19 11:38:56 +03:00
subscription_test.go rpc: adjust getblock RPC-call JSON fields names 2020-07-09 17:34:53 +03:00