Skip to content

Commit

Permalink
Merge pull request #135 from LedgerHQ/tdj/update_api_level_21
Browse files Browse the repository at this point in the history
bump SDK version for Stax/Flex (api level 21) and bump speculos/ragger versions
  • Loading branch information
tdejoigny-ledger authored Jul 16, 2024
2 parents 7a10605 + bd1dfc3 commit 1be9af3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.29.0] - 2024-07-16

### Changed
- Bump Flex and Stax SDK versions
- Bump Ragger version

## [3.28.0] - 2024-07-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv
RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')

# Install test tools (Ragger framework, Speculos emulator, Ledgerblue...)
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.20.2" "speculos==0.9.5"
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.21.1" "speculos==0.9.6"
4 changes: 2 additions & 2 deletions lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ RUN echo nanos2 > $NANOSP_SDK/.target

# Latest Stax SDK (OS stax_1.5.0 => based on API_LEVEL 21)
ENV STAX_SDK=/opt/stax-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v21.1.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v21.2.0
RUN echo stax > $STAX_SDK/.target

# Latest Flex SDK (OS flex_1.1.0 => based on API_LEVEL 21)
ENV FLEX_SDK=/opt/flex-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v21.1.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v21.2.0
RUN echo flex > $FLEX_SDK/.target

# Default SDK
Expand Down

0 comments on commit 1be9af3

Please sign in to comment.