lotus icon indicating copy to clipboard operation
lotus copied to clipboard

Upgrade to latest f3 for additional metrics

Open masih opened this issue 6 months ago • 0 comments

Related Issues

None.

Proposed Changes

Upgrade to the latest F3 for additional metrics and enhanced logging.

Additional Info

WIP: Being actively experimented on butterflynet Current set to head of https://github.com/filecoin-project/go-f3/pull/528

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, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • [ ] Update CHANGELOG.md or signal that this change does not need it.
    • 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.
    • If the change does not require a CHANGELOG.md entry, do one of the following:
      • Add [skip changelog] to the PR title
      • Add the label skip/changelog to the PR
  • [ ] New features have usage guidelines and / or documentation updates in
  • [ ] Tests exist for new functionality or change in behavior
  • [ ] CI is green

masih avatar Jul 30 '24 12:07 masih