Skip to content

Commit 0146180

Browse files
Release 5.0.0 version
1 parent 7cebe6d commit 0146180

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
lines changed

CHANGELOG.md

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

16+
### [5.0.0] - 2025-03-27
17+
18+
This version is identical to `5.0.16-beta2`. Please review the changes in the previous beta releases, and refer to the [Migration guide](https://github.com/make-software/casper-net-sdk/blob/master/Docs/Articles/Casper20MigrationGuide.md) if you’re updating a project from `v2.x`.
19+
20+
### [5.0.16-beta2] - 2025-03-19
21+
22+
### Changed
23+
24+
- Handle message keys contract prefixes in https://github.com/casper-ecosystem/casper-js-sdk/pull/534
25+
- Update gas price for utils in https://github.com/casper-ecosystem/casper-js-sdk/pull/538
26+
27+
### Added
28+
29+
- Refund and Current Gas Price fields parsing for execution results in https://github.com/casper-ecosystem/casper-js-sdk/pull/533
30+
- Methods to wait for transaction / deploy in https://github.com/casper-ecosystem/casper-js-sdk/pull/535
31+
- Provide possibility to specify the gas price tolerance when creating Transactions and Deploys in https://github.com/casper-ecosystem/casper-js-sdk/pull/536
32+
33+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.15-beta2...5.0.16-beta2
34+
35+
### [5.0.15-beta2] - 2025-03-15
36+
37+
### Fixed
38+
39+
- Issue with parsing Transaction with EraId Key in https://github.com/casper-ecosystem/casper-js-sdk/pull/530
40+
41+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.14-beta2...5.0.15-beta2
42+
43+
### [5.0.14-beta2] - 2025-03-10
44+
45+
### Fixed
46+
47+
- Issue with parsing deploy in https://github.com/casper-ecosystem/casper-js-sdk/pull/528
48+
49+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.13-beta2...5.0.14-beta2
50+
51+
### [5.0.13-beta2] - 2025-03-07
52+
53+
### Fixed
54+
55+
- Issue with serialization for ParamBlockIdentifier instance in https://github.com/casper-ecosystem/casper-js-sdk/pull/523
56+
- Issue with parsing add_reservation Transaction with Any type in https://github.com/casper-ecosystem/casper-js-sdk/pull/526
57+
58+
### Added
59+
60+
- Possibility to export/import `public key` from/in PEM in https://github.com/casper-ecosystem/casper-js-sdk/pull/524
61+
- `addArgToDeploy` method to be able to modify `Deploy's session` arguments in https://github.com/casper-ecosystem/casper-js-sdk/pull/525
62+
63+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.12-beta2...5.0.13-beta2
64+
65+
### [5.0.12-beta2] - 2025-02-27
66+
67+
### Fixed
68+
69+
- Parsing clvalues and cltypes in https://github.com/casper-ecosystem/casper-js-sdk/pull/520
70+
- Rewrite and fix the existing SSE Client implementation in https://github.com/casper-ecosystem/casper-js-sdk/pull/521
71+
72+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.11-beta2...5.0.12-beta2
73+
1674
### [5.0.11-beta2] - 2025-02-24
1775

1876
### Changed

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.16-beta2",
3+
"version": "5.0.0",
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)