Releases: nervosnetwork/ckb-std
Releases · nervosnetwork/ckb-std
v0.14.0
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
Full Changelog: v0.13.0...v0.14.0
v0.13.0
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
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
Merge pull request #17 from TheWaWaR/add-ckb2021-syscalls feat: add ckb2021 syscalls: vm_version, current_cycles, exec
v0.8.0 Support ckb2021
Merge pull request #16 from TheWaWaR/support-ckb2021 chore: support ckb2021
v0.7.4
v0.6.2
v0.3.0
- Use mixed allocator as default allocator https://justjjy.com/ckb-std/riscv64imac-unknown-none-elf/doc/src/ckb_std/global_alloc_macro/default_alloc.rs.html#1-43
- Remove LibC allocator macro
v0.2.2
- 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