[go: up one dir, main page]

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: add better engine insert block error type #9884

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

Rjected
Copy link
Member
@Rjected Rjected commented Jul 29, 2024

Introduces an error type that can be used in the new engine, to distinguish between invalid blocks and other types of errors

depends on #9911

@Rjected Rjected added C-enhancement New feature or request A-blockchain-tree Related to sidechains, reorgs and pending blocks labels Jul 29, 2024
@Rjected Rjected force-pushed the dan/add-engine2-insert-block-error branch 5 times, most recently from 77cc7de to df48c8c Compare July 30, 2024 22:04
@Rjected
Copy link
Member Author
Rjected commented Jul 30, 2024

Marking this ready for review. Would like naming recommendations

@Rjected Rjected marked this pull request as ready for review July 30, 2024 22:06
finish fatal error / invalid block result fn

use second insert block error in new tree

cargo fmt

remove TODO
@Rjected Rjected force-pushed the dan/add-engine2-insert-block-error branch from df48c8c to ec2330f Compare July 30, 2024 22:10
Copy link
Collaborator
@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

I'm fine with the naming because temp.

this should unblock us from debugging more engine API stuff

@Rjected Rjected added this pull request to the merge queue Jul 30, 2024
Merged via the queue into main with commit a90fc90 Jul 30, 2024
32 checks passed
@Rjected Rjected deleted the dan/add-engine2-insert-block-error branch July 30, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-blockchain-tree Related to sidechains, reorgs and pending blocks C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants