-
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.107.0 #3796
Labels
t:chore
Type: Chore routines.
Comments
Release Notes### Highlights
### Compatability 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] |
| 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.107.0/ckb_v0.107.0_x86_64-apple-darwin.zip
[macos-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-apple-darwin.zip.asc
[macos-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-apple-darwin-portable.zip
[macos-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-apple-darwin-portable.zip.asc
[linux-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-linux-gnu.tar.gz
[linux-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-linux-gnu.tar.gz.asc
[linux-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-linux-gnu-portable.tar.gz
[linux-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-linux-gnu-portable.tar.gz.asc
[centos-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-centos-gnu.tar.gz
[centos-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-centos-gnu.tar.gz.asc
[centos-p-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-centos-gnu-portable.tar.gz
[centos-p-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-centos-gnu-portable.tar.gz.asc
[windows-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-pc-windows-msvc.zip
[windows-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-pc-windows-msvc.zip.asc
[arm-zip]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_aarch64-unknown-linux-gnu.tar.gz
[arm-pgp]: https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_aarch64-unknown-linux-gnu.tar.gz.asc
[dockerhub]: https://hub.docker.com/r/nervos/ckb/tags
<details><summary>Changes since v0.106.0</summary>
### Features
* #3724: Adding RPC: `get_transaction_and_witness_proof` & `verify_transaction_and_witness_proof` (@code-monad)
* #3735: Indexer db simple configuration (@zhangsoledad)
### Bug Fixes
* #3713: Check in-pool chidren for all newly added tx (@zhangsoledad)
* #3727: Blocktemplate dao potential inconsistent with transactions (@zhangsoledad)
* #3738: Resolve disconnection problems (@driftluo)
* #3746: Get_fee_rate_statics compatibility (@zhangsoledad)
* #3750: Notify message blocking (@zhangsoledad)
* #3757: Fee_rate statistics target limit (@zhangsoledad)
* #3763 **rpc:** Return the cycles of the first non-cellbase transaction as cellbase's cycles (@yangby-cryptape)
* #3769: Disable ckb-miner notify mode by default (@zhangsoledad)
* #3773: Fix comment typos (@StrayLittlePunk)
* #3794: Fix missing information in ckb version (@doitian)
* #3804: Fix identify unregister (@driftluo)
* #3803: P2p alerts are not filterred in block chain info (@doitian)
### Improvements
* #3733: Eliminate chainstore lifecycle (@zhangsoledad)
* #3798: add testnet bootnodes (@doitian)
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actions
Changes since v0.106.0
Features
get_transaction_and_witness_proof
&verify_transaction_and_witness_proof
#3724: Adding RPC:get_transaction_and_witness_proof
&verify_transaction_and_witness_proof
(@code-monad)Bug Fixes
Improvements
The text was updated successfully, but these errors were encountered: