From 056e57859469f48535f735546378f0de9f3a46ba Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Wed, 20 Mar 2024 20:08:23 +0100 Subject: [PATCH] v10.0.0-beta.1 --- counterparty-cli/requirements.txt | 2 +- counterparty-lib/counterpartylib/lib/config.py | 4 ++-- counterparty-lib/requirements.txt | 2 +- counterparty-rs/Cargo.lock | 2 +- counterparty-rs/Cargo.toml | 2 +- release-notes/release-notes-v10.0.0.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/counterparty-cli/requirements.txt b/counterparty-cli/requirements.txt index 990bf8f87d..1a8a35db41 100644 --- a/counterparty-cli/requirements.txt +++ b/counterparty-cli/requirements.txt @@ -5,4 +5,4 @@ colorlog==6.8.0 python-dateutil==2.8.2 requests==2.31.0 termcolor==2.4.0 -counterparty-lib==10.0.0-alpha +counterparty-lib==10.0.0-beta.1 diff --git a/counterparty-lib/counterpartylib/lib/config.py b/counterparty-lib/counterpartylib/lib/config.py index 3285d89e9c..5a0f174509 100644 --- a/counterparty-lib/counterpartylib/lib/config.py +++ b/counterparty-lib/counterpartylib/lib/config.py @@ -7,7 +7,7 @@ # Semantic Version -__version__ = "10.0.0-alpha" # for hatch +__version__ = "10.0.0-beta.1" # for hatch VERSION_STRING = __version__ version = VERSION_STRING.split('-')[0].split('.') VERSION_MAJOR = int(version[0]) @@ -15,7 +15,7 @@ VERSION_REVISION = int(version[2]) VERSION_PRE_RELEASE = '-'.join(VERSION_STRING.split('-')[1:]) -ADDRINDEXRS_VERSION = "0.4.3" +ADDRINDEXRS_VERSION = "0.4.4" # When updating to a new verion, we are making a rollback if major version changes. # If minor version changes and if needed, we are making a reparse from a given block. diff --git a/counterparty-lib/requirements.txt b/counterparty-lib/requirements.txt index c827b94294..5923604bad 100644 --- a/counterparty-lib/requirements.txt +++ b/counterparty-lib/requirements.txt @@ -24,4 +24,4 @@ plyvel==1.5.1 arc4==0.4.0 halo==0.0.31 termcolor==2.4.0 -counterparty-rs==10.0.0-alpha +counterparty-rs==10.0.0-beta.1 diff --git a/counterparty-rs/Cargo.lock b/counterparty-rs/Cargo.lock index 39f2bac181..f2695080db 100644 --- a/counterparty-rs/Cargo.lock +++ b/counterparty-rs/Cargo.lock @@ -198,7 +198,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "counterparty-rs" -version = "10.0.0-alpha" +version = "10.0.0-beta.1" dependencies = [ "bip32", "bitcoin", diff --git a/counterparty-rs/Cargo.toml b/counterparty-rs/Cargo.toml index 1903b6db44..e8ae5c353e 100644 --- a/counterparty-rs/Cargo.toml +++ b/counterparty-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "counterparty-rs" -version = "10.0.0-alpha" +version = "10.0.0-beta.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/release-notes/release-notes-v10.0.0.md b/release-notes/release-notes-v10.0.0.md index 40c813925c..108a9dc308 100644 --- a/release-notes/release-notes-v10.0.0.md +++ b/release-notes/release-notes-v10.0.0.md @@ -7,7 +7,7 @@ This release does not include any protocol changes, so there is no deadline for Because this release includes numerous changes to the database schema, a full database rebuild is required and the major version number has been bumped from 9 to 10. Follow the updated installation instructions in the [README](/README.md) to download and install the latest version of Counterparty Core, run `counterparty-server kickstart` (while `bitcoind` is not running), then start the server with `counterparty-server start`. The rebuild should happen automatically, and it should take between 8 and 24 hours hours to complete. -**IMPORTANT** Be certain that you are running the latest version of AddrIndexRs (v0.4.3). +**IMPORTANT** Be certain that you are running the latest version of AddrIndexRs (v0.4.4). # ChangeLog