Skip to content

Commit

Permalink
add meepo upgrade checklist (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
linnnsss authored Dec 9, 2024
1 parent a3f5770 commit 70301d4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion website/docs/history-and-hard-forks/ckb-hard-fork-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,37 @@ The CKB Edition Meepo (2024) introduces a range of enhancements into CKB Script

### Tools & Upgrade Requirements

Coming soon...
Below is a comprehensive checklist for updating tools, libraries, and SDKs related to the Meepo hardfork. Ensure all components are updated and tested as per the specified versions and notes below.

#### Core Components

- [ckb](https://crates.io/crates/ckb-verification) (crate): v0.119.0 (supports data2 and Spawn)

#### Standard Libraries

- [ckb-std](https://github.com/nervosnetwork/ckb-std/releases): v0.16.1
- [ckb-c-stdlib](https://github.com/nervosnetwork/ckb-c-stdlib)
- https://github.com/nervosnetwork/ckb-c-stdlib/pull/63
- https://github.com/nervosnetwork/ckb-c-stdlib/pull/59

#### SDKs

- [ckb-rust-sdk](https://github.com/nervosnetwork/ckb-sdk-rust/releases): v3.4.1 (supports data2 and CKB preview)
- [ckb-go-sdk](https://github.com/nervosnetwork/ckb-sdk-go/releases): v2.3.0
- [ckb-sdk-java](https://github.com/nervosnetwork/ckb-sdk-java/releases): https://github.com/nervosnetwork/ckb-sdk-java/pull/683

#### Development Tools

- [ckb-cli](https://github.com/nervosnetwork/ckb-cli/releases): v1.6.0 (supports data2 and CKB preview)
- [ccc](https://github.com/ckb-devrel/ccc/deployments) (common chain connector): v0.0.2
- [ckb-testtool](https://github.com/nervosnetwork/ckb-testtool): v0.14.0
- [ckb-standalone-debugger](https://github.com/nervosnetwork/ckb-standalone-debugger/releases): v0.119.0
- ckb-script-template: https://github.com/cryptape/ckb-script-templates/pull/14

#### Virtual Machines

- [ckb-lua-vm](https://github.com/nervosnetwork/ckb-lua-vm): https://github.com/nervosnetwork/ckb-lua-vm/pull/15
- [ckb-js-vm](https://github.com/nervosnetwork/ckb-js-vm): https://github.com/nervosnetwork/ckb-js-vm/pull/14

### Resources

Expand Down
2 changes: 1 addition & 1 deletion website/docs/history-and-hard-forks/rethinking-fork.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: "Rethinking Forks"

> Originally wrote by Jan Xie
## Soft fork, Hard fork, and Rice-noodle fork
## Soft Fork, Hard Fork, and Rice-Noodle Fork

The discussions in the Bitcoin/Ethereum community about hard forks/soft forks have had a significant impact on CKB's design.
Here're two pieces I can find immediately [[1]](https://vitalik.eth.limo/general/2017/03/14/forks_and_markets.html) [[2]](https://github.com/editor-Ajian/Personal-Work/blob/main/%EF%BC%882024.11%EF%BC%89%E5%86%B0%E5%B1%B1%E4%B9%8B%E4%B8%8B.pdf).
Expand Down

0 comments on commit 70301d4

Please sign in to comment.