Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
Casper JS SDK v2.15.1
[2.15.1] - 2023-8-4
Fixed
- Reverted broken 1.4.x compatibility. The version compatible with protocol version 1.5.x will be released as a separate one. (#351)
Casper JS SDK v2.15.0
Casper JS SDK v2.14.0
Fixed
StoredValue
TypedJSON serialization issue. (#312)
Added
-
Added
BaseSigner
class for further wallet & signer integrations, supportCasperWallet
. (#300) -
Support node URL without
/rpc
likecasper-client
does. (#298) -
Added
to
field to theTransferJson
. (#312)
Casper JS SDK v2.13.3
Fixed
- Fixed to support 64 bytes Ed25519 private key generated using v2.10
Casper JS SDK v2.13.2
Fixed
- Fix for wrong signatures being generated for SECP256K1 keys - it was missing
der: false
setting in a function call
Casper JS SDK v2.13.1
Added
- New method
makeDeployWithAutoTimestamp
that fetches timestamp and then uses it to create deploy header. Recommended to use it in browsers env.
Casper JS SDK v2.13.0
Added
- Added
getEraSummary
- Added
getEraSummaryByBlockHeight
- Added Ed25519 HD Wallet support
- Added
timeout
param to all CasperServiceByJsonRPC methods - Deterministic Asymmetric keys can be generated by using HD Wallet following BIP-0032
Changed
- Switched from
tweetnacl-ts
andeccrypto
tonoble
libraries
Casper JS SDK v2.12.1
Fixed
- Fix in CI job that broke README.md attached to NPM Package and tgz archive to the release
- Fix links to the examples in docs
Casper JS SDK v2.12.0
Added
- HTTPS Event stream without breaking browsers support
- New docs generator
- Add missing types for
ExecutionResult
- Added missing CLType
Any
- Added tests in browser env
- Added source maps to build version
Changed
- Move generated docs to github pages
Casper JS SDK v2.11.1
Removed
- Support for HTTPS/HTTP2 EventStream - as it caused problems in browser environment