You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,64 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
13
13
### Removed
14
14
-->
15
15
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
0 commit comments