]> Untitled Git - bdk/commit
[wallet] Verify unconfirmed transactions after syncing
authorAlekos Filini <alekos.filini@gmail.com>
Thu, 27 May 2021 14:58:42 +0000 (16:58 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Thu, 1 Jul 2021 14:36:42 +0000 (16:36 +0200)
commita186d82f9a1d22a0a520dee29ff50d9d90004945
treefee6be77cec6e49a3bb272358656a758a9be39f0
parent476fa3fd7dc0ff6f5781cf4dbfd70237f7d6655f
[wallet] Verify unconfirmed transactions after syncing

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
12 files changed:
.github/workflows/cont_integration.yml
CHANGELOG.md
Cargo.toml
src/blockchain/rpc.rs
src/blockchain/utils.rs
src/database/memory.rs
src/database/mod.rs
src/error.rs
src/types.rs
src/wallet/export.rs
src/wallet/mod.rs
src/wallet/verify.rs [new file with mode: 0644]