Releases: nervosnetwork/capsule
Releases · nervosnetwork/capsule
v0.10.5: Merge pull request #154 from XuJiandong/release-0.10.5
chore: update ckb-testtool version
v0.10.4
v0.10.3: Merge pull request #141 from jjyr/bump-version-to-0-10-3
chore: bump capsule 0.10.3, ckb-testtool 0.10.1
v0.10.2
[v0.10.2] - 2023-11-3
Misc:
- chore: upgrade to ckb v0.111
v0.10.1
v0.10.0
[v0.10.0] - 2023-05-08
Capsule now uses cross
to manage Rust contracts building. You can learn more details about this change in issue #106, and the wiki page Upgrade an existing project to capsule 0.10 provides instructions for upgrading an existing project to capsule v0.10.0
.
Feature:
Misc:
Full Changelog: v0.9.2...v0.10.0
v0.9.2
[v0.9.2] - 2023-04-24
Misc:
- chore: generate project and contract without using docker #91
- chore: run 'capsule test' without docker #96
- chore: update README #98
- chore(ci): build binaries on ubuntu-20.04 #102
- chore(ci): static link with openssl when release on linux #107
Full Changelog: v0.9.1...v0.9.2
v0.9.1
[v0.9.1] - 2023-04-18
Features:
Misc:
- Improve version compatibility determination #82
- chore: update deps #86
- chore: remove dependency simple-jsonrpc-client and update reqwest #83
- chore: add ckb-testtool to capsule repository #90
Full Changelog: v0.9.0...develop
v0.9.0 Use ckb as ckb-cli indexer backend
NOTE
This release of capsule
require:
- ckb v0.105.0+
- ckb-cli v1.2.0+
Please add Indexer
to rpc.modules
in ckb.toml or start ckb with --indexer parameter ckb run --indexer
to enable indexer
feature.
Changes
v0.8.0 Update dependencies
Changes
- fix weird memory corruption on release build binary (#36)
- fix capsule debugger (#59)
- update dependencies (#65)
- update
moleculec
dep tov0.7.3
- update
ckb-std
dep tov0.10.0
- update
ckb-testtool
dep tov0.8.0
- update
rust-toolchain
to1.61.0
- update docker image
- update toolchain to
nightly-2022-08-01
- remove
ckb-binary-patcher
(NOTE: may cause can not run script withcode_hash = data
) - update
ckb-standalone-debugger
- update toolchain to
- update
- allow custom rust toolchain directory (#66)