Skip to content

Commit

Permalink
feat: add support of block sidecars for bsc (#45)
Browse files Browse the repository at this point in the history
* feat: add support of block sidecars for bsc

* fix review comments

* fix CI issues

* fix sidecars static file init issue
  • Loading branch information
pythonberg1997 authored Jul 8, 2024
1 parent a6fb695 commit 00259fa
Show file tree
Hide file tree
Showing 63 changed files with 1,531 additions and 598 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }} opbnb" \
--workspace --exclude examples --exclude ef-tests --exclude reth-node-ethereum \
--workspace --exclude ef-tests --exclude reth-node-ethereum \
--partition hash:${{ matrix.partition }}/3 \
-E "!kind(test)"
- if: matrix.network == 'bsc'
name: Run tests
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude examples --exclude exex-rollup --exclude ef-tests --exclude reth-beacon-consensus \
--exclude reth-blockchain-tree --exclude reth-node-ethereum --exclude reth-rpc-engine-api --exclude example-exex-rollup \
--workspace --exclude examples --exclude example-exex-rollup --exclude ef-tests --exclude reth-beacon-consensus \
--exclude reth-blockchain-tree --exclude reth-node-ethereum --exclude reth-rpc-engine-api \
--partition hash:${{ matrix.partition }}/3 \
-E "!kind(test)"
Expand Down
Loading

0 comments on commit 00259fa

Please sign in to comment.