consensusj icon indicating copy to clipboard operation
consensusj copied to clipboard

Bitcoin components for JVM & Android (JSON client & server support, services, DSL, CLI)

Results 26 consensusj issues
Sort by recently updated
recently updated
newest added

AsciiDoclet is awesome, but we had to disable it (see Issue #55) to enable building with JDK 11 and later. This is an enhancement request and reminder to possibly re-enable...

enhancement

Publishing to Maven Central requires several other issues be resolved first: * https://github.com/ConsensusJ/consensusj/issues/29 - Refactor all packages to org.consensusj.* * https://github.com/ConsensusJ/consensusj/issues/38 - Add 'Automatic-Module-Name' entry to all JAR manifests *...

Might as well do it with Travis, since @dexX7 knows how to do it.

Create a deterministic build process similar to that used for Bitcoin Core. See this blog article for suggestions: http://gary-rowe.com/agilestack/2013/08/08/how-to-create-a-deterministic-jar/

enhancement
help wanted

See https://github.com/bitcoinj/bitcoinj/issues/895

help wanted

many methods are missing, any eta on the implementation? I was interested in addnode for example thanks

help wanted
good first issue

Write a decent user guide.

Hello It would be great if you provided examples on how to use the Bitconj json rpc client thanks!

help wanted
good first issue

Let me quickly describe what issue I faced yesterday: I wanted to dump some intermediate results, in particular of `listUnspent`, which returns a `List` of `UnspentOutputs`. The change was basically:...

help wanted
good first issue