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

feat: add keysize through an option to spawn #203

Merged
merged 15 commits into from
Feb 21, 2018
Merged

feat: add keysize through an option to spawn #203

merged 15 commits into from
Feb 21, 2018

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    2595fc4 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    dryajov committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    718e0ce View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. fix: don't pass on arguments from node executable

    When running a script that involves `ipfsd-ctl` and you pass on
    additional parameters it used to pass on those parameters to
    the subprocesses it spaws. This lead to issues especially with
    `--inspect-brk` as it would spawn another inspector which then
    would fail because there is already one running on the same port.
    
    Fixes #202.
    vmx authored and dryajov committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    c9c25da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3fca62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55142c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17d578e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5f400e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee74427 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

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

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    6c7a028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca9aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1351dde View commit details
    Browse the repository at this point in the history
  4. chore: update ipfs-api

    dryajov committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    fb30e0e View commit details
    Browse the repository at this point in the history
  5. timeouts

    dryajov committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    174e9dc View commit details
    Browse the repository at this point in the history