Skip to content

chore: update fedimint to 0.8 - #73

Closed
elsirion wants to merge 1 commit into
masterfrom
2025-07-fm08
Closed

chore: update fedimint to 0.8#73
elsirion wants to merge 1 commit into
masterfrom
2025-07-fm08

Conversation

@elsirion

Copy link
Copy Markdown
Collaborator

Quick follow-up to #72 since 0.8 is kinda stabilized already. @tacio can you check if there's any dependency unification problems with any forks you may maintain? If not I'll just merge.

Comment thread fmo_server/src/federation/observer.rs Outdated
Comment on lines -180 to -189
DbMigration {
index: 0,
sql: include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/schema/v0.sql")),
backfill: None,
},
DbMigration {
index: 1,
sql: include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/schema/v1.sql")),
backfill: None,
},

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I need to combine these migrations into the latest supported one.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I guess we'll drop backfill support at some point and need to track that separately, but just keep all the pure SQL migrations so a new DB can be bootstrapped?

What would you say is the idiomatic way to remove legacy migrations while still maintaining the ability to set up a new DB @tacio @bradleystachurski?

@elsirion

Copy link
Copy Markdown
Collaborator Author

Superseded by #106

@elsirion elsirion closed this Feb 28, 2026
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.

1 participant