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

fix: use update-gateway-cache for v0.3.0 #5171

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

bradleystachurski
Copy link
Member

@bradleystachurski bradleystachurski commented Apr 29, 2024

Fixes #5156
Fixes #4999

We removed update-gateway-cache from fedimint-cli in #4919. v0.3.0 includes update-gateway-cache (see: https://github.com/fedimint/fedimint/blob/v0.3.0/fedimint-cli/src/client.rs#L126) and doesn't update the cache using list-gateways, so we need to handle this case explicitly in back-compat and upgrade tests.

Reviewers can verify locally using

just test-compatibility v0.3.0

and

just test-upgrades "v0.3.0 current"

@bradleystachurski bradleystachurski changed the title wip: debug back-compat failures fix: use update-gateway-cache for v0.3.0 Apr 30, 2024
@bradleystachurski bradleystachurski marked this pull request as ready for review April 30, 2024 02:18
@bradleystachurski bradleystachurski requested a review from a team as a code owner April 30, 2024 02:18
@dpc dpc added this pull request to the merge queue Apr 30, 2024
Merged via the queue into fedimint:master with commit 88a604b Apr 30, 2024
21 checks passed
@bradleystachurski bradleystachurski deleted the fix-back-compat branch April 30, 2024 15:22
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.

just test-compatibility v0.3.0 fails just test-upgrades "v0.3.0 current" fails
2 participants