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

feat: ec: Integrate Fast Finality for Filecoin #12119

Merged
merged 32 commits into from
Jun 28, 2024
Merged

feat: ec: Integrate Fast Finality for Filecoin #12119

merged 32 commits into from
Jun 28, 2024

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Jun 19, 2024

Related Issues

Proposed Changes

Additional Info

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
  • 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.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
,
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
@Kubuxu Kubuxu marked this pull request as ready for review June 24, 2024 02:23
@Kubuxu Kubuxu changed the title (WIP) Integrate Fast Finality for Filecoin Integrate Fast Finality for Filecoin Jun 24, 2024
@Kubuxu Kubuxu requested a review from Stebalien June 24, 2024 10:22
api/api_full.go Outdated Show resolved Hide resolved
chain/lf3/ec.go Outdated Show resolved Hide resolved
chain/lf3/ec.go Show resolved Hide resolved
chain/lf3/f3.go Outdated Show resolved Hide resolved
chain/lf3/f3.go Outdated Show resolved Hide resolved
chain/lf3/f3.go Outdated Show resolved Hide resolved
chain/lf3/signer.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
node/builder_chain.go Outdated Show resolved Hide resolved
node/modules/storageminer.go Outdated Show resolved Hide resolved
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Copy link

github-actions bot commented Jun 25, 2024

All checks have passed

@Stebalien
Copy link
Member

I've addressed most of my own comments, but there are a few outstanding ones.

Copy link
Contributor

@aarshkshah1992 aarshkshah1992 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass review. Doing one more deeper round now.

api/api_full.go Show resolved Hide resolved
build/params_calibnet.go Show resolved Hide resolved
chain/lf3/ec.go Show resolved Hide resolved
chain/lf3/f3.go Show resolved Hide resolved
node/impl/full/f3.go Show resolved Hide resolved
node/modules/storageminer.go Outdated Show resolved Hide resolved
node/modules/lp2p/pubsub.go Outdated Show resolved Hide resolved
Copy link
Contributor

@aarshkshah1992 aarshkshah1992 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

node/builder_chain.go Show resolved Hide resolved
api/api_full.go Show resolved Hide resolved
build/params_mainnet.go Show resolved Hide resolved
node/modules/storageminer.go Show resolved Hide resolved
Copy link
Contributor

@aarshkshah1992 aarshkshah1992 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finished my review.

@aarshkshah1992
Copy link
Contributor

@BigLep I have reviewed this one.

@masih masih changed the title Integrate Fast Finality for Filecoin feat: ec: Integrate Fast Finality for Filecoin Jun 28, 2024
chain/lf3/f3.go Outdated Show resolved Hide resolved
chain/lf3/f3.go Outdated Show resolved Hide resolved
@Stebalien Stebalien enabled auto-merge (squash) June 28, 2024 17:09
@Stebalien Stebalien merged commit 7cdf9aa into master Jun 28, 2024
78 checks passed
@Stebalien Stebalien deleted the feat/f3 branch June 28, 2024 17:11
aarshkshah1992 pushed a commit that referenced this pull request Jul 1, 2024
Integrate F3 into Lotus

Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com>
Co-authored-by: Masih H. Derkani <m@derkani.org>
Co-authored-by: Steven Allen <steven@stebalien.com>
aarshkshah1992 pushed a commit that referenced this pull request Jul 1, 2024
Integrate F3 into Lotus

Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com>
Co-authored-by: Masih H. Derkani <m@derkani.org>
Co-authored-by: Steven Allen <steven@stebalien.com>
@aarshkshah1992
Copy link
Contributor

Backported in #12168.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

7 participants