Skip to content

Commit

Permalink
Merge pull request #494 from casper-ecosystem/CSDK-210
Browse files Browse the repository at this point in the history
Update migration guide from v2 to v5
  • Loading branch information
alexmyshchyshyn authored Jan 29, 2025
2 parents f61c4c2 + 4287463 commit 5648d02
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 315 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Added

- Basic documentation for Casper 2.0 (Condor)
- Basic documentation for Casper 2.0
- **Enhanced `CLValue.newCLOption` Method**:
- Automatic resolution of the option type from `inner` when provided.
- Optional `clType` parameter when `inner` is present.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install casper-js-sdk --save

## Migration guides

### [v2 to v5](./migration-guide-v2-v5.md)
### [v2 to v5](resources/migration-guide-v2-v5.md)

## Usage examples

Expand Down
312 changes: 0 additions & 312 deletions migration-guide-v2-v5.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TransactionBuilder contains classes and methods for building and managing Casper

## Overview

The provided classes allow developers to build, customize, and execute transactions on the Casper blockchain. By using builder patterns, developers can chain methods to configure each aspect of the transaction before calling `build()` to create the final [Transaction](./Transaction.ts) instance.
The provided classes allow developers to build, customize, and execute transactions on the Casper blockchain. By using builder patterns, developers can chain methods to configure each aspect of the transaction before calling `build()` to create the final [Transaction](../src/types/Transaction.ts) instance.

## Classes

Expand Down
Loading

0 comments on commit 5648d02

Please sign in to comment.