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

Implementing BIP39 recovery, Unattended Bootstrap and Agent Start and Status #283

Merged
merged 8 commits into from
Dec 6, 2021

Commits on Dec 3, 2021

  1. Unattended pk bootstrap and pk agent start

    1. Updated Status and removed lockfile
    2. Use recovery code to bootstrap or start agent
    3. NodeConnection: removing sends hole-punch message test
    4. Created `resetPassword` untility function for respecting lock when resetting the password.
    5. Slow keypair generation is mocked for testing
    6. Signal handling for all commands in ExitHandlers
    7. binProcessors utilities for processing CLI options
    8. Common defaults for CLI, PolykeyAgent, PolykeyClient in src/config.ts
    9. New terminating and non-terminating process testing utilities
    tegefaulkes authored and CMCDragonkai committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    7adf614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7c57a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Added --root-key-pair-bits, refactored tests for starting in backgrou…

    …nd and concurrent coalescing, propagate log level to background agent
    CMCDragonkai committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    55b804e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a692cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e3ebe5 View commit details
    Browse the repository at this point in the history
  4. Added fresh option and started refactoring bootstrap tests and interr…

    …upted start and bootstrap tests
    CMCDragonkai committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    037dd71 View commit details
    Browse the repository at this point in the history
  5. Added tests for starting from recovery code and deriving public key b…

    …it size from existing key pair, and using testBinUtils.processExit
    CMCDragonkai committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    54f8be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec6ad04 View commit details
    Browse the repository at this point in the history