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: lotus-provider: show addresses in log #11490

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Dec 6, 2023

Proposed Changes

Display the addresses in lotus-providers This lotus_provider instance handles log.

Additional Info

Before:
This lotus_provider instance handles {"miner_addresses": ["{}"], "tasks": ["SendMessage", "WdPost", "WdPostSubmit", "WdPostRecoverDeclare"]}

After:
This lotus_provider instance handles {"miner_addresses": ["t01000"], "tasks": ["SendMessage", "WdPost", "WdPostSubmit", "WdPostRecoverDeclare"]}

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

Actually show miner-addrs in lotus-provider info-log
@rjan90 rjan90 requested a review from a team as a code owner December 6, 2023 11:56
@rjan90 rjan90 requested review from snissn, mb1896, magik6k and snadrus and removed request for snissn and mb1896 December 6, 2023 11:56
@snadrus snadrus merged commit 9dd9458 into master Dec 6, 2023
89 checks passed
@snadrus snadrus deleted the phi-fix-lp-info-log branch December 6, 2023 15:28
rjan90 pushed a commit that referenced this pull request Dec 11, 2023
fix: lotus-provider: show addresses in log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants