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

Block old versions from trading #2141

Closed
bonomat opened this issue Mar 4, 2024 · 1 comment · Fixed by #2174
Closed

Block old versions from trading #2141

bonomat opened this issue Mar 4, 2024 · 1 comment · Fixed by #2174
Assignees
Labels

Comments

@bonomat
Copy link
Contributor

bonomat commented Mar 4, 2024

More than once we had a user coming to us with errors related to not upgrading the app. We should make it explicit and block them in the app with a big warning that they are running an outdated version.

@bonomat bonomat added the UX label Mar 4, 2024
@bonomat
Copy link
Contributor Author

bonomat commented Mar 5, 2024

Proposal: on connect we tell the coordinator what version the user is running for tracking purposes. This can be recorded in the user table. Then on post_order we check the version and reject it if the user is on an outdated version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants