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

Resolves issue 621 #629

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Commits on Sep 6, 2024

  1. Update tools_screens.py

    Changing KEY_BACKSPACE size on ToolsDiceEntropy and ToolsCoinFlip screens
    fedebuyito authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e8b0e35 View commit details
    Browse the repository at this point in the history
  2. Update tools_screens.py

    Missed import sentence for commands added on last commit
    fedebuyito authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7c26811 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Revert "Update tools_screens.py"

    This reverts commit 7c26811.
    fedebuyito committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8bc985f View commit details
    Browse the repository at this point in the history
  2. Revert "Update tools_screens.py"

    This reverts commit e8b0e35.
    fedebuyito committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ef6e448 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update seed_views.py

    On class SeedExportXpubQRDisplayView(View): Replaces "Destination" return call from MainMenuView to ScanAddressView. Rest of changes are for passing seed_num between class calling.
    fedebuyito authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3278ecd View commit details
    Browse the repository at this point in the history
  2. Update scan_views.py

    Changes for passing seed_num between class calling (for ScanAddressView class).
    fedebuyito authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    22f2104 View commit details
    Browse the repository at this point in the history
  3. Update test_flows_seed.py

    Test for seed views workflow affected.
    fedebuyito authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0798224 View commit details
    Browse the repository at this point in the history