LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Demo CoinSelector usage in BDK proper #36

Open evanlinjin opened 1 year ago

evanlinjin commented 1 year ago

CoinSelector is nicely decoupled from the rest of the code and could be pasted into bdk and benefit it right now. This also allows us to make a key API change to BDK that will have to be done eventually anyway. Better to do it now rather than all at the same time later on. Also gives us feedback on the API.

evanlinjin commented 1 year ago

WIP here: https://github.com/bitcoindevkit/bdk/pull/773

Basically done, but held up by weight calculation bugs in miniscript