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: disable/enable gc via settings menu #1740

Merged
merged 2 commits into from
Jan 25, 2021

Commits on Jan 20, 2021

  1. feat: disable/enable gc via settings menu

    Part of ipfs#1647
    
    Very similar approach to ipfs#1735
    andrew committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e9a10dc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. fix: ensure checkbox follows cli flag config

    - setting default state to on for new and pre-existing config
    - remove keysize (not needed since go-ipfs 0.7.0 uses ED25519 keys by
      default)
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5a88b43 View commit details
    Browse the repository at this point in the history