Skip to content

Commit 0724970

Browse files
committed
Merge branch 'testnet' of github.com:yetanotherco/aligned_layer into testnet
2 parents 3637984 + cb3829a commit 0724970

38 files changed

+2552
-2855
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
@@ -1444,7 +1444,7 @@ ansible_telemetry_deploy: ## Deploy the Telemetry. Parameters: INVENTORY
14441444
__ETHEREUM_PACKAGE__: ## ____
14451445

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

14491449
ethereum_package_inspect: ## Prints detailed information about the net
14501450
kurtosis enclave inspect aligned

0 commit comments

Comments
 (0)