Skip to content

Commit

Permalink
Prepare 0.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 16, 2021
1 parent 13fcf6b commit f8753a1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,30 @@

A high-level view of the changes in each ConsensusJ binary release.

== v0.5.7-SNAPSHOT
== v0.5.7

Released: Not yet
Released: 2021.03.16

=== cj-btc-json (Bitcoin JSON types)

* Make `AddressInfo` `labels` property a `List<Object>` so it can accept both the Bitcoin Core 0.19 (`List<Label>`) and 0.20 formats (`List<String>`).

=== cj-btc-jsonrpc

* Add RegTest support for Bitcoin Core 0.21 by creating default wallet (`""`) if it doesn't exist.
* Add basic `listWallets()` and `createWallet()` RPC methods.

=== cj-btc-zeromq

* Fix issues when connecting to an uninitialized or syncing `bitcoind`
** Find `"active"` ChainTip, not 0th ChainTip
** Call `waitForServer(120)` when connecting
* Better handling/logging of `onError` in a few places

=== consensusj-json-rpc-daemon cj-btc-daemon

* Remove last usages of `javax.inject.Singleton` by temporarily disabling incremental annotation processing. (We can re-enable when Micronaut 2.4.1 is released.)

== v0.5.6

Released: 2021.03.10
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= ConsensusJ
Sean Gilligan <https://github.com/msgilligan>
v0.5.6
v0.5.7
:description: ConsensusJ README document.
:consensusj-version: 0.5.6
:consensusj-version: 0.5.7
:bitcoinj-version: 0.15.9
:bitcoinj-apidoc: https://bitcoinj.github.io/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.5.7-SNAPSHOT
moduleVersion=0.5.7
extensionClasses=com.msgilligan.bitcoinj.groovy.categories.CoinCategory,com.msgilligan.bitcoinj.groovy.categories.NumberCategory
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.5.7-SNAPSHOT
consensusjVersion = 0.5.7

# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
bitcoinjGroup = org.bitcoinj
Expand Down

0 comments on commit f8753a1

Please sign in to comment.