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: deps: restore butterfly network genesis from v1.14.4 #8708

Merged
merged 1 commit into from
May 23, 2022

Conversation

travisperson
Copy link
Contributor

@travisperson travisperson commented May 23, 2022

Related Issues

#8647

Proposed Changes

Restore butterfly genesis from v1.14.4 tag.

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

@travisperson travisperson requested a review from a team as a code owner May 23, 2022 18:57
@travisperson travisperson changed the title fix: deps: butterfly network genesis fix: deps: retore butterfly network genesis May 23, 2022
@travisperson travisperson changed the title fix: deps: retore butterfly network genesis fix: deps: restore butterfly network genesis May 23, 2022
@travisperson travisperson force-pushed the fix/butterflynet-genesis branch from 36e3459 to f2d09b6 Compare May 23, 2022 18:58
@travisperson travisperson changed the title fix: deps: restore butterfly network genesis fix: deps: restore butterfly network genesis from v1.14.4 May 23, 2022
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #8708 (f2d09b6) into master (8998f6e) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8708      +/-   ##
==========================================
- Coverage   40.86%   40.80%   -0.06%     
==========================================
  Files         688      688              
  Lines       75916    75916              
==========================================
- Hits        31022    30979      -43     
- Misses      39561    39593      +32     
- Partials     5333     5344      +11     
Impacted Files Coverage Δ
node/modules/dtypes/mpool.go 87.50% <0.00%> (-12.50%) ⬇️
chain/events/message_cache.go 87.50% <0.00%> (-12.50%) ⬇️
chain/stmgr/call.go 65.94% <0.00%> (-6.49%) ⬇️
chain/events/observer.go 73.79% <0.00%> (-6.21%) ⬇️
node/hello/hello.go 63.63% <0.00%> (-3.41%) ⬇️
blockstore/buffered.go 34.44% <0.00%> (-2.23%) ⬇️
miner/miner.go 56.39% <0.00%> (-1.97%) ⬇️
node/impl/full/mpool.go 46.95% <0.00%> (-1.74%) ⬇️
chain/gen/gen.go 68.19% <0.00%> (-1.23%) ⬇️
chain/vm/vm.go 61.63% <0.00%> (-1.07%) ⬇️
... and 11 more

@jennijuju jennijuju merged commit 8ee361c into master May 23, 2022
@jennijuju jennijuju deleted the fix/butterflynet-genesis branch May 23, 2022 19:19
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