Skip to content
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

Implement z_sendmany and async RPC calls. #1200

Closed
nathan-at-least opened this issue Aug 8, 2016 · 1 comment
Closed

Implement z_sendmany and async RPC calls. #1200

nathan-at-least opened this issue Aug 8, 2016 · 1 comment
Assignees
Labels
A-rpc-interface Area: RPC interface A-wallet Area: Wallet

Comments

@nathan-at-least
Copy link
Contributor

Depends on #1199 for note tracking.

This will require several substantial changes:

  • adding a "proving work queue" into the wallet, which executes proofs one at a time.
  • adding status tracking for the work queue.
  • adding the z_sendmany call which adds jobs to the queue.
  • add status checking calls for checking on work queue status.

Excluded for simplicity:

  • cancelling jobs in the queue.
  • getting any kind of status information aside from queued / finished-ok / finished-error.
@nathan-at-least nathan-at-least added A-wallet Area: Wallet A-rpc-interface Area: RPC interface labels Aug 8, 2016
@daira daira modified the milestones: Beta 1 - complete RPC, audit mitigations, other linux support, user bugfixes, z9 Release - RPC, Testing improvements Aug 25, 2016
@daira
Copy link
Contributor

daira commented Sep 9, 2016

#1367 has been merged.

@daira daira closed this as completed Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc-interface Area: RPC interface A-wallet Area: Wallet
Projects
None yet
Development

No branches or pull requests

3 participants