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(engine): add StateRootTask skeleton #12305

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

fgimenez
Copy link
Member

@fgimenez fgimenez commented Nov 4, 2024

Towards #12053

Copy link
Member

@rkrasiuk rkrasiuk left a comment

Choose a reason for hiding this comment

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

one comment otherwise lgtm!

Comment on lines 31 to 32
/// Current state.
state: HashedPostState,
Copy link
Member

Choose a reason for hiding this comment

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

with sparse trie there won't be a need for this field

Copy link
Member Author

Choose a reason for hiding this comment

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

ok removed here b3b9651 thx!

@fgimenez fgimenez added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit 3fe2234 Nov 4, 2024
41 checks passed
@fgimenez fgimenez deleted the fgimenez/state-root-task-skeleton branch November 4, 2024 13:04
@fgimenez fgimenez added C-enhancement New feature or request A-blockchain-tree Related to sidechains, reorgs and pending blocks labels Nov 4, 2024
Comment on lines +25 to +26
/// View over the state in the database.
consistent_view: ConsistentDbView<Factory>,
Copy link
Member

Choose a reason for hiding this comment

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

Is this still something we want to retain in our new designs? I thought the consistent db viewer was a 'hack' and we were looking for ways to do this better? Maybe I misremember

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.

3 participants