Skip to content

Commit 28e794d

Browse files
Publish 5.0.1-beta2
1 parent 3cf65e2 commit 28e794d

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
### Removed
1414
-->
1515

16+
### [5.0.1-beta2] - 2024-12-24
17+
18+
### Fixed
19+
20+
- `TransactionEntryPoint` serialization in https://github.com/casper-ecosystem/casper-js-sdk/pull/482
21+
22+
### Added
23+
24+
- `parseAsWriteAccount` method / getter for `TransformKind` data, unit tests for different scenarios of parsing `TransformKind` data
25+
- `RawWriteAccount` class for parsing `WriteAccount` data
26+
27+
### Changed
28+
29+
- `RawWriteCLValue` / `WriteCLValue` values from `Args` to `CLValue`
30+
31+
### [5.0.0-beta2] - 2024-12-23
32+
33+
### Added
34+
35+
- Check for `WriteCLValue` to `TransformKind`, added `executionResultsV1` to `InfoGetDeployResult` by @alexmyshchyshyn in https://github.com/casper-ecosystem/casper-js-sdk/pull/481
36+
37+
### Fixed
38+
39+
- `Tuple3` constructor inconsistency, aligned Numerics `CLValue` by value type by @alexmyshchyshyn in https://github.com/casper-ecosystem/casper-js-sdk/pull/476
40+
- Offset is outside the bounds of the `DataView` issue for `TransactionV1` by @alexmyshchyshyn in https://github.com/casper-ecosystem/casper-js-sdk/pull/479
41+
42+
### Changed
43+
44+
- Aligned casing for `fromJSON` and `toJSON`, updated type for chain name for utils by @alexmyshchyshyn in https://github.com/casper-ecosystem/casper-js-sdk/pull/477
45+
- Feat sync keys and fixes by @Comp0te in https://github.com/casper-ecosystem/casper-js-sdk/pull/480
46+
47+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.0-beta1...5.0.0-beta2
48+
1649
### [5.0.0-beta1] - 2024-12-20
1750

1851
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casper-js-sdk",
3-
"version": "5.0.0-beta2",
3+
"version": "5.0.1-beta2",
44
"license": "Apache 2.0",
55
"description": "SDK to interact with the Casper blockchain",
66
"homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",

0 commit comments

Comments
 (0)