neoneo-go/pkg/rpc/response/result
Roman Khimov 0c45ff8f51 rpc: simplify result.Invoke creation, remove needless deps
Change stack items before marshaling them which makes code in result package
much simpler and not requiring interop, iterator and storage dependencies that
clients shouldn't care about.

This also changes SessionBackedByMPT behavior, now instead of waiting for
traverseiterator call it'll rerun the script immediately if a new session is
created.
2022-07-11 16:15:14 +03:00
..
subscriptions [#2442] English Check 2022-05-04 19:48:27 +03:00
application_log.go [#2442] English Check 2022-05-04 19:48:27 +03:00
block.go result: drop NewBlock/NewHeader/LedgerAux 2022-07-08 18:32:31 +03:00
block_header.go result: drop NewBlock/NewHeader/LedgerAux 2022-07-08 18:32:31 +03:00
findstates.go rpc: implement findstates RPC handler 2021-10-13 11:41:05 +03:00
invoke.go rpc: simplify result.Invoke creation, remove needless deps 2022-07-11 16:15:14 +03:00
invoke_test.go rpc: always marshal FaultException 2022-05-25 10:48:58 +03:00
mpt.go [#2442] English Check 2022-05-04 19:48:27 +03:00
mpt_test.go mpt: split HashNode in two types 2021-04-01 10:19:57 +03:00
netfee.go rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +03:00
peers.go [#2442] English Check 2022-05-04 19:48:27 +03:00
peers_test.go rpc: move result package into response 2020-02-21 15:12:04 +03:00
raw_mempool.go rpc: update getrawmempool RPC-call result 2020-07-29 10:14:01 +03:00
relay_result.go rpc: adjust sendrawtransaction RPC-call 2020-07-22 08:37:46 +03:00
tokens.go rpc: add decimals/name/symbol data to getNEPXXBalance 2022-07-04 18:28:27 +03:00
tx_raw_output.go rpc: drop NewTransactionOutputRaw, move it server-side 2022-07-08 18:30:01 +03:00
unclaimed_gas.go [#2442] English Check 2022-05-04 19:48:27 +03:00
validate_address.go [#2442] English Check 2022-05-04 19:48:27 +03:00
validator.go rpc: implement getcandidates call, fix #2571 2022-07-01 18:46:44 +03:00
validator_test.go rpc: make getnextvalidators behavior compliant with C# node 2022-07-01 14:52:02 +03:00
version.go rpc: bump getversion compat 2022-05-16 06:59:23 +03:00
version_test.go rpc: bump getversion compat 2022-05-16 06:59:23 +03:00