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

Regenerate gRPC files from descriptor. #372

Merged
merged 1 commit into from
Feb 24, 2016
Merged

Conversation

jrick
Copy link
Member

@jrick jrick commented Feb 23, 2016

No description provided.

@davecgh
Copy link
Member

davecgh commented Feb 24, 2016

I reviewed the generated code and decoded the new gzipped fileDescriptor0 data to ensure it doesn't contain anything it's not supposed to.

OK

@jrick jrick merged commit b286d69 into btcsuite:master Feb 24, 2016
@jrick jrick deleted the regenproto branch February 24, 2016 00:10
jrick added a commit to jrick/btcwallet that referenced this pull request Nov 9, 2016
Save all block headers and ensure that they attach.  With all headers
saved, the wallet is able to perform more validation checking when
attaching blocks to the main chain.  This also improves compatibility
with SPV, which requires all block headers to be saved.

Significantly improve the rescan logic so it is more understandable
and reusable, and in the future, cancelable.  This also leads the way
to add a new RPC to trigger a rescan starting from some block hash or
height.

This change includes a database upgrade, so it is not possible to use
an updated database changed by this commit on older versions of the
wallet.

Fixes btcsuite#315.
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.

2 participants