neo-go/pkg/rpcclient/actor
Anna Shaleva 5811687836 rpc: fix bug in Actor's waiter
Execution events are followed by block events, not vise versa, thus,
we can wait until VUB block to be accepted to be sure that
transaction wasn't accepted to chain.
2022-10-26 15:32:54 +03:00
..
actor.go rpc: refactor waiter-related actor code 2022-10-24 06:09:36 +03:00
actor_test.go rpc: add tests for RPC waiters 2022-10-24 06:09:36 +03:00
compat_test.go rpc: add compat tests for RPC* interfaces and Client implementations 2022-10-24 06:09:36 +03:00
doc_test.go context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
maker.go actor: allow providing default attributes/hooks to be used 2022-08-29 15:08:37 +03:00
maker_test.go rpc: add tests for RPC waiters 2022-10-24 06:09:36 +03:00
waiter.go rpc: fix bug in Actor's waiter 2022-10-26 15:32:54 +03:00
waiter_test.go rpc: refactor WSClient subscriptions API 2022-10-26 15:32:54 +03:00