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

[wallet] Verify unconfirmed transactions after syncing #355

Merged
merged 6 commits into from
Jul 1, 2021

Conversation

afilini
Copy link
Member

@afilini afilini commented May 27, 2021

Description

Verify the unconfirmed transactions we download against the consensus rules. This is currently exposed as an extra verify feature, since it depends on a pre-release version of bitcoinconsensus.

Closes #352

Notes to the reviewers

Still missing some docs items but the code should be pretty much done

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

New Features:

  • I've added tests for the new feature
  • I've added docs for the new feature
  • I've updated CHANGELOG.md

@afilini afilini force-pushed the feat/verify-txs branch from 30a30ec to ba4d2fd Compare May 27, 2021 15:04
@afilini afilini marked this pull request as ready for review June 18, 2021 11:22
@afilini afilini force-pushed the feat/verify-txs branch 2 times, most recently from 6d77749 to f40e673 Compare June 18, 2021 14:04
afilini added 6 commits July 1, 2021 16:36
Verify the unconfirmed transactions we download against the consensus
rules. This is currently exposed as an extra `verify` feature, since it
depends on a pre-release version of `bitcoinconsensus`.

Closes bitcoindevkit#352
Verify the unconfirmed transactions we download against the consensus
rules. This is currently exposed as an extra `verify` feature, since it
depends on a pre-release version of `bitcoinconsensus`.

Closes bitcoindevkit#352
@afilini afilini force-pushed the feat/verify-txs branch from f40e673 to fbdee52 Compare July 1, 2021 14:37
@afilini afilini merged commit fbdee52 into bitcoindevkit:master Jul 1, 2021
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.

Verify signatures before bumping a transaction
2 participants