Sean Gilligan

Results 316 issues of Sean Gilligan

~~This is a child of PR #3844~~ Update: #3844 was merged, this was rebased and is now ready for review/merge.

Note that this also eliminates a nullable static field. Update: and it allows us to make `os` and `runtime` into `final` fields, so I added a commit to do that.

Two commits: * core, not base depends on SLF4J (see PR #3957) * JSpecify dependency is `api` not `implementation` (see PR #3865)

With a little help from AI I quickly wrote this script to mitigate spam issues and comments. Apparently, it is not possible to automate reporting spam or deleting spam issues....

When [secp256k1-jdk v0.2](https://github.com/bitcoinj/secp256k1-jdk/milestone/2) is released we should be able to add a dependency on `org.bitcoinj.secp:org.bitcoinj.secp.api:0.2` to `bitcoinj-core`. But to use the FFM Schnorr Signature _implementation_ we will need to use...

Although `wallet-tool` (aka `wallettool` and `WalletTool`) is currently targeted to JDK 17, the `installDist` Gradle task has been configured to run `wallet-tool` as a non-modular application with Java classes loaded...

PR #3913 (which changes CI to automatically run `installDist` in any included subproject that contains it) was merged, so this PR only touches two gradle build files.

Looks like this will work when Termurin 25 for `aarch64-linux` is available.

This is a child of PR #3906 Once we have released 0.18, we can submit this packaging script with slight modifications to Nixpkgs. To build using a local checkout: ```...