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(p2p): receipts sync #1836

Merged
merged 1 commit into from
Mar 6, 2024
Merged

feat(p2p): receipts sync #1836

merged 1 commit into from
Mar 6, 2024

Conversation

sistemd
Copy link
Contributor

@sistemd sistemd commented Mar 4, 2024

Sync receipts in a similar way to how we sync transactions, but without as much validation since it isn't possible yet due to the spec.

@sistemd sistemd requested a review from a team as a code owner March 4, 2024 04:54
) -> anyhow::Result<Option<BlockNumber>> {
let mut stmt = tx
.inner()
.prepare(
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
.prepare(
.prepare_cached(

@sistemd sistemd merged commit ca087c1 into main Mar 6, 2024
7 checks passed
@sistemd sistemd deleted the sistemd/p2p-receipt-sync branch March 6, 2024 19:32
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.

4 participants