ckb-std icon indicating copy to clipboard operation
ckb-std copied to clipboard

This library contains serveral modules that could help you write CKB contract with Rust.

Results 7 ckb-std issues
Sort by recently updated
recently updated
newest added

Hey Cryptape, iCKB here 👋 I was updating iCKB Logic implementation to use `ckb-std 0.15.3` and I stumbled upon an apparent issue: - I'm unable to unpack the result of...

### Issue I have the following code: ```rust #[cfg(debug_assertions)] use ckb_std::ckb_types::prelude::*; debug!("script hash = {:#x}", script_hash.pack()); ``` When set `debug_assertions = false`, the above could NOT be compiled. ### Description...

It would be very beneficial if these error messages had more detail in the documentation. As it is right now, there is not enough detail to give any meaningful hints...

Following [@XuJiandong advice](https://github.com/ickb/v1-core/issues/3#issue-2460124809): > The load_cell_data function can load all cell data at once. However, the cell data might be very large, potentially consuming all available memory in certain scenarios....

[As @XuJiandong noticed](https://github.com/ickb/v1-core/issues/3#issue-2460124809): > The load_cell_data function can load all cell data at once. However, the cell data might be very large, potentially consuming all available memory in certain scenarios....

resolve https://github.com/nervosnetwork/ckb-std/issues/84

Dependency on [ckb-x64-simulator PR](https://github.com/nervosnetwork/ckb-x64-simulator/pull/13)