Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Upgrade to casper-js-sdk 5.x #27

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Volodymyr-Kuchinskyi
Copy link
Collaborator

No description provided.

@Volodymyr-Kuchinskyi Volodymyr-Kuchinskyi self-assigned this Dec 19, 2024
@Volodymyr-Kuchinskyi Volodymyr-Kuchinskyi marked this pull request as draft December 19, 2024 13:16
@Volodymyr-Kuchinskyi Volodymyr-Kuchinskyi force-pushed the js-sdk-upgrade branch 2 times, most recently from f0024f0 to 9524dba Compare December 19, 2024 16:52
@@ -39,15 +39,15 @@
"ts-results": "^3.3.0"
},
"peerDependencies": {
"casper-js-sdk": "^2.12.0"
"casper-js-sdk": "^5.0.0-rc8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll release 5.0.0-beta1 tomorrow. Let's use it.

import { CLValue, decodeBase16, matchByteParserByCLType } from 'casper-js-sdk';
import { WithRemainder } from './casper/types';
import { CLValue, Hash, IResultWithBytes } from 'casper-js-sdk';
import { toBytesString } from "casper-js-sdk/dist/types/ByteConverters";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have dist in the path? This doesn't seem correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants