Matthew Ramsden

Results 118 comments of Matthew Ramsden

> > Good additional note on reproducing the issue that was reported by a user, Swift bindings for LDK Node 0.4.1 are actually just 0.4.0 > > Yes, as said...

Revisiting this since I did a fix for cktap https://github.com/bitcoindevkit/rust-cktap/pull/34/commits/f23819a8306406fe9cacecaebc39410fc2413346#diff-9816bdceb4680a0c7131a73e0a51e3181ead28fb5c9b147d1929eacf75f67b85 that fixed being able to use CKTap in an Xcode project with BDK. So as I was revisiting as it...

this might be fixed in 204

https://lightningdevkit.org/blog/announcing-vss/

> > * What are we doing with `FFIGenericError` > Was introduced temporarily from what I can see in the commit history, but since then it looks like we are...

> > * Can we just remove `WalletCreationError` > Looks like it to me, unless I'm missing something, I don't see it being used anywhere/anymore either

> I think we should return a `Result` I like that idea.

> Last try or else I will recruit Matthew for help. I've just been guessing how to pass the test cause I can't build with `xcodebuild` on Linux lol. for...

Big time good job on this Rob! This is looking really good, the only open questions I have on this are related to testing. I'm getting failures on the Live...

> Normally I would think that is an underlying OS error where the process is over-requesting memory. If your tests run in parallel maybe try a single thread? It looks...