- Fix: detect multisig type from input cells in deploy #652
- Warn user if lock script is not well-known during deploy #653
- Update ckb crates to 1.0 #645
- Update ckb-sdk to 5.0 #646
- Add
enable_type_idfor deploy DepGroup #640 - Fix
enable_type_idto default false for serde for Cell and DepGroup #643 - Improve deploy gen-txs --from-address help documentation #642
- Let ckb deploy use RPC client with cookies #641
- [Breaking Change] Add
--multisig-code-hashflag to specifyMultisigScript::V2orMultisigScript::Legacy#631
- Upgrade rust-toolchain to 1.85.0
- Add --zero-lock flag for deploy subcommand to permit
[lock].code_hashis all zero
- Update ckb dependencies to
v0.200.0 - Update ckb-sdk to
v3.7.0 - Fix
tx add-inputto keep existing cell_deps - Fix
tx add-inputto accept unknown input when skip-check is supplied - Complete get-transaction RPC implementation
- Adapt TransactionDependencyProvider async trait with TxDepProviderWrapper
- Update ckb dependencies to
v0.118.0 - Add
clear_tx_verify_queuesubcommand - Add
NetworkType::Previewsupport - Remove orphan_blocks_size from SyncState
- Apply cargo clippy fixes
- Upgrade GitHub Actions runners
- Update ckb dependencies to
v0.117.0 - Update ckb-sdk to
v3.2.1 - Support include tx_pool for get_live_cell
- Fix RPC generate_epochs argument name
- Update ckb dependencies to
v0.116.1 - Add
test_tx_pool_acceptsubcommand - General maintenance and bug fixes
- Update ckb dependencies to
v0.115.0 - Fix
sign-txsmultisig support for full address - Support
force redeploy cells
- Update ckb dependencies to
v0.114.0 - Update ckb-sdk to
v3.1.0 - Add RPC commands:
get_indexer_tip,get_cells,get_cells_capacity,get_transactions - Support
add-inputwhen cell command - Support
generate_epochsfunctionality - Breaking change:
generate_epochno longer accepts arguments - Remove Optional wrapper from
Consensus.dao_type_hash
- Update ckb-sdk to
v3.0.1 - Use native-tls-vendored feature for static OpenSSL linking
- Fix
get_fee_rate_statisticsto return an Option - Upgrade ahash to
v0.7.7 - Packaging improvements
- Update ckb dependencies to
v0.111.0 - Update ckb-sdk to
v3.0.0 - Add RPC subcommands:
get_deployments_info,get_transaction_and_witness_proof,verify_transaction_and_witness_proof - Fix
get_consensussubcommand - Set secure permissions:
700for keystore directory,600for private key files - Support packed header and block with cycles
- Support index_tx_pool in tests
- Upgrade rust toolchain to
1.71.1 - Generate binaries for Apple Silicon
- Use stderr for non-JSON log information
- Fix integration tests with retry logic for DAO operations
- Security fixes and dependency upgrades
- Update ckb dependencies from
v0.105.1tov0.106.0 - Update dep ckb-sdk to
v2.4.0
- Add deploy subcommand, this is a more advanced version of
capsule deploy#515- more resonable CKB transaction structure
- support
multisiglock
- Add
--max-tx-feeargument to subcommands, so that you can transfer all your CKB to another address more easy #517wallet transfersudtdao
- Update ckb deps from
v0.104.0tov0.105.1 - Update deps
- ckb-sdk to
v2.3.0 - secp256k1 to
v0.24 - bitcoin to
v0.27
- ckb-sdk to
- Support ckb-indexer rpc from ckb node
- Add
account bitcoin-xpubsubcommand
- Update ckb deps from
v0.103.0tov0.104.0 - BREAKING: remove
ckb-indexcrate, and effect following subcommands:- remove
indexsubcommand - remove
wallet top-capacitysubcommand - remove
wallet get-capacity --lock-hashsupport - remove
wallet get-live-cells --lock-hashsupport - remove
wallet get-live-cells --type-hashsupport - remove
wallet get-live-cells --code-hashsupport
- remove
- Use
ckb-indexeras index backend - Update
ckb-sdktov2.0.0 - Guide user to select ckb/ckb-indexer url for the first time
- Add
--local-onlyflag to not check alerts and get network type when startup
- Update ckb from
v0.101.3tov0.103.0 - Remove
ckb-sdkfromckb-cliand created as an standalone repository - Add
ckb-signersub-crate for keystore implementation - Use new
ckb-sdkto refactor:wallet transferdao depositdao preparedao withdraw
- Replace
tx-feeargument withfee-rateargument and the default value is1000' - Refactor
AddressParser - Add
sudtsubcommand - Short address use ckb2021 address format
- Compatible with ckb-v0.15.z
- Use rocksdb as index database backend
- Add web3 v3 keystore support