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

Oxen test fixes and improvements #17

Merged
merged 17 commits into from
May 24, 2023
Merged

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    13f4951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56eed44 View commit details
    Browse the repository at this point in the history
  3. bump client version

    darcys22 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    38baf49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aa9cd7 View commit details
    Browse the repository at this point in the history
  5. add test to CI workflow

    darcys22 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    da3d50d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    585b089 View commit details
    Browse the repository at this point in the history
  2. Replace comment with __attribute__((fallthrough))

    To avoid a compiler warning about the fall-through.
    jagerman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c0a7d8f View commit details
    Browse the repository at this point in the history
  3. Add debug-only network reset instruction

    This lets the device be forcibly reset to a specific network type by the
    companion software wallet.  This command is *only* permitted when the
    wallet is compiled in debug mode.
    
    This also allows putting the wallet into fakechain mode, which is needed
    for network tests, and allows doing so without needing (or exposing) a
    fakechain setting.
    jagerman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    78fd784 View commit details
    Browse the repository at this point in the history
  4. Rename LNS -> ONS

    Fixes various Ledger display messages that confusing reference LNS
    instead of ONS.  This also changes all the constants along the way (to
    make it consistent with the Oxen core code, which renamed them as such a
    long time ago).
    jagerman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    11f92a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e32e60e View commit details
    Browse the repository at this point in the history
  6. Fix github CI

    jagerman committed May 3, 2023
    Configuration menu
    Copy the full SHA
    38d285a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Set 0x240 app flags

    0x200 hurts nothing on non-X, and 0x40 should be there on X for
    being able to request PIN verification.  (This also matches the flags
    used, now, in the Monero app and various other official apps).
    jagerman committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6caa290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836e37a View commit details
    Browse the repository at this point in the history
  3. Remove commented-out no-longer-needed adjustment

    This was necessary in older Nano S SDK, but apparently isn't needed
    anymore.
    jagerman committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e043ec5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9b937b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e5f296 View commit details
    Browse the repository at this point in the history