# W35 Meeting Minutes
###### tags: `meeting` `lib`
:::info
- Link: https://github.com/bitcoindevkit/.github/issues/72
:::
## Agenda
- BDK 1.0 milestones and timeline
- BDK Review Club
- Review Begs?
- Blockers?
### New Projects and Support
- TBD
### Top BDK 1.0 PRs and issues
#### alpha.2
##### Ready to merge
- [#1064](https://github.com/bitcoindevkit/bdk/pull/1064): Better tests for transaction conflict handling
- [#958](https://github.com/bitcoindevkit/bdk/issues/958): More tests for IndexedTxGraph and TxGraph
- [#1084](https://github.com/bitcoindevkit/bdk/pull/1084): Enhance bdk chain structures
- the RPC PR requires this one, so this is also priority
##### Still need review (in progress)
- [#1040](https://github.com/bitcoindevkit/bdk/pull/1040): RPC client refactor
- [#1041](https://github.com/bitcoindevkit/bdk/pull/1041): Add bitcoind_rpc chain source module
- @vladimirfomene is working on an rpc wallet example and reorg confirmed transaction tests.
- [#1048](https://github.com/bitcoindevkit/bdk/pull/1048): Remove TransactionDetails from Wallet API
- One more comment then @notmandary will merge it
- [#1065](https://github.com/bitcoindevkit/bdk/pull/1065): refactor!(chain): Unify ChangeSet nomenclature
- already merged! yea!
##### New Issues
- [#1102](https://github.com/bitcoindevkit/bdk/issues/1102): Further improve unconfirmed tx conflict resolution
- this is high priority per Evan
- [#1101](https://github.com/bitcoindevkit/bdk/issues/1101): Reintroduce descriptor checksum data to bdk::Wallet persistence
- another high priority per Evan
#### milestone TBD
- [#816](https://github.com/bitcoindevkit/bdk/pull/816): TOR+Esplora example
- stay in beta.0 milstone
- [#1055](https://github.com/bitcoindevkit/bdk/pull/1055): Add Compact Block Filters Syncing
- stay in 1.1.0-alpha.0 milestone
- waiting on nakamoto work
- [#924](https://github.com/bitcoindevkit/bdk/pull/924): Introduce new bdk_coin_select implementation
- replaced by #1072
- moved to 2.0 since this is a big change and we already have alot to do for 1.0
- [#1036](https://github.com/bitcoindevkit/bdk/issues/1036): Use max_weight_to_satisfy instead of max_satisfaction_weight
- leave in alpha.3 for now, TBD on moving it
### Top Maintenance PRs and issues
- [#1071](https://github.com/bitcoindevkit/bdk/pull/1071): Update rust bitcoin (BDK 0.28)
- done! :tada:
- also bumps esplora from 0.4 to 0.6
## Users