mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(primitives): k256 crate fallback for secp256k1 module (#9989)
This commit is contained in:
8
.github/assets/check_wasm.sh
vendored
8
.github/assets/check_wasm.sh
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user