Skip to content

Commit

Permalink
Prepare 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 1, 2022
1 parent c860b51 commit 5605414
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@

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

== v0.6.2-SHAPSHOT
== v0.6.2

Released: not yet
Released: 2022-09-01

=== cj-btc-json

* add `BitcoinTransactionInfo` for `listtransactions`
* `WalletTransactionInfo`: add `decoded` property (RawTransactionInfo)
* `RawTransactionInfo`: create inner POJO for `scriptPubKey` property
* `CoinDeserializer` allow reading from `String`
* `ZMQNotification`: migrate to record-like accessors, deprecate getters. (In the future we may do this for all "POJOs" in this module)

=== cj-btc-jsonrpc

* `BitcoinClient`: add `listTransactions()`
* `BitcoinClient`: deprecate `getNetParams()`
* `BitcoinClient`: create overload of `getTransaction` with additional nullable parameters

=== cj-btc-jsonrpc-integ-test

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.6.1
v0.6.2
:description: ConsensusJ README document.
:consensusj-version: 0.6.1
:consensusj-version: 0.6.2
:bitcoinj-version: 0.16.1
:bitcoinj-apidoc: https://bitcoinj.org/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.6.2-SNAPSHOT
moduleVersion=0.6.2
extensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoinj.dsl.groovy.categories.NumberCategory
staticExtensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.StaticECKeyExtension
2 changes: 1 addition & 1 deletion doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== Main Release Process

. Use Java 17 for official builds
.. `sdk use 17.0.3-tem`
.. `sdk use 17.0.4-tem`
.. `sdk use 22.1.0.r17-grl` (for GraalVM build)
. Update `CHANGELOG.adoc`
. Set versions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.6.2-SNAPSHOT
consensusjVersion = 0.6.2

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

0 comments on commit 5605414

Please sign in to comment.