mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: no_std for reth-execution-types (#14465)
This commit is contained in:
5
.github/assets/check_rv32imac.sh
vendored
5
.github/assets/check_rv32imac.sh
vendored
@ -10,6 +10,11 @@ crates_to_check=(
|
||||
reth-chainspec
|
||||
reth-consensus
|
||||
reth-consensus-common
|
||||
reth-prune-types
|
||||
reth-static-file-types
|
||||
reth-storage-errors
|
||||
reth-execution-errors
|
||||
reth-execution-types
|
||||
|
||||
## ethereum
|
||||
reth-ethereum-forks
|
||||
|
||||
3
.github/assets/check_wasm.sh
vendored
3
.github/assets/check_wasm.sh
vendored
@ -28,6 +28,7 @@ exclude_crates=(
|
||||
reth-ethereum-cli
|
||||
reth-ethereum-payload-builder
|
||||
reth-etl
|
||||
reth-evm
|
||||
reth-exex
|
||||
reth-exex-test-utils
|
||||
reth-ipc
|
||||
@ -58,7 +59,7 @@ exclude_crates=(
|
||||
reth-invalid-block-hooks # reth-provider
|
||||
reth-libmdbx # mdbx
|
||||
reth-mdbx-sys # mdbx
|
||||
reth-payload-builder # reth-metrics
|
||||
reth-payload-builder # reth-metrics
|
||||
reth-provider # tokio
|
||||
reth-prune # tokio
|
||||
reth-stages-api # reth-provider, reth-prune
|
||||
|
||||
Reference in New Issue
Block a user