From f9989c646a441912f02e6f2257f96e1b8454d49e Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Sat, 28 Dec 2024 11:55:52 +0100 Subject: [PATCH] chore: update WASM build exclusion list (#13576) --- .github/assets/check_wasm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/assets/check_wasm.sh b/.github/assets/check_wasm.sh index 971327f0c..738b932ef 100755 --- a/.github/assets/check_wasm.sh +++ b/.github/assets/check_wasm.sh @@ -8,8 +8,6 @@ crates=($(cargo metadata --format-version=1 --no-deps | jq -r '.packages[].name' # Used with the `contains` function. # shellcheck disable=SC2034 exclude_crates=( - # The following are not working yet, but known to be fixable - reth-exex-types # https://github.com/paradigmxyz/reth/issues/9946 # The following require investigation if they can be fixed reth-basic-payload-builder reth-beacon-consensus @@ -70,7 +68,6 @@ exclude_crates=( reth-transaction-pool # c-kzg reth-trie-parallel # tokio reth-testing-utils - reth-network-peers ) # Array to hold the results