-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release ckb v0.108.1 #3888
Comments
### Highlights
Bug fixes for potential pool panic and `ckb list-hashes` issues, as well as a minor omission modification.
### Compatibility Table
| Network | Consensus Version | Minimal CKB Version |
|---------|------------------------- | ------------------- |
| dev | ckb2021 since epoch 0 | |
| testnet | ckb2021 since epoch 3113 | v0.101.0 |
| mainnet | ckb2021 since epoch 5414 | v0.103.0 |
See [how to connect to various chains](https://github.com/nervosnetwork/ckb/wiki/Chains) in Wiki.
### Downloads
| OS | Arch | Runtime Dependencies | Package | Sign |
| ----------------- | ----- | -------------------- | ----------------------- | ------------------- |
| macOS | x64 | macOS 10.15 or above | [zip][macos-zip] | [PGP][macos-pgp] |
| macOS (Portable) | x64 | macOS 10.15 or above | [zip][macos-p-zip] | [PGP][macos-p-pgp] |
| macOS | ARM64 | macOS 10.15 or above | [zip][macosa-zip] | [PGP][macosa-pgp] |
| macOS (Portable) | ARM64 | macOS 10.15 or above | [zip][macosa-p-zip] | [PGP][macosa-p-pgp] |
| Linux | x64 | glibc, libstdc++ | [tarball][linux-zip] | [PGP][linux-pgp] |
| Linux (Portable) | x64 | glibc, libstdc++ | [tarball][linux-p-zip] | [PGP][linux-p-pgp] |
| CentOS | x64 | glibc, libstdc++ | [tarball][centos-zip] | [PGP][centos-pgp] |
| CentOS (Portable) | x64 | glibc, libstdc++ | [tarball][centos-p-zip] | [PGP][centos-p-pgp] |
| Windows | x64 | VC++ Redistributable | [zip][windows-zip] | [PGP][windows-pgp] |
| Linux | ARM64 | glibc, libstdc++ | [tarball][arm-zip] | [PGP][arm-pgp] |
| Docker | | | [dockerhub][] | |
The `.asc` files are signatures. It is wise and more secure to check out for the files [integrity](https://github.com/nervosnetwork/ckb/blob/develop/docs/integrity-check.md).
Try the portable variants if the binaries complains about illegal instructions.
[macos-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-apple-darwin.zip
[macos-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-apple-darwin.zip.asc
[macos-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-apple-darwin-portable.zip
[macos-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-apple-darwin-portable.zip.asc
[macosa-zip]: https://github.com/nervosnetwork/ckb/releases/download/${2:tag}/ckb_$2_aarch64-apple-darwin.zip
[macosa-pgp]: https://github.com/nervosnetwork/ckb/releases/download/$2/ckb_$2_aarch64-apple-darwin.zip.asc
[macosa-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/$2/ckb_$2_aarch64-apple-darwin-portable.zip
[macosa-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/$2/ckb_$2_aarch64-apple-darwin-portable.zip.asc
[linux-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-linux-gnu.tar.gz
[linux-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-linux-gnu.tar.gz.asc
[linux-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-linux-gnu-portable.tar.gz
[linux-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-linux-gnu-portable.tar.gz.asc
[centos-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-centos-gnu.tar.gz
[centos-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-centos-gnu.tar.gz.asc
[centos-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-centos-gnu-portable.tar.gz
[centos-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-unknown-centos-gnu-portable.tar.gz.asc
[windows-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-pc-windows-msvc.zip
[windows-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_x86_64-pc-windows-msvc.zip.asc
[arm-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_aarch64-unknown-linux-gnu.tar.gz
[arm-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.108.1/ckb_v0.108.1_aarch64-unknown-linux-gnu.tar.gz.asc
[dockerhub]: https://hub.docker.com/r/nervos/ckb/tags
<details><summary>Changes since v0.108.0</summary>
### Bug Fixes
* #3887: Potentially tx-pool panic after detached (@zhangsoledad)
* #3903: Resolve the bug of list-hashes subcmd (@quake)
* #3901: Fix tx-pool remove expired (@zhangsoledad)
### Misc
* #3851: Omission modification (@driftluo)
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/nervosnetwork/ckb/releases/tag/v0.108.1
Rc1 change log
The text was updated successfully, but these errors were encountered: