Skip to content

Releases: nervosnetwork/ckb-std

v0.14.0

14 Jun 06:59
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade toolchain by @quake in #50
  • feat: add load_witness api to high_level mod by @quake in #51
  • refactor: use fixed size array and smaller buffer size to load data by @quake in #49
  • Refactor high_level::exec_cell api by @mohanson in #53
  • feat: Support calc_data_hash in ckb-std by @jjyr in #57

New Contributors

  • @quake made their first contribution in #50

Full Changelog: v0.13.0...v0.14.0

v0.13.0

09 May 03:44
Compare
Choose a tag to compare

What's Changed

Features

  • feat: support stable rust by @sopium in #44
  • feat(ckb2023): Add 3 new syscalls: spawn, get_memory_limit and set_content by @mohanson in #39

Miscs

  • feat: avoid debug params unused warning by @sopium in #35
  • feat!: exec_cell -> Result<Infallible, SysError> by @sopium in #37
  • chore: cargo fmt by @doitian in #43
  • chore: fix cargo doc warnings by @doitian in #42
  • chore: hide empty modules from doc by @doitian in #41
  • chore: improve doc of the debug macro by @doitian in #40
  • chore: bump version to 0.13.0 by @jjyr in #45
  • docs: use doc_auto_cfg on docs.rs by @sopium in #46

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.10.0 update deps

16 Aug 03:06
01a6b1b
Compare
Choose a tag to compare

Changes

  • update ckb-testtool
  • update build docker image
  • update rust-toolchain
  • fix exec syscall in simulator
  • add ckb2021 syscalls for simulator
  • Implement the contract part of the test case using capsules

v0.9.0 Support more syscalls

18 Jan 08:03
379d4a2
Compare
Choose a tag to compare
Merge pull request #17 from TheWaWaR/add-ckb2021-syscalls

feat: add ckb2021 syscalls: vm_version, current_cycles, exec

v0.8.0 Support ckb2021

01 Sep 09:45
3939759
Compare
Choose a tag to compare
Merge pull request #16 from TheWaWaR/support-ckb2021

chore: support ckb2021

v0.7.4

15 Apr 05:41
98985a2
Compare
Choose a tag to compare
  • Upgrade ckb-c-stdlib

v0.6.2

12 Sep 03:38
65f94fb
Compare
Choose a tag to compare

v0.3.0

08 Jun 09:00
4209bce
Compare
Choose a tag to compare

v0.2.2

28 May 07:11
650f5d7
Compare
Choose a tag to compare
  • Add a new batch of high-level syscall Apis, located in the high_level module.
  • Add a new QueryIter advanced API for in batch operation on cells/headers/witnesses/inputs.
  • debug! is disabled in the release build.
  • Release documentation