Skip to content

Releases: casper-ecosystem/casper-js-sdk

Casper JS SDK v5.0.7-beta2

31 Jan 11:48
c6d0121
Compare
Choose a tag to compare
Pre-release

Fixed

  • Un/re-delegate flow with payment property

Full Changelog: 5.0.6-beta2...5.0.7-beta2

Casper JS SDK v5.0.6-beta2

30 Jan 12:40
20c2238
Compare
Choose a tag to compare
Pre-release

Added

  • Extended BidAddr.

Fixed

  • Issue with BlockTransaction serialization.
  • Corrected the rewardedSignatures type to ensure accuracy.

Changed

  • Moved newCL methods into the CLValue class for a more streamlined CLValue creation process.
  • Added the ability to set a contract hash for the transaction builder, enhancing flexibility.
  • Updated migration guide from v2 to v5 for a smoother transition.ull/499

Full Changelog: 5.0.5-beta2...5.0.6-beta2

Casper JS SDK v5.0.5-beta2

22 Jan 21:13
c7a132b
Compare
Choose a tag to compare
Pre-release

Added:

  • CasperNetwork abstraction that helps to handle Casper 1.5 and 2.0 versions easily

Fixed:

  • Issue with Conversions.motesToCSPR and Conversions.csprToMotes conversions
  • Issue with CLValueMap.fromBytes parsing

Casper JS SDK v5.0.4-beta2

16 Jan 10:49
ccd9014
Compare
Choose a tag to compare
Pre-release

Added

  • Ability to build Deploy with TransactionBuilder buildFor1_5 method
  • Update makeCep18TransferDeploy to use contractPackageHash instead of contractHash
  • New auction contract hash for integration-test network, fixed deserialization of CES schema, Update contract package parsing compatible 1.x, added unit tests to cover mentioned bugs / features

Fixed

  • Issue with PEM file creation and parsing
  • Issue with typo in transaction scheduling creation
  • Issue with compatible transforms parsing
  • Issues with @jsonArrayMember

Casper JS SDK v5.0.3-beta2

07 Jan 17:51
05e9adc
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Added transform parsing functions, fromJSON method for InfoGetTransactionResultV1Compatible, fixed an issue with TransactionEntryPoint deserialization by @alexmyshchyshyn in #485

Full Changelog: 5.0.2-beta2...5.0.3-beta2

Casper JS SDK v5.0.2-beta2

03 Jan 16:14
c0c61b7
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix: CLValueMap deserialization from bytes, added unit tests for Tuple, Map, Numeric CLValues by @alexmyshchyshyn in #484

Full Changelog: 5.0.1-beta2...5.0.2-beta2

Casper JS SDK v5.0.1-beta2

24 Dec 11:18
28e794d
Compare
Choose a tag to compare
Pre-release

Fixed

  • TransactionEntryPoint serialization in #482

Added

  • parseAsWriteAccount method / getter for TransformKind data, unit tests for different scenarios of parsing TransformKind data
  • RawWriteAccount class for parsing WriteAccount data

Changed

  • RawWriteCLValue / WriteCLValue values from Args to CLValue

Full Changelog: 5.0.0-beta2...5.0.1-beta2

Casper JS SDK v5.0.0-beta2

23 Dec 17:58
d621e84
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fixed Tuple3 constructor inconsistency, aligned Numerics CLValue by value type by @alexmyshchyshyn in #476
  • Aligned casing for fromJSON and toJSON, updated type for chain name for utils by @alexmyshchyshyn in #477
  • Feat sync keys and fixes by @Comp0te in #480
  • Fix Offset is outside the bounds of the DataView issue for TransactionV1 by @alexmyshchyshyn in #479
  • Add check for WriteCLValue to TransformKind, added executionResultsV1 to InfoGetDeployResult by @alexmyshchyshyn in #481

Full Changelog: 5.0.0-beta1...5.0.0-beta2

Casper JS SDK v5.0.0-beta1

20 Dec 16:49
7b9905e
Compare
Choose a tag to compare
Pre-release

Added

Changed

Fixed

Full Changelog: 5.0.0-rc8...5.0.0-beta1

Casper JS SDK v5.0.0-rc8

16 Dec 11:24
4efa3ff
Compare
Choose a tag to compare
Pre-release

Added

  • makeCep18TransferDeploy and makeNftTransferDeploy utils
  • PrivateKey.toBytes method
  • Rename Key's TypeID to KeyTypeID
  • Add initial list values to CLValueList.newCLList
  • Args.getByName getter
  • Remove unused Effects class
  • Improvements for TransformKind transformation parsing

Fixed

  • Issue with ed25519 private key length