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: build: make the OhSnap epoch configurable by an envvar for devnets #7995

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

arajasek
Copy link
Contributor

Related Issues

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,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • 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 24, 2022 20:44
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #7995 (0358ad8) into master (6080431) will decrease coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7995      +/-   ##
==========================================
- Coverage   39.26%   39.06%   -0.21%     
==========================================
  Files         660      660              
  Lines       71408    71408              
==========================================
- Hits        28041    27897     -144     
- Misses      38560    38690     +130     
- Partials     4807     4821      +14     
Impacted Files Coverage Δ
chain/events/state/fastapi.go 75.00% <0.00%> (-25.00%) ⬇️
itests/kit/blockminer.go 73.52% <0.00%> (-17.65%) ⬇️
chain/events/message_cache.go 87.50% <0.00%> (-12.50%) ⬇️
node/impl/full/mpool.go 25.21% <0.00%> (-8.70%) ⬇️
chain/exchange/peer_tracker.go 66.66% <0.00%> (-8.61%) ⬇️
chain/exchange/client.go 49.15% <0.00%> (-8.48%) ⬇️
cli/util.go 41.66% <0.00%> (-8.34%) ⬇️
extern/storage-sealing/sector_state.go 92.30% <0.00%> (-7.70%) ⬇️
chain/events/observer.go 71.64% <0.00%> (-6.72%) ⬇️
markets/retrievaladapter/client_blockstore.go 62.50% <0.00%> (-6.25%) ⬇️
... and 26 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 6080431...0358ad8. Read the comment docs.

@magik6k magik6k merged commit 06d2ac6 into master Jan 25, 2022
@magik6k magik6k deleted the arajasek-patch-2 branch January 25, 2022 09:51
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.

2 participants