Skip to content

Commit acf57ce

Browse files
efbigZanCorDX
andauthored
deps: reth v1.3.4 (flashbots#507)
## πŸ“ Summary <!--- A general summary of your changes --> Bump deps to reth `v1.3.3` ## βœ… I have completed the following steps: * [x] Run `make lint` * [x] Run `make test` * [ ] Added tests (if applicable) --------- Co-authored-by: Daniel Xifra <[email protected]>
1 parent 8ffb4cf commit acf57ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2294
-2346
lines changed

β€Ž.github/workflows/checks.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -171,19 +171,19 @@ jobs:
171171
echo "$(pwd)" >> $GITHUB_PATH
172172
173173
- name: Build the rbuilder
174-
run: cargo build -p op-rbuilder --bin op-rbuilder --features optimism
174+
run: cargo build -p op-rbuilder --bin op-rbuilder
175175

176176
- name: Generate test genesis file
177-
run: cargo run -p op-rbuilder --bin tester --features optimism -- genesis --output genesis.json
177+
run: cargo run -p op-rbuilder --bin tester -- genesis --output genesis.json
178178

179179
- name: Run integration tests
180-
run: cargo test --package op-rbuilder --lib --features optimism,integration -- integration::integration_test::tests
180+
run: cargo test --package op-rbuilder --lib --features integration -- integration::integration_test::tests
181181

182182
- name: Build flashblocks rbuilder
183-
run: cargo build -p op-rbuilder --bin op-rbuilder --features optimism,flashblocks
183+
run: cargo build -p op-rbuilder --bin op-rbuilder --features flashblocks
184184

185185
- name: Run flashblocks builder integration tests
186-
run: cargo test --package op-rbuilder --lib --features optimism,integration,flashblocks -- integration::integration_test::tests
186+
run: cargo test --package op-rbuilder --lib --features integration,flashblocks -- integration::integration_test::tests
187187

188188
- name: Aggregate playground logs
189189
# This steps fails if the test fails early and the playground logs dir has not been created

0 commit comments

Comments
Β (0)