You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2534 adds support for the secp256k1eth crypto codec in order to generate and validate Ethereum compatible signatures.
Similarly to BLS, until this crypto undergoes proper auditing and gets battle-tested to a certain extent, it is judicious to hide it behind a build flag so that this is included into the CometBFT binary only when the flag is present.
As mentioned, the same approach was taken when adding support for the BLS12-381 curve in #2765. This PR can be used as the starting point for this work, but it was followed with several PRs to fix or improve things that were initially missed.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
PR #2534 adds support for the
secp256k1eth
crypto codec in order to generate and validate Ethereum compatible signatures.Similarly to BLS, until this crypto undergoes proper auditing and gets battle-tested to a certain extent, it is judicious to hide it behind a build flag so that this is included into the CometBFT binary only when the flag is present.
As mentioned, the same approach was taken when adding support for the BLS12-381 curve in #2765. This PR can be used as the starting point for this work, but it was followed with several PRs to fix or improve things that were initially missed.
The text was updated successfully, but these errors were encountered: