You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Merge pull request #122 from fystack/update-readme
Update readme
* WIP: Add CKD implementation and integrate derivation path in signing sessions
use consulKV for store ckd seed
* Update .gitignore to exclude node modules and modify CKD example
* chore: fix lint error
* feat: support eddsa ckd
* CKD struct refactor: rename chain code field to masterChainCode and adjust constructor/accessor
* Enable wallet-scoped derivation: add walletID to Derive and wire through HMAC-SHA512
* Add chain_code setup instructions and integrate chain_code into configuration
* Enhance setup scripts: distribute event initiator public key to node configs and add build step in setup.sh
* Update dependencies: replace bnb-chain/tss-lib with fystack/tss-lib and add btcec v2.3.2
* Fix reshare event handling: ensure successEvent.PubKey is non-empty before send result
* Add chain_code config and integration CKD sign into e2e
* Update e2e test matrix to include TestCKDSigning
* Remove unused functions
* Update derivatoin logic
* Add hd wallet examples for both ecdsa and eddsa
* Fix lint issue
---------
Co-authored-by: vietddude <imrbdnv@gmail.com>
0 commit comments