-
Notifications
You must be signed in to change notification settings - Fork 35
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
lastCardChange #95
Comments
Why would this be relevant to access via q-cardchain-info? |
No, this is global. Without it the gameclient must poll all card content every 10s and see if there are changes, with this feature only 1 query must be done and when a card has changed, the new cards can be queried. |
Cases for setting this:
More @patrickwieth @nlsui ? |
we should save a variable that stores when the content of a card was changed
so whenever a card gets banned or saveCardContent changes the content, this variable should be set to the current block height
this allows the gameclient to see if it has the most recent card set, or has to update stuff
the variable should be accessible via q-cardchain-info
The text was updated successfully, but these errors were encountered: