Skip to content

op-chain-ops: single database commit#4306

Merged
tynes merged 4 commits intodevelopfrom
fix/single-commit
Dec 7, 2022
Merged

op-chain-ops: single database commit#4306
tynes merged 4 commits intodevelopfrom
fix/single-commit

Conversation

@tynes
Copy link
Contributor

@tynes tynes commented Dec 7, 2022

Description

Instead of having multiple statedbs created,
use a single statedb and make sure that it is
only committed once. Various APIs are required
for the full migration which wrap the low level
LevelDB at various abstractions. This will ensure
that changes to the statedb are committed to disk.

Instead of having multiple statedbs created,
use a single statedb and make sure that it is
only committed once. Various APIs are required
for the full migration which wrap the low level
LevelDB at various abstractions. This will ensure
that changes to the statedb are committed to disk.
@changeset-bot
Copy link

changeset-bot bot commented Dec 7, 2022

⚠️ No Changeset found

Latest commit: 3fd7b11

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@trianglesphere trianglesphere left a comment

Choose a reason for hiding this comment

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

looks fine to me

@mergify
Copy link
Contributor

mergify bot commented Dec 7, 2022

This PR has been added to the merge queue, and will be merged soon.

mergify bot added a commit that referenced this pull request Dec 7, 2022
@mergify
Copy link
Contributor

mergify bot commented Dec 7, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@tynes tynes merged commit ec26609 into develop Dec 7, 2022
@tynes tynes deleted the fix/single-commit branch December 7, 2022 22:38
@mergify mergify bot removed the on-merge-train label Dec 7, 2022
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.

2 participants