Skip to content

Commit

Permalink
Merge pull request #612 from Chia-Network/2024_06_20_fork_status
Browse files Browse the repository at this point in the history
Show latest fork status
  • Loading branch information
danieljperry committed Jun 20, 2024
2 parents 177e703 + d363337 commit f62b6e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/consensus/forks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ slug: /consensus-forks

The following table is a comprehensive list of all forks (planned and activated) on Chia's blockchain. It was last updated on 2023-09-10.

| Activation Block | Activation Date | Type | Build | Status | Description |
| :--------------- | :-------------- | :--- | :---- | :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `2 300 000` | 2022-07-22 | Soft | 1.3.0 | Activated | [Disallow negative division](https://www.chia.net/2022/03/04/divided-we-fork/) |
| `3 630 000` | 2023-05-07 | Soft | 1.7.0 | Activated | [Restrict `AGG_SIG_UNSAFE` message](https://github.com/Chia-Network/post-mortem/blob/main/2023-05/2023-05-08-AGG_SIG_UNSAFE-can-mimic-AGG_SIG_ME-condition.md) |
| `3 886 635` | 2023-07-01 | Soft | 1.8.0 | Activated | [CHIP-14](https://github.com/Chia-Network/chips/blob/main/CHIPs/chip-0014.md) -- `ASSERT_BEFORE_*` conditions |
| `4 510 000` | 2023-11-12 | Soft | 2.0.0 | Activated | [CHIP-11](https://github.com/Chia-Network/chips/blob/main/CHIPs/chip-0011.md) -- BLS/SECP CLVM Operators |
| `5 496 000` | 2024-06 | Hard | 2.1.0 | Released, <br/> Not Activated | [CHIP-12](https://github.com/Chia-Network/chips/blob/main/CHIPs/chip-0012.md) -- Decrease plot filter |
| `5 716 000` | 2024-07 | Soft | 2.3.0 | Released, <br/> Not Activated | [CHIP-25](https://github.com/Chia-Network/chips/pull/98) -- Chialisp Message Conditions |
| `5 940 000` | 2024-09 | Soft | N/A | Proposed, <br/> Not in a Build | [CHIP-34](https://github.com/Chia-Network/chips/pull/116) -- keccak and base64 CLVM operators |
| Activation Block | Activation Date | Type | Build | Status | Description |
| :--------------- | :-------------- | :--- | :---- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `2 300 000` | 2022-07-22 | Soft | 1.3.0 | Activated | [Disallow negative division](https://www.chia.net/2022/03/04/divided-we-fork/) |
| `3 630 000` | 2023-05-07 | Soft | 1.7.0 | Activated | [Restrict `AGG_SIG_UNSAFE` message](https://github.com/Chia-Network/post-mortem/blob/main/2023-05/2023-05-08-AGG_SIG_UNSAFE-can-mimic-AGG_SIG_ME-condition.md) |
| `3 886 635` | 2023-07-01 | Soft | 1.8.0 | Activated | [CHIP-14](https://github.com/Chia-Network/chips/blob/main/CHIPs/chip-0014.md) -- `ASSERT_BEFORE_*` conditions |
| `4 510 000` | 2023-11-12 | Soft | 2.0.0 | Activated | [CHIP-11](https://github.com/Chia-Network/chips/blob/main/CHIPs/chip-0011.md) -- BLS/SECP CLVM Operators |
| `5 496 000` | 2024-06-13 | Hard | 2.1.0 | Activated | [CHIP-12](https://github.com/Chia-Network/chips/blob/main/CHIPs/chip-0012.md) -- Decrease plot filter |
| `5 716 000` | 2024-07 | Soft | 2.3.0 | Released, <br/> Not Activated | [CHIP-25](https://github.com/Chia-Network/chips/pull/98) -- Chialisp Message Conditions |
| `5 940 000` | 2024-09 | Soft | 2.4.0 | Released, <br/> Not Activated | Disallow infinity G1 points |

0 comments on commit f62b6e7

Please sign in to comment.