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: wallet security solution #10805

Closed

Commits on May 2, 2023

  1. # wallet-security-solution

      - Wallet mark management:
    ```shell
        lotus wallet mark add    ##Add/update wallet mark
        lotus wallet mark del    ##Delete wallet mark
        lotus wallet mark clear  ##clear wallet mark
    ```
      - Wallet password management:
    ```shell
        lotus wallet passwd add    ##Add password
        lotus wallet passwd reset  ##Change password
        lotus wallet passwd clear  ##Clear password
        lotus wallet encrypt <f1xxx/f3xxx/all>  ##Ordinary wallet->encrypted wallet
        lotus wallet decrypt <f1xxx/f3xxx/all>  ##encryption wallet->ordinary wallet
    ```
    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    73d56fc View commit details
    Browse the repository at this point in the history
  2. fix 'git --no-pager diff'

    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    bd6a5eb View commit details
    Browse the repository at this point in the history
  3. fix 'git --no-pager diff'

    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ef37d6a View commit details
    Browse the repository at this point in the history
  4. fix 'git --no-pager diff'

    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4f8115a View commit details
    Browse the repository at this point in the history
  5. update full.json.gz

    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8fb0876 View commit details
    Browse the repository at this point in the history
  6. update gateway.json.gz

    update miner.json.gz
    update worker.json.gz
    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0185173 View commit details
    Browse the repository at this point in the history
  7. fix 'git --no-pager diff'

    cdcdx committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d323ccc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. fix 'go test cli'

    cdcdx committed May 3, 2023
    Configuration menu
    Copy the full SHA
    aa5fab6 View commit details
    Browse the repository at this point in the history