Skip to content

Commit

Permalink
Merge pull request #488 from casper-ecosystem/release/5.0.4-beta2
Browse files Browse the repository at this point in the history
Release 5.0.4-beta2 version
  • Loading branch information
Comp0te authored Jan 16, 2025
2 parents ec5f37e + ccd9014 commit 94c4206
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed
-->

### [5.0.4-beta2] - 2025-01-16

### 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`

### [5.0.3-beta2] - 2024-01-25

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casper-js-sdk",
"version": "5.0.3-beta2",
"version": "5.0.4-beta2",
"license": "Apache 2.0",
"description": "SDK to interact with the Casper blockchain",
"homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",
Expand Down

0 comments on commit 94c4206

Please sign in to comment.