Skip to content

Releases: nervosnetwork/capsule

v0.10.5: Merge pull request #154 from XuJiandong/release-0.10.5

17 May 03:11
04fd58c
Compare
Choose a tag to compare

v0.10.4

15 Mar 03:51
eff02bf
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade deps by @quake in #145
  • chore: use crate version for cargo publish by @quake in #146

v0.10.3: Merge pull request #141 from jjyr/bump-version-to-0-10-3

04 Jan 03:40
a2cb212
Compare
Choose a tag to compare
chore: bump capsule 0.10.3, ckb-testtool 0.10.1

v0.10.2

03 Nov 12:45
5e49142
Compare
Choose a tag to compare

[v0.10.2] - 2023-11-3

Misc:

  • chore: upgrade to ckb v0.111

v0.10.1

19 Jun 08:59
04d03e8
Compare
Choose a tag to compare

[v0.10.1] - 2023-06-19

Bug fixes:

  • fix: fix address parsing #125
  • feat: remap path prefixs on release #122

Misc:

  • Upgrade ckb-std and ckb-testtool dependencies

CKB Testtool:

  • feat(ckb-testtool): Support Type ID #123

Full Changelog: v0.10.0...v0.10.1

v0.10.0

09 May 07:29
9c0d3d3
Compare
Choose a tag to compare

[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:

  • Use cross to build Rust contracts #106
  • feat: update ckb-std and use stable rust #118

Misc:

  • docs: add link to upgrade an existing project #112
  • Fix check command #113

Full Changelog: v0.9.2...v0.10.0

v0.9.2

24 Apr 09:33
Compare
Choose a tag to compare

[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

18 Apr 07:05
cf8510e
Compare
Choose a tag to compare

[v0.9.1] - 2023-04-18

Features:

  • Experimental lua template support #78 #81

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

22 Nov 09:43
81e9876
Compare
Choose a tag to compare

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

  • fix: redirect docker output and run with --init #67
  • handle git notfound error #70
  • use ckb as ckb-cli indexer backend (#71 , #76 )

v0.8.0 Update dependencies

19 Aug 03:42
e337a50
Compare
Choose a tag to compare

Changes

  • fix weird memory corruption on release build binary (#36)
  • fix capsule debugger (#59)
  • update dependencies (#65)
    • update moleculec dep to v0.7.3
    • update ckb-std dep to v0.10.0
    • update ckb-testtool dep to v0.8.0
    • update rust-toolchain to 1.61.0
    • update docker image
      • update toolchain to nightly-2022-08-01
      • remove ckb-binary-patcher (NOTE: may cause can not run script with code_hash = data)
      • update ckb-standalone-debugger
  • allow custom rust toolchain directory (#66)