feat(primitives): k256 crate fallback for secp256k1 module (#9989)

This commit is contained in:
Alexey Shekhirin
2024-08-02 13:53:59 +01:00
committed by GitHub
parent 340c95eba0
commit d7f9a255e1
15 changed files with 192 additions and 41 deletions

View File

@ -4,18 +4,18 @@ set +e # Disable immediate exit on error
# Array of crates
wasm_crates=(
# The following were confirmed not working in the past, but could be enabled if issues have been resolved
# reth-consensus
# reth-db
# reth-primitives
# reth-revm
# reth-evm
# reth-evm-ethereum
# reth-consensus
# reth-revm
# The following are confirmed working
reth-codecs
reth-errors
reth-ethereum-forks
reth-network-peers
reth-primitives
reth-primitives-traits
reth-codecs
)
# Array to hold the results