Skip to content

[wallet] Verify unconfirmed transactions after syncing - #355

Merged
afilini merged 6 commits into
bitcoindevkit:masterfrom
afilini:feat/verify-txs
Jul 1, 2021
Merged

[wallet] Verify unconfirmed transactions after syncing#355
afilini merged 6 commits into
bitcoindevkit:masterfrom
afilini:feat/verify-txs

Conversation

@afilini

@afilini afilini commented May 27, 2021

Copy link
Copy Markdown
Member

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
Comment thread src/wallet/verify.rs
Comment thread src/wallet/verify.rs
Comment thread src/wallet/verify.rs
Comment thread src/wallet/verify.rs
@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