Skip to content

Commit e8afc68

Browse files
authored
Merge branch 'testnet' into staging
2 parents 5844e61 + a2dcb5f commit e8afc68

38 files changed

+2555
-2876
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Rust
2323
uses: actions-rs/toolchain@v1
2424
with:
25-
toolchain: 1.86.0
25+
toolchain: 1.88.0
2626
components: rustfmt, clippy
2727
override: true
2828

@@ -58,7 +58,8 @@ jobs:
5858
- name: Run Clippy
5959
run: |
6060
cd crates
61-
cargo clippy --all -- -D warnings
61+
# TODO: solve this issues instead of ignoring
62+
cargo clippy --all -- -D warnings -A clippy::uninlined_format_args
6263
6364
- name: Build Batcher
6465
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ ansible_telemetry_deploy: ## Deploy the Telemetry. Parameters: INVENTORY
15681568
__ETHEREUM_PACKAGE__: ## ____
15691569

15701570
ethereum_package_start: ## Starts the ethereum_package environment
1571-
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package@5.0.1 --args-file network_params.yaml
1571+
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package@905bf4fe7e558ce4fa3dd843fb6dbe711fdc3049 --args-file network_params.yaml
15721572

15731573
ethereum_package_inspect: ## Prints detailed information about the net
15741574
kurtosis enclave inspect aligned

0 commit comments

Comments
 (0)