We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blst does not have a no_std variant. Pending task for support is made here: #2172
Until that task is done, we should return PrecompileError::Fatal error for any bls precompiles. Similar to this
revm/crates/precompile/src/lib.rs
Line 147 in 00d5ec4
All precompiles are here:
revm/crates/precompile/src/bls12_381.rs
Line 15 in 00d5ec4
The text was updated successfully, but these errors were encountered:
looking into this! but will this be redundant after #2172 ?
Sorry, something went wrong.
#2172 is bigger task, so until it is implemented, it would be good to have this PR.
Raised a dummy pr. do check this out
No branches or pull requests
Blst does not have a no_std variant. Pending task for support is made here: #2172
Until that task is done, we should return PrecompileError::Fatal error for any bls precompiles. Similar to this
revm/crates/precompile/src/lib.rs
Line 147 in 00d5ec4
All precompiles are here:
revm/crates/precompile/src/bls12_381.rs
Line 15 in 00d5ec4
The text was updated successfully, but these errors were encountered: