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

Update/dependencies #325

Merged
merged 153 commits into from
Sep 23, 2024
Merged

Update/dependencies #325

merged 153 commits into from
Sep 23, 2024

Commits on Dec 7, 2022

  1. Merge pull request #1 from ava-labs/main

    Release 0.6.5
    xchapron-ledger authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c1209a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge pull request #2 from LedgerHQ/develop

    App release 0.6.5
    apaillier-ledger authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    98a16e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. fix(coreth): transfer ui

    Karrq authored and ftheirs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6d3a77a View commit details
    Browse the repository at this point in the history
  2. chore: update snapshots

    Karrq authored and ftheirs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    16b0732 View commit details
    Browse the repository at this point in the history
  3. chore: update more snapshots

    Karrq authored and ftheirs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ca25c6f View commit details
    Browse the repository at this point in the history
  4. chore: more snapshots

    Karrq authored and ftheirs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c089dcc View commit details
    Browse the repository at this point in the history
  5. bump version

    ftheirs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2282e91 View commit details
    Browse the repository at this point in the history
  6. fix JS dependencies

    ftheirs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    af099ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from ava-labs/fix_transfer_UI

    Fix transfer UI
    sgliner-ledger authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    abc141f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. fix: update js scope to match avalabs

    kanatliemre authored and Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    2d757a6 View commit details
    Browse the repository at this point in the history
  2. add Go package

    ftheirs authored and Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4f83e53 View commit details
    Browse the repository at this point in the history
  3. bump version & update snapshots

    ftheirs authored and Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3de52f9 View commit details
    Browse the repository at this point in the history
  4. fix: wrap uint8 in a buffer

    kanatliemre authored and Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    492daf5 View commit details
    Browse the repository at this point in the history
  5. fix go.mod

    patrick-ogrady authored and Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0e0744b View commit details
    Browse the repository at this point in the history
  6. Support for signing personal messages

    neithanmo authored and Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3bceb90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1e6fac View commit details
    Browse the repository at this point in the history
  8. tests: add checks for returned address

    feat(js): add support for returning address
    feat(go): add support for returning address
    Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    488ee4b View commit details
    Browse the repository at this point in the history
  9. feat: return address

    Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    2446f27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de5b34e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1df32c4 View commit details
    Browse the repository at this point in the history
  12. feat: release v0.7.0

    Karrq committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    07414e9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77d198b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge pull request #5 from ava-labs/ledger_v7.0.0

    Update to 0.7.0
    sgliner-ledger authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a8a9a89 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge pull request #6 from LedgerHQ/develop

    Align develop and main
    sgliner-ledger authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    427634f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. feat: target esm instead of cjs

    nahoc authored and Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    dc8907a View commit details
    Browse the repository at this point in the history
  2. fix: export both ESM and CJS formats

    meeh0w authored and Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d25b0de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    711efd0 View commit details
    Browse the repository at this point in the history
  4. feat(go): augment original err msg

    felipemadero authored and Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8193faa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f6ef7 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump golang.org/x/net in /go

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201021035429-f5854403a974 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](https://github.com/golang/net/commits/v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    cc62a63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d78fe2e View commit details
    Browse the repository at this point in the history
  8. deps: pin proptest version

    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6104042 View commit details
    Browse the repository at this point in the history
  9. feat: enable nightly features

    feat: build std with immediate abort on panic
    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f00e9b9 View commit details
    Browse the repository at this point in the history
  10. deps(docker): pin builder image

    becominginsane authored and Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8cee559 View commit details
    Browse the repository at this point in the history
  11. deps(js): update js and zemu dependencies

    fix(make:docker): proper image ref
    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4484306 View commit details
    Browse the repository at this point in the history
  12. deps(js): add lockfiles

    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e148485 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    130ca1e View commit details
    Browse the repository at this point in the history
  14. fix(zemu): legacy tests

    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    22636aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a9c6a25 View commit details
    Browse the repository at this point in the history
  16. feat: release 0.7.1

    chore: update mainmenu snapshots
    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9a31054 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    37b30fc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aac6837 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a0507bf View commit details
    Browse the repository at this point in the history
  20. chore(zemu): update snapshots

    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    24de290 View commit details
    Browse the repository at this point in the history
  21. fix(zemu): enable running tests concurrently

    becominginsane authored and Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1425a1f View commit details
    Browse the repository at this point in the history
  22. refactor(sdk): move rust-sdk deps to workspace

    deps: use unified sdk
    feat(just): add scripts to fetch SDK version
    docs: rewrite dependencies section of readme
    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b6333e9 View commit details
    Browse the repository at this point in the history
  23. fix(ci): run sdk setup step

    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8d68264 View commit details
    Browse the repository at this point in the history
  24. fix(sdk): update revision

    fix(ci): remove reduntant submodule checkout
    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3db525b View commit details
    Browse the repository at this point in the history
  25. fix(ci): get sdks for get_version

    chore: add app/build to gitignore
    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b81f54a View commit details
    Browse the repository at this point in the history
  26. fix(js): missing devDependency

    Karrq committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    20dd47c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. fix(deps): use revision for bs58 fork

    becominginsane authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e84aa3e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. deps: upgrade dockerized_build

    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9aa6a1f View commit details
    Browse the repository at this point in the history
  2. fix: pin the JS packages versions

    meeh0w authored and Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1a05c25 View commit details
    Browse the repository at this point in the history
  3. export ResponseAddr fields

    Dan Laine authored and Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    23e6c16 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump core-js from 3.29.0 to 3.30.1 in /js

    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.29.0 to 3.30.1.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.30.1/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump eslint from 8.35.0 to 8.39.0 in /js
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.39.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.35.0...v8.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin in /js
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.54.1 to 5.59.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump esbuild from 0.16.3 to 0.17.18 in /js
    
    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.16.3 to 0.17.18.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md)
    - [Commits](evanw/esbuild@v0.16.3...v0.17.18)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 in /js
    
    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.7.0 to 8.8.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.7.0...v8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump @typescript-eslint/parser in /js
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.1 to 5.59.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump rollup from 3.18.0 to 3.21.2 in /js
    
    Bumps [rollup](https://github.com/rollup/rollup) from 3.18.0 to 3.21.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.18.0...v3.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump prettier from 2.8.4 to 2.8.8 in /js
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.4...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump rollup from 3.21.2 to 3.21.5 in /js
    
    Bumps [rollup](https://github.com/rollup/rollup) from 3.21.2 to 3.21.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.21.2...v3.21.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin in /js
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.1 to 5.59.2.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 in /js
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.39.0...v8.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump semantic-release from 20.1.1 to 21.0.2 in /js
    
    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.1 to 21.0.2.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v20.1.1...v21.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump rollup from 3.21.5 to 3.21.7 in /js
    
    Bumps [rollup](https://github.com/rollup/rollup) from 3.21.5 to 3.21.7.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.21.5...v3.21.7)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump rollup-plugin-dts from 5.2.0 to 5.3.0 in /js
    
    Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 5.2.0 to 5.3.0.
    - [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
    - [Commits](Swatinem/rollup-plugin-dts@v5.2.0...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup-plugin-dts
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump core-js from 3.30.1 to 3.30.2 in /js
    
    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.30.1 to 3.30.2.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.30.2/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump esbuild from 0.17.18 to 0.17.19 in /js
    
    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.18 to 0.17.19.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.17.18...v0.17.19)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin in /js
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.2 to 5.59.6.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.6/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 in /js
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.9.5...v5.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump rollup from 3.21.7 to 3.23.0 in /js
    
    Bumps [rollup](https://github.com/rollup/rollup) from 3.21.7 to 3.23.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.21.7...v3.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 in /js
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.40.0...v8.41.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4ec9e84 View commit details
    Browse the repository at this point in the history
  5. deps(app:dev): upgrade serial_test to 2.0.0

    deps(app:dev): upgrade proptest to 1.1.0
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2b25ffc View commit details
    Browse the repository at this point in the history
  6. deps(sdk): upgrade SDK

    deps(app:dev): upgrade k256
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    caa38f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7562207 View commit details
    Browse the repository at this point in the history
  8. feat(app:parser): add 2 banff tx

    feat(banff): add permisionless delegator tx
    feat(banff): remove subnet validator tx
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ef9c430 View commit details
    Browse the repository at this point in the history
  9. feat(app:parser): add 1 banff tx

    feat(banff): add permissionless validator
    feat(banff:parser): support proof of possession
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    52d8228 View commit details
    Browse the repository at this point in the history
  10. fix(banff): typos

    fix(parser): only use network id for hrp in tx header
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2d751c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9723b4 View commit details
    Browse the repository at this point in the history
  12. refactor(app:parser): simplify some ui logic

    style: remove some warnings
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3d41e31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    12e7f88 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b238a19 View commit details
    Browse the repository at this point in the history
  15. chore: add more permless delegator testvectors

    fix(banff:ui): properly account for subnet id page in last offset in
    permless delegator
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    bc650c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3996cb2 View commit details
    Browse the repository at this point in the history
  17. chore: add more rm subnet validator testvectors

    chore: add remove subnet validator ui tests
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    321a061 View commit details
    Browse the repository at this point in the history
  18. chore: add more transform subnet testvectors

    chore: add transform subnet ui tests
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    edf680d View commit details
    Browse the repository at this point in the history
  19. test(banff:ui): move to insta

    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    07b88f2 View commit details
    Browse the repository at this point in the history
  20. chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in /go

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    860682b View commit details
    Browse the repository at this point in the history
  21. chore: update version

    fix(make): remove `GLYPH_SRC_DIR`
    Karrq committed May 30, 2023
    Configuration menu
    Copy the full SHA
    555f128 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1daf54e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #8 from ava-labs/ledger_v0.7.2

    Update to v0.7.2
    agrojean-ledger authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7030325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93773d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from LedgerHQ/fix-ci

    Rename dir zemu to tests_zemu to match Makefile expected path for tests.
    agrojean-ledger authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b35e2a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    f899364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d2284 View commit details
    Browse the repository at this point in the history
  3. Revert "Rename dir zemu to tests_zemu to match Makefile expected path…

    … for tests."
    
    This reverts commit 93773d9.
    Karrq committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    390030d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c90c78b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. fix(make): restore output folders prereq

    becominginsane authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3445616 View commit details
    Browse the repository at this point in the history
  2. fix(eth_msg_sig): Compute the right v component

    fix(fmt) Apply proper formatting
    neithanmo authored and Karrq committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    43eaa05 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix(ci): use new container

    feat(ci): build apps with matrix
    fix(deps): remove sdks in deps/
    Karrq committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4d11137 View commit details
    Browse the repository at this point in the history
  2. fix(ci): upgrade actions/cache

    Karrq committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8bc3fd6 View commit details
    Browse the repository at this point in the history
  3. fix(ci): use official image

    Karrq committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    48c0ed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e284e8 View commit details
    Browse the repository at this point in the history
  5. fix(ci): remove --user option in CI environment

    fix(dockerized_build): restore `-u` option for local development
    Karrq committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    63c3507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38fc879 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    044d224 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'dev' into zondax

    Karrq committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    94d9a8a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    8789789 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge pull request #14 from LedgerHQ/develop

    Merge develop into main (B2CA-1283)
    tdejoigny-ledger authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    98d781d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    5fb7666 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    3e24e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8de92f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from LedgerHQ/tdj/add_manifest

    Tdj/add manifest
    tdejoigny-ledger authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    993c62b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    ffa68c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from LedgerHQ/tdj/remove_nanos_target

    Update ledger_app.toml
    tdejoigny-ledger authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b9a67ce View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    0e5e061 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from LedgerHQ/tdj/update_manifest

    Update ledger_app.toml
    tdejoigny-ledger authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ff318b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    7473ee6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from LedgerHQ/tdj/update_manifest

    Update ledger_app.toml
    tdejoigny-ledger authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    eedb367 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    138abbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca06913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4d10c View commit details
    Browse the repository at this point in the history
  4. try latest container

    neithanmo committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b9a8f52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c95d92 View commit details
    Browse the repository at this point in the history
  6. Update container in CI

    neithanmo committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3facc08 View commit details
    Browse the repository at this point in the history
  7. feat(hybrid): Initial hybrid app implementation

    fix(hybrid) App rust testing rule
    Update ignore files
    Update rust ffi
    Implement avax transaction signing
    feat(address) Enable hybrid address
    Enable flag to define rust features
    feat(msg) Add interface to process SignAvax messages
    feat(ethereum) Add ethereum app as submodule and initial configuration
    app-ethereum integration
    update ethereum to latest release
    Remove BTC support from our js library
    Remove zemu tests for unsupported btc transactions
    Filter out app-ethereum/src/main.c file
    Use rust handler for ethereum calls in nanos target
    Add hybrid interface for xpub keys
    Add xaddr missing files
    Fix avax sign hash with ui and update snapshots
    Fix walletID so it uses default rust implementation
    Add wallet_id support
    enable STAX compilation
    Fix unused warnings
    Enable stax tests in CI
    stax snapshots
    remove handler paths for eth transactions and unused functions.
    Use production build for zemu
    fix: Enhance menu definition according to PRODUCTION_BUILD flag
    fix: Ensure release artifacts are not production ready showing a warning message on screen
    Add wrappers to sign eip712 messages
    Add base_tx for P-Chain
    Remove btc submodule
    remove rust-ui
    fix ui flow
    reduce stack usage if possible
    unused veariable warninr.
    Improve code to reduce clippy warnings
    enable clippy on ci
    Add clippy job
    update PvmBaseTx to check for a different id as used by avax
    remove unused import
    neithanmo committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    61d8953 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    227face View commit details
    Browse the repository at this point in the history
  9. update ledger-rust dep

    neithanmo committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    169c298 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. enable guidelines enforcer

    neithanmo committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    425c5b0 View commit details
    Browse the repository at this point in the history
  2. update metadata file

    neithanmo committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ad31dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d451a8d View commit details
    Browse the repository at this point in the history
  4. fix nanos2 name in metadata

    update zxlib
    update makefile to set production build
    re-export paths with a different name
    remove logs
    neithanmo committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d1f5d72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c47c5e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update ethereum dependency

    neithanmo committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2f594cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318ffce View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. minor fix

    ftheirs committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f6733a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff4872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8adb0f9 View commit details
    Browse the repository at this point in the history
  4. Add eip712 zemu test and snapshots

    Add stax fix for eip712
    neithanmo committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    defd628 View commit details
    Browse the repository at this point in the history
  5. Set expert mode

    neithanmo committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    447b0e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request #19 from ava-labs/pr_ledger (B2CA-1690)

    app-avalanche V0.8.0
    tdejoigny-ledger authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    aef579e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    15d8161 View commit details
    Browse the repository at this point in the history
  2. Bump app version

    neithanmo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4fc8306 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request #20 from ava-labs/pr_ledger (B2CA-1690)

    Build for production by default
    tdejoigny-ledger authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dd5dfca View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Parsing error if target chain is ethereum Mainnet and update tests

    Fix rust tests
    Update snapshts
    Disable eip712 testing on nanos as it is not supported
    neithanmo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6a92f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af52096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b2171 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge pull request #21 from ava-labs/pr_ledger (B2CA-1690)

    Do not allow signing Tx targeting ethereum mainnet
    tdejoigny-ledger authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    29fe055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5733a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce0a094 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    912377c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #23 from LedgerHQ/develop

    merge develop into main (B2CA-1690)
    tdejoigny-ledger authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    932e2cf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    3fb391e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03a60f View commit details
    Browse the repository at this point in the history
  3. update to checkout@v4

    ftheirs authored and neithanmo committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    373f106 View commit details
    Browse the repository at this point in the history
  4. add Stax to installer script

    ftheirs authored and neithanmo committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    035f5ea View commit details
    Browse the repository at this point in the history
  5. remove glyphs from deps/eth

    ftheirs authored and neithanmo committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    027bdbb View commit details
    Browse the repository at this point in the history
  6. Remove unused function

    neithanmo committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9f9841f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4312e64 View commit details
    Browse the repository at this point in the history
  8. Support for Flex device (#321)

    * support for Flex
    
    * update deps
    
    * update Zemu tests
    
    * Nano snapshots
    
    * Stax snapshots
    
    * Flex snapshots
    
    * bump version & update snapshots
    ftheirs authored and neithanmo committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    66cc14e View commit details
    Browse the repository at this point in the history
  9. fix CI

    ftheirs authored and neithanmo committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    83f277d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    62ada73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b4a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    9d40962 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    36fe84e View commit details
    Browse the repository at this point in the history
  2. update js

    abenso committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    94b699e View commit details
    Browse the repository at this point in the history
  3. update zemu

    abenso committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b2492fa View commit details
    Browse the repository at this point in the history
  4. update ci

    abenso committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    516beca View commit details
    Browse the repository at this point in the history
  5. update zxlib

    abenso committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5e9a84e View commit details
    Browse the repository at this point in the history
  6. bump version

    abenso committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8886272 View commit details
    Browse the repository at this point in the history