bitcoindevkit / bitcoindevkit/bdk_wallet
Add birthday to the wallet database
Open
new feature
- Dominant language
- Rust
- Stars
- 59
- Forks
- 105
- Avg merge
- 10d 9h
- Merged PRs (30d)
- 1
Description
**Describe the enhancement**
Add a method `wallet_birthday` or `birthday` that returns the unix time of when the wallet was created.
**Use case**
If we know the birthday of a wallet, we can avoid scanning blocks that happened before the wallet was created. If there's no birthday, we must scan the entire chain to be sure that we don't miss txs.
Contributor guide
Assessment
This issue has not been assessed yet.