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

Add Rescan RPC to the gRPC server. #382

Merged
merged 8 commits into from Nov 10, 2016
Merged

Add Rescan RPC to the gRPC server. #382

merged 8 commits into from Nov 10, 2016

Conversation

jrick
Copy link
Member

@jrick jrick commented Nov 10, 2016

This is one of the missing pieces for seed restoring a wallet over the
gRPC interface. Wallets could already be created using a provided
seed, but there was no way to discover relevant transactions already
in the blockchain.

@jrick
Copy link
Member Author

jrick commented Nov 10, 2016

Open to suggestions on improvements to this new API. Perhaps the result should be a stream of progress notifications instead of a single result at the completion or error of the rescan?

This is one of the missing pieces for seed restoring a wallet over the
gRPC interface.  Wallets could already be created using a provided
seed, but there was no way to discover relevant transactions already
in the blockchain.
@jrick jrick merged commit 1afdc99 into decred:master Nov 10, 2016
@jrick jrick deleted the rescanrpc branch November 10, 2016 20:16
beansgum pushed a commit to beansgum/dcrwallet that referenced this pull request Jun 10, 2021
*Move proposals initialization from proposals page to state.go
- Move proposal listener to wallet package

* Fix proposals display bug after initial sync
- fix tooltip position on votebar required yes vote percentage indicator
- fix bug with NaN % value when percentage vote is equals to zero

* Start proposal sync if no proposals are found on app load
 - restore refresh button when sync is completed after 3secs from updating text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants