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

Branch of Keiths 404 branch, Coin flip code march 5 #534

Draft
wants to merge 17 commits into
base: dev
Choose a base branch
from

Commits on Mar 2, 2024

  1. Entropy-to-mnemonic CLI utility

    * Makes our existing mnemonic_generation.oy accessible as an interactive CLI utility for converting dice rolls or coin flips into 12- or 24-word mnemonics as well as the final word calculation.
    * Reduces python dependencies in mnemonic_generation.py
    * Removes need to always specify `wordlist_language_code`.
    * Adds constants for number of dice rolls for each mnemonic phrase length (since 99 may become 100 soon).
    * Generates test dice rolls, coin flips, or word selections via its "rand12" and "rand24" option.
    * Adds support for coin flips, even though the SeedSigner UI does not support coin flips yet (and might not ever).
    * Updates dice_verification.md accordingly.
    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    591a1b0 View commit details
    Browse the repository at this point in the history
  2. Update dice_verification.md

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    752d5c4 View commit details
    Browse the repository at this point in the history
  3. cleanup

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1d399b5 View commit details
    Browse the repository at this point in the history
  4. cleanup

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b04ef6d View commit details
    Browse the repository at this point in the history
  5. cleanup

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9b640ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d94ffb5 View commit details
    Browse the repository at this point in the history
  7. Update dice_verification.md

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f696ec2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a15925 View commit details
    Browse the repository at this point in the history
  9. comment correction

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6fb8a35 View commit details
    Browse the repository at this point in the history
  10. refactor script into tools/

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9535f21 View commit details
    Browse the repository at this point in the history
  11. cleanup

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1ed703b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b29e0bc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5160418 View commit details
    Browse the repository at this point in the history
  14. minor further import cleanup

    kdmukai committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c4aafd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. add coin icon

    thedon702 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ba89fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07f21f View commit details
    Browse the repository at this point in the history
  3. add coin logic code

    thedon702 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ccd6cdd View commit details
    Browse the repository at this point in the history