Matthew Ramsden

Results 118 comments of Matthew Ramsden

I think I resolved all the comments, and then I just rebased on `master`

Fails using bdk-swift: - [1.0.0-beta.5](https://github.com/bitcoindevkit/bdk-swift/releases/tag/1.0.0-beta.5) - [1.0.0-beta.2](https://github.com/bitcoindevkit/bdk-swift/releases/tag/1.0.0-beta.2) Succeeds using bdk-swift: - [0.31.2](https://github.com/bitcoindevkit/bdk-swift/releases/tag/0.31.2) - [1.0.0-alpha.11](https://github.com/bitcoindevkit/bdk-swift/releases/tag/1.0.0-alpha.11) The other swift bindings I was importing was using `uniffi = { version = "0.26.1", optional...

> The other swift bindings I was importing was using `uniffi = { version = "0.26.1", optional = true }` I tested bumping the other `swift bindings I was importing`...

I believe I have a fix for this by using a unique subdirectory to prevent collisions. Tested. This will show up if someone builds their xcframework the same way bdk-ffi...

Closing this because I think this is solved with the referenced https://github.com/bitcoindevkit/rust-cktap/pull/36 But if anyone ever runs into this again (myself included) we can reopen this issue 👍

My possibly incorrect remembering of how LDK Node handles onchain is that it checks every minute for a new balance, so in Monday when that check happens it will then...

https://github.com/lightningdevkit/ldk-node/blob/main/src/config.rs#L27 I think its 80 seconds actually ?

@thunderbiscuit + @ItoroD this is just a draft/experiment on 2 new things in uniffi 0.30.0

> We can probably do this bump to 0.30.0 now that 2.2.0 is released. It just needs a rebase and a clear vision for the Ord + Hashable stuff. >...