Steve Myers
Steve Myers
I noticed also you're using Mac Catalyst, is any available swift package supposed to work with it? I haven't used it before. https://developer.apple.com/mac-catalyst/
It looks like there may be some additional xcframework packaging voodoo to get them to work with Catalyst: https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle#Create-archives-for-frameworks-or-libraries
I made a simple test MacOS app, added package bdk-swift 0.28, imported it and used a couple BDK functions and it worked fine for me. Note I did not try...
Please rebase to pick up changes in #69 that fix CI.
@oleonardolima can your rebase and rework this now that #75 is merged? hopefully not too big a change.
If there aren't any other good options then I'd rather stick with what we have then remove it completely. Another option is to manually run the `cargo audit` tool, as...
The `cargo-audit` page recommends this for using it with github actions: https://github.com/rustsec/audit-check
Checkout this commen on a simple backoff algo that works for LWK: https://github.com/bitcoindevkit/bdk/issues/1120#issuecomment-2331794726
I'd like to target this for bdk 1.1 milestone. Looks like a great enhancement.
As posted on discord: I'm not aware of any localhost tor testing frameworks , how do you currently do manual testing? for now it's probably enough to have detailed testing...