-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Update ec_recover test to use updated B512 data structure. #725
Conversation
@@ -6,4 +6,4 @@ entry = "main.sw" | |||
|
|||
[dependencies] | |||
core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } | |||
std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } | |||
std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.2" } |
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.
This will need to pin whichever version has the new B512 code.
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.
sounds good. I will see about tagging and releasing a new version of std
today.
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.
v0.1.0
of the stdlib has been released if you want to pin this.
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.
LGTM
f29eeb6
to
6d94a21
Compare
This is a small change to accommodate the (proposed) changes to
B512
andec_recover()
insway-lib-std
.