44 releases
0.6.0 | May 13, 2025 |
---|---|
0.5.4 | Oct 19, 2021 |
0.5.3 | Jul 21, 2021 |
0.5.1 | Nov 8, 2019 |
0.2.0-alpha.3 | Jul 26, 2019 |
#16 in #ckb
10,521 downloads per month
Used in 64 crates
(3 directly)
1MB
3K
SLoC
Contains (ELF exe/lib, 53KB) secp256k1_blake160_multisig_all, (ELF exe/lib, 53KB) secp256k1_blake160_sighash_all, (ELF exe/lib, 8KB) specs/cells/dao
pub use const BUNDLED_CELL: Files pub use const CODE_HASH_DAO: [u8; 32] pub use const CODE_HASH_SECP256K1_BLAKE160_SIGHASH_ALL: [u8; 32] pub use const CODE_HASH_SECP256K1_RIPEMD160_SHA256_SIGHASH_ALL: [u8; 32]
ckb-system-scripts
CKB's system scripts, which included in the system cells in the genesis block.
Quick Start
git submodule init
git submodule update
make install-tools
make all-via-docker
cargo test --all
Release
Tag and publish the release. GitHub Actions will publish the crate.