thunderbiscuit
thunderbiscuit
Our build scripts currently build for all architectures, making them really slow for local builds and debugging. We should have dev versions of these scripts that only build for one...
We are trying to gauge usage of 32-bit architectures on Android. We are at a crossroad and could potentially drop support for the `armeabi-v7a` architecture (the triple is `armv7-linux-androideabi`). If...
This is a small issue that's been on my mind for a very long time. Fixes #324. Our `DescriptorSecretKey` and `DescriptorPublicKey` types, upon creation, build extended keys that have a...
This is now available as of uniffi-rs 0.30.0. Note that it doesn't work on pure enums, and only on enums that hold data (the ones that get transformed into sealed...
This is adding 3 things to the `FeeRate` type. 1. API docs 2. Display trait 3. New methods The first and 3rd ones are simple and totally cool. The display...
I think integrating `examples` directories for both the libraries here could be a better place for these print statements. In general, unit tests don't need to have a ton of...
This issue will keep track of a potentially big refactor of our tests. Here are some thoughts, discussed over a few dev calls: - Building for all architectures for a...
The Q3 Update. A reminder to myself that it's much easier to build those as we go than to try and backfill a bunch of months back. I feel like...
https://bitkit.to/ They are using ldk-node. https://github.com/bitcoindevkit/bdk_wallet/pull/257#issuecomment-3265495062
I tried a few different things on this repo for the first 1000 commits (using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for example), and I am looking to clean up the approach we use...