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

[Coin Modularization] Tezos #6754

Merged
merged 21 commits into from
May 16, 2024
Merged

[Coin Modularization] Tezos #6754

merged 21 commits into from
May 16, 2024

Commits on May 16, 2024

  1. feat: extract tezos coin

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7805704 View commit details
    Browse the repository at this point in the history
  2. fix: compile issue

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e81f8fe View commit details
    Browse the repository at this point in the history
  3. feat: update llm and lld import from tezos

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a86b16c View commit details
    Browse the repository at this point in the history
  4. chore: changeset

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5a11f70 View commit details
    Browse the repository at this point in the history
  5. fix: test import error

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6bbc51c View commit details
    Browse the repository at this point in the history
  6. fix: missing export path

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f73331c View commit details
    Browse the repository at this point in the history
  7. fix: missing type definition for tezos method

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8e5fb19 View commit details
    Browse the repository at this point in the history
  8. fix: unimported

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    42b165b View commit details
    Browse the repository at this point in the history
  9. fix: missing pnpm-lock

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    67bd3db View commit details
    Browse the repository at this point in the history
  10. fix: transport lost during signOperation

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c07e0eb View commit details
    Browse the repository at this point in the history
  11. fix: solana generic issue

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    378d0ac View commit details
    Browse the repository at this point in the history
  12. chore: add some tests

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    57cbe92 View commit details
    Browse the repository at this point in the history
  13. fix: linter

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7139f01 View commit details
    Browse the repository at this point in the history
  14. chore: remove cryptoassets unused

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a783c75 View commit details
    Browse the repository at this point in the history
  15. fix: unimported

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3c63052 View commit details
    Browse the repository at this point in the history
  16. chore: split baker integration test from bridge integ test

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7bb56e7 View commit details
    Browse the repository at this point in the history
  17. chore: feedbacks

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9e688f1 View commit details
    Browse the repository at this point in the history
  18. fix: revert coin-fmk remove of areAllOperationsLoaded

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ef4bf34 View commit details
    Browse the repository at this point in the history
  19. chore: try to fix pnpm-lock

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4c051c6 View commit details
    Browse the repository at this point in the history
  20. fix: update pnpm-lock... again

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9e74872 View commit details
    Browse the repository at this point in the history
  21. fix: revert changes with pnpm dedupe

    Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
    sprohaszka-ledger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3845896 View commit details
    Browse the repository at this point in the history