Sean Gilligan
Sean Gilligan
The JavaDoc needs work. Writing good JavaDoc for the main RPC wrapper classes will be the focus. I'm going to try using the [AsciiDoctor](http://asciidoctor.org) [AsciiDoclet](https://github.com/asciidoctor/asciidoclet) so we can write JavaDoc...
Currently all certificate checking is disabled to allow unit testing over SSL with self-signed certificates. A relative easy and **short-term fix** is to read the (currently hardcoded to `false`) `disableSslVerification`...
Using annotations and an external Spock configuration file, we should be able to mark test Specs or feature tests as requiring RegTest mode or not. A test that has a...
Currently the Getting Started documents recommend using either the Gradle or Maven plugins. There should be documentation somewhere that explains how the modules and their platform specific dependencies work so...
It would be nice if this tool could also validate the HTML. You may be able to do this with JSoup directly, it looks like it can report parser errors....
Please provide: - Link to build log from https://jitpack.io https://jitpack.io/com/github/ConsensusJ/bitcoinj/consensusj-master-supernaut-v0.12-g29f8431-1362/build.log NOTE: Part of the build is dependent on the JDK version and is skipped when run with an earlier version....
2.0.0 is a Java Module (finally!) I have been using bitcoinj with apps that have upgraded to latest alpha/beta of SLF4J for over a year now and have had no...
Note: this is not verified as correct encoding yet. Depends on PR #2634
* Add 3 new constructors which take network * Deprecate (2 of 3) constructors that take NetworkParameters * Mark 3-arg NetworkParameters constructor as @VisibleForTesting
"any network" test is ignored for now (until PR #2617 or equivalent is merged)