-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
Conversation
f0024f0
to
9524dba
Compare
9524dba
to
27c1fa9
Compare
@@ -39,15 +39,15 @@ | |||
"ts-results": "^3.3.0" | |||
}, | |||
"peerDependencies": { | |||
"casper-js-sdk": "^2.12.0" | |||
"casper-js-sdk": "^5.0.0-rc8" |
There was a problem hiding this comment.
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"; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Volodymyr-Kuchinskyi please address the comment, update the SDK version to the latest, and add a test with Casper 2.0 Transactions
No description provided.