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

P-Chain merkledb -- include txs in merkleized state #2398

Merged
merged 25 commits into from
Dec 5, 2023

Conversation

danlaine
Copy link

Why this should be merged

GetTx is used in transaction execution, so transaction data must be in syncable (i.e. merkleized) state.

How this works

Remove txDB and put txs in merkledb under a prefix instead.

How this was tested

New UT.

@danlaine danlaine marked this pull request as draft December 1, 2023 20:13
@danlaine danlaine marked this pull request as ready for review December 5, 2023 15:25
@danlaine danlaine merged commit 0b875ab into pchain_merkleDB Dec 5, 2023
14 checks passed
@danlaine danlaine deleted the pchain_merkleDB_merkleize_txs branch December 5, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant