Skip to content

Releases: nervosnetwork/ckb-std

v0.15.3

25 Mar 10:22
a6b9b66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.2...v0.15.3

v0.15.2

25 Mar 07:01
9894cd3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1

31 Jan 23:57
Compare
Choose a tag to compare
  • chore: tweak cargo.toml and build.rs #75 @quake
  • feat: Since construction methods & comparison logic #76 @xxuejie

v0.15.0

03 Jan 06:18
8495d6b
Compare
Choose a tag to compare

v0.14.3

25 Aug 06:54
3556380
Compare
Choose a tag to compare

v0.14.2

04 Jul 06:50
Compare
Choose a tag to compare

What's Changed

  • chore: update Makefile publish-crate by @jjyr in #58
  • fix: ckb2023 data2 enum is missing by @quake in #59
  • chore: bump v0.14.1 by @jjyr in #60
  • chore: bump v0.14.2 by @jjyr in #61

Full Changelog: v0.14.0...v0.14.2

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