Skip to content

Commit

Permalink
Prepare release 0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Nov 18, 2021
1 parent 3766430 commit 2414c87
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,34 @@

A mid-level view of the changes in each *OmniJ* binary release.

== v0.5.20-SNAPSHOT
== v0.5.20

Released: Under development
Released: 2021-11-17

=== omnij-core

* Convert `Ecosystem` to `enum`
* Remove deprecated `Ecosystem` constants (`MSC`/`TMSC`)
* Convert `PropertyType` to `enum`
* Remove deprecated `Ecosystem` constants (`MSC`/`TMSC`)

=== omnij-jsonrpc

* Add `OmniClient::getAllBalancesForAddressAsList`

=== omnij-net-api

* OmniCoreClient: Improved implementations of `balancesForAddress*`: notably `balancesForAddressesAsync` now uses parallel requests to fetch balances.
* OmniCoreClient: Use OmniProxy if available
* OmniCoreClient: Improved implementations of `balancesForAddress*`: notably `balancesForAddressesAsync` now uses parallel requests to fetch balances and can merge in BTC balances when Address Index or OmniProxy is available.

=== Dependency Updates

* bitcoinj 0.16
* ConsensusJ 0.5.13

=== Build/Test Updates

* Github Actions `graalvm.yml` workflow: Use GraalVM 21.3.0

== v0.5.19

Released: 2021-11-11
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= OmniJ Project
Sean Gilligan <https://github.com/msgilligan>
v0.5.19
v0.5.20
:description: OmniJ README document.
:omnij-version: 0.5.19
:omnij-version: 0.5.20

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omnijVersion = 0.5.20-SNAPSHOT
omnijVersion = 0.5.20

useMavenLocal = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.20-SNAPSHOT
moduleVersion=0.5.20
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 2414c87

Please sign in to comment.