Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
Casper JS SDK v3.0.0-rc02
[3.0.0-rc02] - 2024-07-05
This release candidate is compatible with #node RC3
Added
- Mappings for
Key.Unbond
andKey.AddressableEntity
- Github action now should include lib.js in every release
Casper JS SDK v3.0.0-rc01
This release candidate is compatible with #node RC3
Added
CLKeyVariant type
witch supports for newCLKey
variants (HashAddr, TransferAddr, DeployHash, EraInfo, Balance, Bid, Withdraw, Dictionary, SystemEntityRegistry, EraSummary, Unbound, ChainspecRegistry, ChecksumRegistry, BidAddr, KeyPackage, EntityAddr)- variants
TransactionProcessed
,TransactionExpired
andTransactionAccepted
of enumEventName
inEventStream.ts
Removed
- variants
DeployProcessed
andDeployAccepted
of enumEventName
inEventStream.ts
Casper JS SDK v3.0.0-rc00
Added
- Condor functionalities added
Casper JS SDK v2.15.5
Fixed
- invalid seed usage in the HDKey (#410)
Casper JS SDK v2.15.4
Casper JS SDK v2.15.3
Casper JS SDK v2.15.2
[2.15.2] - 2023-8-4
Fixed
- Reintroduced
getStateRootHash
fix as its not specific forcasper-node 1.5
(#339)
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)