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: Integrate proof v11.0.0 #7923

Merged
merged 1 commit into from
Jan 11, 2022
Merged

chore: deps: Integrate proof v11.0.0 #7923

merged 1 commit into from
Jan 11, 2022

Conversation

jennijuju
Copy link
Member

@jennijuju jennijuju commented Jan 11, 2022

Related Issues

resolves #7889

Proposed Changes

pull-in https://github.com/filecoin-project/filecoin-ffi/releases/tag/e660df5616e397b2

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

@jennijuju jennijuju added this to the v1.14.0 milestone Jan 11, 2022
@jennijuju jennijuju requested a review from a team as a code owner January 11, 2022 04:46
@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #7923 (5b7da27) into master (4e16d60) will increase coverage by 4.99%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7923      +/-   ##
==========================================
+ Coverage   34.38%   39.37%   +4.99%     
==========================================
  Files         649      655       +6     
  Lines       69966    70254     +288     
==========================================
+ Hits        24059    27666    +3607     
+ Misses      41471    37833    -3638     
- Partials     4436     4755     +319     
Impacted Files Coverage Δ
markets/loggers/loggers.go 89.28% <0.00%> (-10.72%) ⬇️
markets/retrievaladapter/client_blockstore.go 62.50% <0.00%> (-6.25%) ⬇️
miner/miner.go 56.95% <0.00%> (-2.32%) ⬇️
extern/storage-sealing/fsm.go 55.77% <0.00%> (-1.20%) ⬇️
extern/sector-storage/sched.go 83.12% <0.00%> (-0.83%) ⬇️
journal/mockjournal/journal.go 71.42% <0.00%> (ø)
chain/actors/builtin/paych/mock/mock.go 64.28% <0.00%> (ø)
chain/vectors/gen/main.go 2.36% <0.00%> (ø)
lib/nullreader/reader.go 0.00% <0.00%> (ø)
markets/dagstore/mocks/mock_lotus_accessor.go 80.48% <0.00%> (ø)
... and 134 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 4e16d60...5b7da27. Read the comment docs.

@jennijuju jennijuju merged commit 0130b28 into master Jan 11, 2022
@jennijuju jennijuju deleted the jen/proofv11 branch January 11, 2022 22:49
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.

Proof integration for Snap deals
2 participants