Skip to content

Commit

Permalink
Prepare 5.0.0-rc6 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Dec 8, 2024
1 parent c93b5cd commit 3917dd4
Show file tree
Hide file tree
Showing 10 changed files with 401 additions and 501 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed
-->

## [5.0.0-rc6] - 2024-12-08

### Added

- Basic documentation for Casper 2.0 (Condor)
- **Enhanced `CLValue.newCLOption` Method**:
- Automatic resolution of the option type from `inner` when provided.
- Optional `clType` parameter when `inner` is present.
- Defaults to `CLTypeAny` if `inner` is `null` and `clType` is not specified.
- **New Method**:
- **`ExecutionResult.toJSON(executionResult: ExecutionResult): object`**
- Converts an `ExecutionResult` instance to a plain JSON object using the `TypedJSON` serializer.

### Fixed

- Issue with parsing in RPC `getDictionaryItem` method

## [5.0.0-rc5] - 2024-12-01

### Added
Expand Down
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.0-rc5",
"version": "5.0.0-rc6",
"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
163 changes: 0 additions & 163 deletions resources/migration-guide_v2-v3.md

This file was deleted.

Loading

0 comments on commit 3917dd4

Please sign in to comment.