Sean Gilligan
Sean Gilligan
To do this requires at least the following: - [ ] Replace FontAwesome, Issue #1820 - [ ] Upgrade from `java.annotations` to `jakarta.annotations` -- PR #3325 - [ ] Upgrade...
Update the diagrams and text to match the proposal in Issue #3299 and PR #3316.
This is perhaps our most significant Guava dependency in the `bitcoinj-core` API. A rewrite that doesn't subclass Guava `Service` and is a little more asynchronous and `CompletableFuture`-friendly is something I...
This is in preparation for a proposed move to a standalone module/JAR. See: https://github.com/bitcoinj/bitcoinj/issues/3299#issuecomment-1745436911
There is extra complexity and code duplication in `WalletTool` that could be simplified by using `WalletAppKit` or a possible future alternative.
This is an umbrella-Issue for discussion of migrating away or reducing our usage of the Guava library. (Similar to Issue #1984: Resolve (MS-Windows) unit test issues) There are a handful...
This is a solution to Issue #3262 I tested this against PR #3246 which was only failing with Gradle 4.10.3 but should have been failing for _all_ builds in the...
This was first deprecated in 0.17-alpha1 (i.e. it has is not deprecated in the 0.16.x releases) so we might want to wait until after 0.17 final is released before merging...
@mikehearn created a C++ interface for *bitcoinj* wallets about 9 years ago (and I remain impressed by all the cross-language work that Mike did.) There is some documentation here: https://bitcoinj.org/using-from-other-languages#c...