Releases: CoboGlobal/cobo-waas2-js-sdk
Releases · CoboGlobal/cobo-waas2-js-sdk
v1.1.0
What's Changed
New features
Added OAuth operations for Cobo Portal App developers:
Improvements
- The data type of
data.response_body
was updated from object to string in the response of List webhook event logs. - Added the
signer
property to indicate whether the key share holder's TSS Node is a designated transaction signer. Affected schemas include:CreateKeyShareHolder
KeyShareHolder
- The
node_count
property was renamed asparticipants
in:- The request body of Create project
- The request body of Create key share holder group
- The
KeyShareHolderGroup
schema - The
MPCProject
schema
- The
pubkey
property was renamed asroot_pubkey
in theRootPubkey
schema. - Added the
root_pubkey
property to indicate the vault's root extended public key in theTSSGroups
schema. - Several timestamp-related properties were renamed using the “_timestamp” suffix. Affected schemas include:
Transaction
TransactionBlockInfo
TransactionTimeline
KeyShareHolderGroup
MPCVault
Full Changelog: https://github.com/CoboGlobal/cobo-waas2-js-sdk/commits/v1.1.0