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 optional resyncing options to importscript and importprivkey #264

Merged
merged 1 commit into from
Jun 6, 2016

Conversation

cjepson
Copy link
Contributor

@cjepson cjepson commented Jun 3, 2016

New optional resyncing options have been added to importscript and
importprivkey for convenience. A rescan height can be included as the
last argument so that the user can easily rescan from a height not
the genesis block. The code for importscript was also refactored so
that it may easily be called from the new RPC server. glide locks
were updated to newer versions of dcrd and dcrwallet.

Fixes #259.

@@ -12,6 +12,7 @@ import:
- package: github.com/btcsuite/websocket
- package: github.com/decred/bitset
- package: github.com/decred/dcrd
version: eda86f5267b747f095da4235cfb10fa361b5f769
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be tracking master so this is unneeded. Only have to commit the lockfile.

@alexlyp
Copy link
Member

alexlyp commented Jun 3, 2016

tACK, picks up and uses block as expected

New optional resyncing options have been added to importscript and
importprivkey for convenience. A rescan height can be included as the
last argument so that the user can easily rescan from a height not
the genesis block. The code for importscript was also refactored so
that it may easily be called from the new RPC server. glide locks
were updated to newer versions of dcrd and dcrwallet.
@jcvernaleo jcvernaleo added this to the v0.1.6 milestone Jun 6, 2016
@alexlyp alexlyp merged commit 3942d8b into decred:master Jun 6, 2016
@jcvernaleo jcvernaleo modified the milestones: v0.1.5, v0.1.6 Jun 6, 2016
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.

4 participants