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

fix: cli: fix panic in lotus-miner actor control list #9241

Merged
merged 3 commits into from
Sep 16, 2022

Commits on Sep 1, 2022

  1. Tune down slice

    Tuning down slice to only 6 characters to avoid panics if the multisig-actor is of really low character length.
    rjan90 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7c00c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Check length of msig address

    Check the length of multisig address, and print based on that.
    rjan90 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3e74819 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Fix lotus-shed actor cmd

    Check the length of multisig address in lotus-shed actor cmd as well.
    rjan90 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9c48922 View commit details
    Browse the repository at this point in the history