From 03f94dfaa4accc80524c228ff35a887422c0a6ab Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Tue, 11 Oct 2022 09:20:08 -0700 Subject: [PATCH] CHANGELOG: Add an "Overview" of the 0.6.2 release --- CHANGELOG.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index badfd644..aedf79ef 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,12 @@ A mid-level view of the changes in each *OmniJ* binary release. Released: 2022-10-11 +=== Overview + +This release has some major refactoring (some breaking) in order to upgrade to ConsensusJ 0.6.4 , simplify the `OmniClient` class hierarchy, and simplify the inheritance hierarchy of the OmniJ Spock RegTests. + +The `BitcoinClient` and `BitcoinExtendedClient` of ConsensusJ 0.6.4 add support for **Bitcoin Core v0.23** and its changes to wallet functionality (such as defaulting to descriptor wallets and using wallet names in the JSON-RPC URL path.) This will help us with the planned rebase of **Omni Core** to the latest **Bitcoin Core** codebase. + === omnij-core * `BalanceEntry`, `AddressBalanceEntry`, `PropertyBalancEntry` moved from `omnij-jsonrpc`