-
Notifications
You must be signed in to change notification settings - Fork 37
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
Replace internal Starknet CLI usage with starknet.js #400
Conversation
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.
Looks good so far, thank you for the effort. I left one comment and updated the development changes section of the PR description to reflect the starknet.js update, feel free to edit it.
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.
What about documentation updates? Are there any? Were you planning on adding them?
I wasn't planning to since the outward facing API should basically be the same (there are some minor differences for |
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.
Basically ready, just the example repo branch specification needs to be restored after 0xSpaceShard/starknet-hardhat-example#123 is merged.
Usage related changes
getBlock
methodDevelopment related changes
~5.17.0
) utilizationstarknetJs
property available for the runtime environmentChecklist:
test
directory (with a test case consisting ofnetwork.json
,hardhat.config.ts
,check.ts
)plugin
branch ofstarknet-hardhat-example
:test.sh
to use my example repo branchtest.sh
to to use the original branch (after the example repo PR has been merged)