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

[Feature] Filecoin.SyncSubmitBlock RPC. #4246

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

ruseinov
Copy link
Contributor

@ruseinov ruseinov commented Apr 19, 2024

Summary of changes

Changes introduced in this pull request:

  • Introduces a prototype Filecoin.SyncSubmitBlock RPC endpoint.

Reference issue to close (if applicable)

Work on #4245

Other information and links

Needed for miner. There needs to be a follow-up that introduces all the sanity checks, the description can be found in the referenced issue.

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@ruseinov ruseinov marked this pull request as ready for review April 19, 2024 13:16
@ruseinov ruseinov requested a review from a team as a code owner April 19, 2024 13:16
@ruseinov ruseinov requested review from lemmih and sudo-shashank and removed request for a team April 19, 2024 13:16
@aatifsyed aatifsyed self-requested a review April 19, 2024 13:20
Copy link
Contributor

@aatifsyed aatifsyed left a comment

Choose a reason for hiding this comment

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

lgtm

Comment on lines 22 to 23
use crate::blocks::GossipBlock;
use crate::libp2p::{IdentTopic, NetworkMessage, PUBSUB_BLOCK_STR};
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: with the rest of the imports

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What did I miss?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I can see now! not clear without seeing the full diff.

@ruseinov ruseinov added this pull request to the merge queue Apr 19, 2024
Merged via the queue into main with commit e08083c Apr 19, 2024
27 checks passed
@ruseinov ruseinov deleted the ru/feature/rpc-sync-submit-block branch April 19, 2024 14:54
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.

None yet

3 participants