..
actor
rpcclient: add Waiter.Config
2024-08-20 10:13:20 +03:00
gas
native: autogenerate nativehashes package
2024-05-14 09:39:53 +03:00
invoker
smartcontract: add support for maps in NewParameterFromValue
2024-11-18 15:20:39 +03:00
management
native: autogenerate nativehashes package
2024-05-14 09:39:53 +03:00
neo
state: drop compatibility code for NEOBalance
2024-11-19 21:40:01 +03:00
nep11
*: fix some dupword warnings
2024-11-13 20:57:10 +03:00
nep17
smartcontract: drop standard events before RPC binging generation
2023-05-31 15:53:43 +03:00
nep24
manifest: support NEP-24
2024-11-20 14:45:28 +03:00
neptoken
*: replace interface{}
with any
keyword
2023-04-04 13:22:42 +03:00
nns
*: fix linter gofmt errors
2024-09-26 13:29:04 +03:00
notary
actor: add a new WaitSuccess API
2024-06-21 18:39:02 +03:00
oracle
native: autogenerate nativehashes package
2024-05-14 09:39:53 +03:00
policy
native: autogenerate nativehashes package
2024-05-14 09:39:53 +03:00
rolemgmt
native: autogenerate nativehashes package
2024-05-14 09:39:53 +03:00
unwrap
unwrap: add ErrNull to handle Null returned, fix #2795
2024-11-21 13:23:32 +03:00
waiter
waiter: remove compat code for block-based waiting
2024-11-19 22:23:00 +03:00
client.go
*: replace go.uber.org/atomic with sync/atomic
2023-10-12 17:59:34 +03:00
client_test.go
rpcclient: expose endpoint ( fixes #2912 )
2023-02-15 08:29:44 +01:00
doc.go
docs: canceltransaction is not going to be supported
2023-11-21 16:11:58 +03:00
doc_test.go
rpcclient: use better RPC endpoint for example
2024-02-26 23:18:45 +03:00
local.go
rpcclient: fix #3135 wsclient hangs on making request
2023-10-16 13:01:12 +03:00
local_test.go
rpcclient: add Internal client for direct RPC server calls
2023-02-16 23:49:58 +03:00
rpc.go
rpcclient: improve GetNEPXXTransfers docs
2024-11-07 18:02:53 +03:00
rpc_test.go
rpcsrv: add seedlist and standbycommittee to getversion
2024-08-09 12:53:31 +03:00
wsclient.go
rpcclient/WS: do not deadlock on connection loss
2024-07-29 17:39:11 +03:00
wsclient_test.go
ws: allow filtering notification by parameters
2024-11-26 00:26:04 +03:00