2023.02.17 Release Notes
February 18, 2023
JavaScript SDKProduct Features and Enhancements
The JavaScript SDK upgrades to version 18.0.1, delivering the following:
- Enables transaction signing for ECDSA MPC wallets
- Supports EIP-712 message signing
- Supports Algorand USDC token
Bug Fixes
Version 18.0.1 of the SDK fixes the following:
- Improves low balance forwarder
- Removes enforcement of HMAC verification in testnet
- Uses
hex
parameter intoString()
call to verify the ECDSA
Breaking Changes
- Makes
Keychain.pub
optional - Renames function
verifyEdShareProof
toverifyShareProof
- Now requires a 4th parameter that must be a string of either
eddsa
orecdsa
- Now requires a 4th parameter that must be a string of either
- Renames type
backupGpgKey
toBackupGpgKey
Change Log
For a comprehensive list of all changes, view the BitGoJS Change Log in GitHub.