Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
LedgerHQ
/
blue-loader-python
Public
Notifications
You must be signed in to change notification settings
Fork
75
Star
124
Code
Issues
16
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Merge develop into master
- #160
#160
Merged
tdejoigny-ledger
merged 40 commits into
master
LedgerHQ/blue-loader-python:master
from
develop
LedgerHQ/blue-loader-python:develop
Copy head branch name to clipboard
Apr 8, 2026
Conversation
Commits
40
(40)
Checks
Files changed
Merged
Merge develop into master
#160
tdejoigny-ledger
merged 40 commits into
master
LedgerHQ/blue-loader-python:master
from
develop
LedgerHQ/blue-loader-python:develop
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2025
add pre-commit and linter
mruiz-ledger
committed
03d48a0
View commit details
Copy full SHA for 03d48a0
Browse repository at this point
format: ruff format ledgerblue/ doc/
mruiz-ledger
committed
10e7047
View commit details
Copy full SHA for 10e7047
Browse repository at this point
add git-blame-ignore for formatting commit
mruiz-ledger
committed
7aba908
View commit details
Copy full SHA for 7aba908
Browse repository at this point
update upload-artifact action cause v3 is deprecated
mruiz-ledger
committed
ccfe8ca
View commit details
Copy full SHA for ccfe8ca
Browse repository at this point
Merge pull request #141 from LedgerHQ/mru-lint
Show description for d453c78
mruiz-ledger
authored
d453c78
View commit details
Copy full SHA for d453c78
Browse repository at this point
Commits on Feb 27, 2025
[ci][clean] Removing useless push to 'test.pypi.org'
Leereen
committed
15c255a
View commit details
Copy full SHA for 15c255a
Browse repository at this point
[ci][add] Push on Artifactory Python registry
Leereen
committed
6c87036
View commit details
Copy full SHA for 6c87036
Browse repository at this point
Merge pull request #145 from LedgerHQ/jfrog
Show description for c3609d5
Leereen
authored
c3609d5
View commit details
Copy full SHA for c3609d5
Browse repository at this point
Commits on Mar 3, 2025
fix: update aes init with iv
mruiz-ledger
committed
adbe45b
View commit details
Copy full SHA for adbe45b
Browse repository at this point
ruff: fixes on syntax
mruiz-ledger
committed
8a8b4c8
View commit details
Copy full SHA for 8a8b4c8
Browse repository at this point
add ruff commits to git-blame-ignore
mruiz-ledger
committed
b908bc3
View commit details
Copy full SHA for b908bc3
Browse repository at this point
Merge pull request #142 from LedgerHQ/mru-fix-aes-init
Show description for 824d6c2
mruiz-ledger
authored
824d6c2
View commit details
Copy full SHA for 824d6c2
Browse repository at this point
Commits on Mar 6, 2025
[ci][fix] Reducing specific permission to the targeted job, + adding capability to deploy a release
Leereen
committed
6746574
View commit details
Copy full SHA for 6746574
Browse repository at this point
Commits on Jul 9, 2025
style: ruff linting
mruiz-ledger
committed
950ddf5
View commit details
Copy full SHA for 950ddf5
Browse repository at this point
feature(usb): usb env var to select specific port
mruiz-ledger
committed
59e130f
View commit details
Copy full SHA for 59e130f
Browse repository at this point
fix(ble): apdu through ble
mruiz-ledger
committed
43f9e65
View commit details
Copy full SHA for 43f9e65
Browse repository at this point
Commits on Jul 21, 2025
Merge pull request #147 from LedgerHQ/mru-minor-fixes
Show description for 109fd5c
mruiz-ledger
authored
109fd5c
View commit details
Copy full SHA for 109fd5c
Browse repository at this point
Merge pull request #146 from LedgerHQ/fix/ci
Show description for 4d2fafc
mruiz-ledger
authored
4d2fafc
View commit details
Copy full SHA for 4d2fafc
Browse repository at this point
Commits on Jul 22, 2025
Fix support for PCSC smartcard readers
yrichard-ledger
committed
8ddedd3
View commit details
Copy full SHA for 8ddedd3
Browse repository at this point
Update documentation
yrichard-ledger
committed
65c2710
View commit details
Copy full SHA for 65c2710
Browse repository at this point
Merge pull request #148 from LedgerHQ/nfc-pcsc
Show description for bb83a0e
yrichard-ledger
authored
bb83a0e
View commit details
Copy full SHA for bb83a0e
Browse repository at this point
Fix PCSC reader detection
yrichard-ledger
committed
119b92f
View commit details
Copy full SHA for 119b92f
Browse repository at this point
Merge pull request #149 Fix pcsc reader detection logic
Show description for 8607c1d
yrichard-ledger
authored
8607c1d
View commit details
Copy full SHA for 8607c1d
Browse repository at this point
Commits on Jul 30, 2025
Fix issue when a LP have a .hex with several areas
dmorais-ledger
committed
f26f358
View commit details
Copy full SHA for f26f358
Browse repository at this point
Merge pull request #150 from LedgerHQ/fix_lp_64k
Show description for 6a39324
dmorais-ledger
authored
6a39324
View commit details
Copy full SHA for 6a39324
Browse repository at this point
Commits on Aug 27, 2025
Add support for Apex BLE
yrichard-ledger
committed
be96966
View commit details
Copy full SHA for be96966
Browse repository at this point
Merge pull request #152 from LedgerHQ/add_apex_uuid
Show description for 0f2e44e
yrichard-ledger
authored
0f2e44e
View commit details
Copy full SHA for 0f2e44e
Browse repository at this point
Commits on Jan 14, 2026
replace deploy job with reusable workflow
mbrousset-ledger
committed
faa20c0
View commit details
Copy full SHA for faa20c0
Browse repository at this point
Commits on Jan 15, 2026
Merge pull request #155 from LedgerHQ/mbr/deploy-rwf
Show description for a897370
mbrousset-ledger
authored
a897370
View commit details
Copy full SHA for a897370
Browse repository at this point
add actionlint + remove runners instance
mbrousset-ledger
committed
b8b35f3
View commit details
Copy full SHA for b8b35f3
Browse repository at this point
Merge pull request #156 from LedgerHQ/mbr/actionlint
Show description for 7d426c8
mbrousset-ledger
authored
7d426c8
View commit details
Copy full SHA for 7d426c8
Browse repository at this point
Commits on Feb 23, 2026
feat: rename distributeFirmware11_scan into distributeFirmware
Show description for e448c46
edelanghe-ledger
committed
e448c46
View commit details
Copy full SHA for e448c46
Browse repository at this point
Merge pull request #154 from LedgerHQ/feat/rename_distribute_firmware
Show description for f4aca23
edelanghe-ledger
authored
f4aca23
View commit details
Copy full SHA for f4aca23
Browse repository at this point
Commits on Feb 24, 2026
Bump protobuf version to match ledgerctl
mruiz-ledger
committed
f1dfdb2
View commit details
Copy full SHA for f1dfdb2
Browse repository at this point
Merge pull request #157 from LedgerHQ/bump-protobuf-reqs
Show description for f9b7add
mruiz-ledger
authored
f9b7add
View commit details
Copy full SHA for f9b7add
Browse repository at this point
Commits on Mar 4, 2026
Enable BLS12-377 and ZIP32 derivations in parameters installation
srasoamiaramanana-ledger
committed
13cc1ca
View commit details
Copy full SHA for 13cc1ca
Browse repository at this point
Merge pull request #158 from LedgerHQ/enable-derivation-modes
Show description for 1fdec31
srasoamiaramanana-ledger
authored
1fdec31
View commit details
Copy full SHA for 1fdec31
Browse repository at this point
Commits on Apr 3, 2026
add debugApp script to capture app PRINTF output over USB CDC
tdejoigny-ledger
committed
32cec42
View commit details
Copy full SHA for 32cec42
Browse repository at this point
scan until Ledger CDC port to appear (connection & disconnection) and add timestamp
tdejoigny-ledger
committed
2b8d175
View commit details
Copy full SHA for 2b8d175
Browse repository at this point
Merge pull request #159 from LedgerHQ/tdj/debug_over_usb
Show description for 5ada735
tdejoigny-ledger
authored
5ada735
View commit details
Copy full SHA for 5ada735
Browse repository at this point
You can’t perform that action at this time.