File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.1.0
2+ * Support omni-lock supply mode
3+ * Use anyhow::Error to replace Box<dyn std::error::Error >
4+ * ** breaking change** : Use hash instead pubkey directly when create ` Identity ` and ` OmniLockConfig ` :
5+ - From ` Identity::new_pubkey_hash(pubkey: &Pubkey) ` to ` Identity::new_pubkey_hash(pubkey_hash: H160) `
6+ - From ` Identity::new_ethereum(pubkey: &Pubkey) ` to ` Identity::new_ethereum(pubkey_hash: H160) `
7+ - From ` OmniLockConfig::new_pubkey_hash(pubkey: &Pubkey) ` to ` OmniLockConfig::new_pubkey_hash(lock_arg: H160) `
8+ - Remove ` OmniLockConfig::new_pubkey_hash_with_lockarg(lock_arg: H160) `
9+ - From ` OmniLockConfig::new_ethereum(pubkey: &Pubkey) ` to ` new_ethereum(pubkey_hash: H160) `
10+
111
212# 2.0.0
313* Add omni-lock support
Original file line number Diff line number Diff line change 11[package ]
22name = " ckb-sdk"
3- version = " 2.0 .0"
3+ version = " 2.1 .0"
44authors = [" Linfeng Qian <thewawar@gmail.com>" , " Nervos Core Dev <dev@nervos.org>" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments