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

[Backport releases/v0.3] fix: remove Database::ensure_global calls #4632

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

fedimint-backports
Copy link

Description

Backport of #4620 to releases/v0.3.

The client side migrations today assume that the global database is the db
namespace where the states are stored. For any use case that needs multi-level
nesting of isolated databases (e.g multiple clients within the gateway), this
check doesn't make sense anymore and can be removed.

fixes #4616

(cherry picked from commit 8df06ef)
@elsirion elsirion merged commit 142e4c8 into releases/v0.3 Mar 20, 2024
20 checks passed
@elsirion elsirion deleted the backport-4620-to-releases/v0.3 branch March 20, 2024 12:29
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.

None yet

3 participants