Skip to content

Commit 020aefe

Browse files
authored
Merge pull request #10 from Lbqds/update-ledger-sdk
Update ledger rust sdk
2 parents 8ab6365 + a70142e commit 020aefe

File tree

12 files changed

+325
-301
lines changed

12 files changed

+325
-301
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ check:
2828
echo 'Cargo clippy' && \
2929
cargo +nightly-2024-12-01 clippy --target=nanox && \
3030
cargo +nightly-2024-12-01 clippy --target=stax && \
31-
cargo install cargo-audit && cargo audit && \
31+
cargo install --locked cargo-audit@0.21.0 && cargo audit && \
3232
cargo install --locked [email protected] && cargo +nightly-2024-12-01 deny check \
3333
"
3434

@@ -61,8 +61,6 @@ set-github-action:
6161
cd js/docker && docker compose up -d && cd .. && npm ci && cd ..
6262

6363
run-github-ci:
64-
docker run --rm -v $(shell pwd):/app -v ledger-alephium-cargo:/opt/.cargo $(ledger_app_builder) \
65-
bash -c "cd app && cargo ledger build $(path) -- --no-default-features --features debug"
6664
docker run --name speculos --rm -v $(shell pwd):/app --publish 25000:5000 --publish 9999:9999 \
6765
$(ledger_app_dev_tools) speculos -m $(device) /app/app/target/$(path)/release/alephium --display headless &
6866
cd js && sleep 3 && MODEL=$(device) npm run speculos-test && docker stop speculos && cd ..

0 commit comments

Comments
 (0)