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

Backport Fix logging around mineOne #6499

Merged
merged 6 commits into from
Jun 16, 2021
Merged

Commits on Jun 16, 2021

  1. Fix logging around mineOne

    - A nil MiningBaseInfo is *NOT* unexpected: it happens when one is in penalty
      https://github.com/filecoin-project/lotus/blob/v1.9.0/chain/stmgr/utils.go#L500-L502
    
    - Remove the log from IsRoundWinner(): all we care about is the randbase epoch
    ribasushi authored and arajasek committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3acd846 View commit details
    Browse the repository at this point in the history
  2. Forgotten deadcode

    ribasushi authored and arajasek committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    429419f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4007806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef3ef85 View commit details
    Browse the repository at this point in the history
  5. make lint happy

    jennijuju authored and arajasek committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c198e7a View commit details
    Browse the repository at this point in the history
  6. Fix docsgen

    arajasek committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    36bc96a View commit details
    Browse the repository at this point in the history