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

chore: deps: Update go-paramfetch #7917

Merged
merged 1 commit into from
Jan 11, 2022
Merged

chore: deps: Update go-paramfetch #7917

merged 1 commit into from
Jan 11, 2022

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Jan 11, 2022

Related Issues

Fixes #7886

Proposed Changes

Additional Info

Checklist

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

  • All commits have a clear commit message.
  • The 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, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@arajasek arajasek requested a review from a team as a code owner January 11, 2022 00:04
@arajasek arajasek changed the title Update go-paramfetch chore: deps: Update go-paramfetch Jan 11, 2022
@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #7917 (9614f6d) into master (3fb71cd) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7917      +/-   ##
==========================================
+ Coverage   39.38%   39.41%   +0.02%     
==========================================
  Files         655      655              
  Lines       70254    70254              
==========================================
+ Hits        27673    27692      +19     
+ Misses      37818    37803      -15     
+ Partials     4763     4759       -4     
Impacted Files Coverage Δ
markets/loggers/loggers.go 89.28% <0.00%> (-10.72%) ⬇️
chain/types/tipset_key.go 85.96% <0.00%> (-3.51%) ⬇️
miner/miner.go 58.27% <0.00%> (-1.00%) ⬇️
paychmgr/simple.go 79.32% <0.00%> (-0.93%) ⬇️
extern/sector-storage/sched.go 83.95% <0.00%> (-0.83%) ⬇️
node/impl/storminer.go 22.88% <0.00%> (-0.34%) ⬇️
chain/sync_manager.go 67.39% <0.00%> (+0.31%) ⬆️
chain/sync.go 65.00% <0.00%> (+0.33%) ⬆️
chain/messagepool/selection.go 84.30% <0.00%> (+0.38%) ⬆️
chain/messagepool/messagepool.go 58.41% <0.00%> (+0.61%) ⬆️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fb71cd...9614f6d. Read the comment docs.

@arajasek arajasek merged commit 4e16d60 into master Jan 11, 2022
@arajasek arajasek deleted the asr/params branch January 11, 2022 00:30
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.

TRUST_PARAM for SnapDeals
2 participants