Robert Netzke

Results 71 comments of Robert Netzke

I chewed on this for a while and the duplicated logic + new macros for an otherwise macro-free codebase have left a bad taste in my mouth. If future backends...

@thunderbiscuit is it okay if I squash this down to a single commit?

Open questions I have: - What are we doing with `FFIGenericError` - Can we just remove `WalletCreationError` - Are we going to offer support for single descriptor wallets? The current...

I couldn't look at the commit history anymore. Apologies @thunderbiscuit I forgot to pick out your commits. I pushed up some changes not present in the previous commits: - Keeping...

Updated the Android and Swift tests and ran `cargo fmt` with the CI config Agh. I will fix those swift tests and `try!` again lol

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. Update: I...

If these don't pass I'm happy to do a screen share or take a commit on top of this branch and merge it

You legend! I am happy to keep that commit as a moment of history, or can pull down and rebase.

Squashed and rebased on master. Pop the champagne Btw in the commit message I gave attribution to each of the steps to get us here.

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 like...