Skip to content

Commit fb03ed4

Browse files
committed
ci: ignore conventional commits
1 parent 1e7c7de commit fb03ed4

6 files changed

+42
-11
lines changed

.changeset/add_support_for_rhp4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
default: minor
3+
---
4+
5+
# Add RHP4 support
6+
7+
RHP4 is the next generation of renter-host protocol for the Sia storage network. It dramatically increases performance compared to RHP3, improves contract payouts, reduces collateral lockup, and enables features necessary for light clients. The new protocol will be available and activated starting at block height `513400` (March 10th, 2025).

.changeset/add_support_for_rhp4_accounts.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/added_support_for_announcing_rhp4_addresses.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/support_v2_hardfork.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
default: major
3+
---
4+
5+
# Support V2 Hardfork
6+
7+
The V2 hardfork is scheduled to modernize Sia's consensus protocol, which has been untouched since Sia's mainnet launch back in 2014, and improve accessibility of the storage network. To ensure a smooth transition from V1, it will be executed in two phases. Additional documentation on upgrading will be released in the near future.
8+
9+
#### V2 Highlights
10+
- Drastically reduces blockchain size on disk
11+
- Improves UTXO spend policies - including HTLC support for Atomic Swaps
12+
- More efficient contract renewals - reducing lock up requirements for hosts and renters
13+
- Improved transfer speeds - enables hot storage
14+
15+
#### Phase 1 - Allow Height
16+
- **Activation Height:** `513400` (March 10th, 2025)
17+
- **New Features:** V2 transactions, contracts, and RHP4
18+
- **V1 Support:** Both V1 and V2 will be supported during this phase
19+
- **Purpose:** This period gives time for integrators to transition from V1 to V2
20+
- **Requirements:** Users will need to update to support the hardfork before this block height
21+
22+
#### Phase 2 - Require Height
23+
- **Activation Height:** `526000` (June 6th, 2025)
24+
- **New Features:** The consensus database can be trimmed to only store the Merkle proofs
25+
- **V1 Support:** V1 will be disabled, including RHP2 and RHP3. Only V2 transactions will be accepted
26+
- **Requirements:** Developers will need to update their apps to support V2 transactions and RHP4 before this block height
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
default: major
3+
---
4+
5+
# Switch to `core` consensus
6+
7+
Removes the last legacy code from `siad`. Switching between Mainnet and Testnet can now be done with a CLI flag e.g. `--network=zen`. This will require hosts to resync the blockchain. Refrain from upgrading if contracts are about to expire.

knope.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ command = "git switch -c release"
1818

1919
[[workflows.steps]]
2020
type = "PrepareRelease"
21+
ignore_conventional_commits = true
2122

2223
[[workflows.steps]]
2324
type = "Command"
@@ -46,7 +47,7 @@ variables = { "$changelog" = "ChangelogEntry", "$version" = "Version" }
4647
# Do not enable releases, just changelogs for now.
4748
# [[workflows]]
4849
# name = "release"
49-
#
50+
#
5051
# [[workflows.steps]]
5152
# type = "Release"
5253

0 commit comments

Comments
 (0)