Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #22

Merged
merged 22 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
79ff681
Stax compilation
cbouvet-ledger Oct 19, 2022
7980e7e
Icon & name are now passed to the Ethereum app; Updated plugin SDK
apaillier-ledger Apr 3, 2023
7573a95
Stax plugin now compiled in CI
apaillier-ledger May 16, 2023
d51ed69
Merge pull request #20 from LedgerHQ/stax-develop
apaillier-ledger May 17, 2023
17309ec
Updated to use the latest plugin SDK
apaillier-ledger Oct 16, 2023
dce974e
Merge pull request #22 from LedgerHQ/fix/apa/plugin_sdk_update
apaillier-ledger Oct 25, 2023
82a6216
[auto]: add PR template
sgliner-ledger Nov 29, 2023
19d19db
[auto] Add manifest
sgliner-ledger Mar 13, 2024
6e7ce1e
[auto] Add guideline enforcer
sgliner-ledger Mar 13, 2024
3407682
Update plugin sdk
fbeutin-ledger Jul 17, 2024
f6949ce
Remove deprecated sha3 usage
fbeutin-ledger Jul 17, 2024
6a1d7f9
Remove custom printf implementation
fbeutin-ledger Jul 17, 2024
0690739
Remove include of deprecated sdk header
fbeutin-ledger Jul 17, 2024
6410c44
Use standard Makefile
fbeutin-ledger Jul 17, 2024
3ecef2c
Fix lint
fbeutin-ledger Jul 17, 2024
be6a5fb
Add Flex support
fbeutin-ledger Jul 17, 2024
ca5b31f
Add reusable build CI
fbeutin-ledger Jul 18, 2024
b7cffc7
Merge pull request #26 from LedgerHQ/fbe/flex_support (B2CA-1689)
tdejoigny-ledger Jul 20, 2024
77bef7d
Fix compilation warnings
fbeutin-ledger Jul 22, 2024
72f6022
Merge pull request #27 from LedgerHQ/fbe/flex_support_p2 (B2CA-1689)
tdejoigny-ledger Jul 22, 2024
b64a991
Merge branch 'master' into develop
GuilaneDen Dec 5, 2024
3b6c8e4
Merge branch 'master' into develop
GuilaneDen Dec 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified glyphs/stax_paraswap_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/flex_app_paraswap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/stax_app_paraswap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+","stax", "flex"]
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
1 change: 1 addition & 0 deletions src/contract.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* limitations under the License.
********************************************************************************/

#include <stdint.h>
#include "paraswap_plugin.h"

// ---------- Paraswap V5 -------------
Expand Down
68 changes: 0 additions & 68 deletions src/dbg/debug.c

This file was deleted.

6 changes: 0 additions & 6 deletions src/dbg/debug.h

This file was deleted.

Loading
Loading