-
Notifications
You must be signed in to change notification settings - Fork 856
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
remove usage of libsecp256k1 for secp256k1 in claims pallet #5841
base: master
Are you sure you want to change the base?
Conversation
comes directly from |
actually, I am not sure if the whole |
b121b06
to
f5efea0
Compare
You probably need to use |
@bkchr sorry if I don't follow, or maybe you are referring to something inside |
f5efea0
to
765a9d8
Compare
81f7ca8
to
fa9ae91
Compare
All GitHub workflows were cancelled due to failure one of the required jobs. |
Description
removing the usage of
libsecp256k1
from claims pallet as we have moved already to usesecp256k1
.Context here: #5840.
Integration
I don't think it requires any integration.
Review Notes
mainly a dependency check, just make sure it behaves in the same way as before. For this migration, it is necessary to upgrade
secp256k1
to0.30.0
, as well as0.28.0
has been yanked too.Checklist
T
required)You can remove the "Checklist" section once all have been checked. Thank you for your contribution!