mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: update wasm crate (#10695)
This commit is contained in:
11
.github/assets/check_wasm.sh
vendored
11
.github/assets/check_wasm.sh
vendored
@ -67,18 +67,15 @@ exclude_crates=(
|
||||
reth-storage-errors
|
||||
# The following are not supposed to be working
|
||||
reth # all of the crates below
|
||||
reth-db # mdbx
|
||||
reth-invalid-block-hooks # reth-provider
|
||||
reth-libmdbx # mdbx
|
||||
reth-mdbx-sys # mdbx
|
||||
reth-nippy-jar # sucds
|
||||
reth-provider # reth-db, reth-nippy-jar
|
||||
reth-prune # reth-db
|
||||
reth-provider # tokio
|
||||
reth-prune # tokio
|
||||
reth-stages-api # reth-provider, reth-prune
|
||||
reth-static-file # reth-nippy-jar
|
||||
reth-static-file # tokio
|
||||
reth-transaction-pool # c-kzg
|
||||
reth-trie-db # reth-db
|
||||
reth-trie-parallel # reth-db
|
||||
reth-trie-parallel # tokio
|
||||
)
|
||||
|
||||
# Array to hold the results
|
||||
|
||||
Reference in New Issue
Block a user