-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Bump fastcrypto #5147
Bump fastcrypto #5147
Conversation
"DeleteObject", | ||
"NewObject", | ||
"EpochChange", | ||
"Checkpoint" |
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.
I don't know why it was necessary to update the schema here, but it could be because of some updated dependencies through fastcrypto.
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.
Thanks @jonas-lj , we generally prefer rebasing vs merging to main. We will merge anyway after the PR is approved.
Yea, Francois reminded me. I'll make sure to do that in the future. And thanks for the review! |
Sorry for the large PR, but there have been a few changes to the fastcrypto api, so in order to bump the version, we need to change a few things in sui. It's mostly just changes in paths and small changes to the api.
The fastcrypto version in mysten-util-mem (and afterwards, the mysten-util-mem depdency here) needs to be updated before this is merged.
Unintentionally, I've had to update the openrpc.json schema in order for the test_json_rpc_spec test to pass. I'm not sure why this is necessary, but it may be due to some updated dependencies pulled in from fastcrypto.