Skip to content

Commit

Permalink
Merge pull request #403 from zhangsoledad/zhangsoledad/update-0044-de…
Browse files Browse the repository at this point in the history
…ployment

Update 0044 deployment
  • Loading branch information
janx authored Apr 3, 2024
2 parents 79c3c06 + 6e8b90e commit 17a0443
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ ThresholdState::FAILED | ThresholdState::ACTIVE => {
}
```

## Deployments
A living list of deployment proposals can be found [here](./deployments.md).

## Reference

Expand Down
7 changes: 7 additions & 0 deletions rfcs/0043-ckb-softfork-activation/deployments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Deployments
---

List of proposed deployments.
| Name | Bit | Mainnet Start | Mainnet Timeout | Mainnet State | Testnet Start | Testnet Timeout | Testnet State | RFC |
| ----------- | ---------- | ---------------- | ---------- | ----------- | ---------- | ---------------- | ---------- | ---------- |
| Light Client Protocol | 1 | TBD | TBD | TBD | epoch#5346 | epoch#5616 | active since epoch#5711 | [RFC0044](../0044-ckb-light-client/0044-ckb-light-client.md)
2 changes: 2 additions & 0 deletions rfcs/0044-ckb-light-client/0044-ckb-light-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ The parameters[\[2\]] to activate this feature are:
| `threshold` | 75% | 80% |
| `min_activation_epoch` | 5676 (approx. 2022-12-24 15:00:00 UTC) | 8648 (approx. 2023-11-01 00:00:00 UTC) |

For CKB Testnet, the deployment did activate at epoch 5711.

> Some parameters for CKB mainnet are to be determined.
And we also have to create all MMR nodes for blocks before that epoch to
Expand Down

0 comments on commit 17a0443

Please sign in to comment.