diff --git a/.changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md b/.changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md deleted file mode 100644 index 5433b5d..0000000 --- a/.changeset/improve_locking_in_singleaddresswallet_by_avoiding_acquiring_the_mutex_before_a_db_transaction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Improve locking in SingleAddressWallet by avoiding acquiring the mutex before a db transaction diff --git a/.changeset/increase_default_utxo_reservation_in_singleaddresswallet_to_3_hours.md b/.changeset/increase_default_utxo_reservation_in_singleaddresswallet_to_3_hours.md deleted file mode 100644 index 899c6da..0000000 --- a/.changeset/increase_default_utxo_reservation_in_singleaddresswallet_to_3_hours.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Increased default UTXO reservation in SingleAddressWallet to 3 hours diff --git a/.changeset/increased_v2_allow_height_to_52400.md b/.changeset/increased_v2_allow_height_to_52400.md deleted file mode 100644 index cc96d47..0000000 --- a/.changeset/increased_v2_allow_height_to_52400.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -default: major ---- - -# Increased V2 Allow Height to 526,000 - -Delays activation of the v2 hardfork to June 6th, 2025 in response to concerns about the scope of updates necessary for partners to support v2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b6c9e..ee746fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.10.0 (2025-01-15) + +### Breaking Changes + +#### Increased V2 Allow Height to 526,000 + +Delays activation of the v2 hardfork to June 6th, 2025 in response to concerns about the scope of updates necessary for partners to support v2 + +### Fixes + +- Improve locking in SingleAddressWallet by avoiding acquiring the mutex before a db transaction +- Increased default UTXO reservation in SingleAddressWallet to 3 hours + ## 0.9.1 (2025-01-12) ### Fixes diff --git a/go.mod b/go.mod index 145f55b..fe4e8d4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.9.1 +module go.sia.tech/coreutils // v0.10.0 go 1.23.1