-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic event stream RPC interface docs and JSON/RPC client lib #523
Conversation
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
…tself as the unblock Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
…icker Signed-off-by: Peter Broadhurst <[email protected]>
…make eth_subscribe a sample Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
…rder of numbers with commits Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
… eth_subscribe Signed-off-by: Peter Broadhurst <[email protected]>
Signed-off-by: Peter Broadhurst <[email protected]>
Putting back into draft to add to E2E test for full validation |
Signed-off-by: Peter Broadhurst <[email protected]>
…ero sequence pre-DB-read Signed-off-by: Peter Broadhurst <[email protected]>
Added E2E test, and worked through:
|
Signed-off-by: Peter Broadhurst <[email protected]>
…iption for notifications Signed-off-by: Peter Broadhurst <[email protected]>
Attempted to drive one step closer to consistency with paladin/core/go/internal/txmgr/rpc_eventstreams.go Lines 155 to 167 in 39a7450
|
Signed-off-by: Peter Broadhurst <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left a few comments on #515 but nothing worth holding this out.
In PR chain with #515
rpcbackend
JSON/RPC client fromfirefly-common
intorpcclient
to allow us to enhance itSubscribe()
functionality ofrpcclient.WSClient
to support:ptx_subscribe("receipts", "listenerName")
ptx_ack
ptx_nack