Skip to content

Commit 573b563

Browse files
Updated package.json and Changelog.md
1 parent e19640d commit 573b563

File tree

3 files changed

+20
-31
lines changed

3 files changed

+20
-31
lines changed

CHANGELOG.md

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

16+
## [5.0.0-rc3] - 2024-11-19
17+
18+
### Added
19+
20+
- Deserializer function for InfoGetDeployResultV1Compatible - `fromJSON`
21+
- Annotate RPC request params
22+
23+
### Fixed
24+
25+
- Args and CLType / CLValue parsers
26+
- RPC serialization
27+
- Updated names for RPC response/request
28+
- Deserializer for Transform class
29+
- Removed unnecessary object declaration for deploy/transaction during serialization
30+
31+
**Full Changelog**: https://github.com/casper-ecosystem/casper-js-sdk/compare/5.0.0-rc2...5.0.0-rc3
32+
1633
## [5.0.0-rc1] - 2024-11-12
1734

1835
### Added

package-lock.json

Lines changed: 2 additions & 30 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-rc2",
3+
"version": "5.0.0-rc3",
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)