We should replace libsecp256k1
with secp256k1
for better performance.
#125
Labels
f1-improvement
enhancing existing functionality
Description
Related substrate issue. This is not a burning issue for now, but apart from making the runtime more performant, it might mitigate compile issues emanating from
libsecp256k1
.Solution
Change dependency in
gn-common
. This would also require a runtime upgrade because we use these deps indirectly inpallet-guild
as well.The text was updated successfully, but these errors were encountered: