We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current behavior When a beacon is past expiration, the countdown to when it is expired shown in the UI can go negative.
Expected behavior
Expiration should just state the beacon is expired when it reaches 0.
Screenshots
Output of beaconstatus
beaconstatus
"active": [ { "cpid": "8f2a530cf6f73647af4c680c3471ea65", "active": false, "pending": false, "expired": true, "renewable": true, "timestamp": "09-16-2021 20:33:59", "address": "mwSTmW8nwgEX9jVpVqujukXm9L2UY5PqVB", "public_key": "03358040922ccd92f0875344e6c937ab0e9ea2d4f8daea78a0f48fbd4c6c1e0c52", "private_key_available": true, "magnitude": 0, "verification_code": "3S8ZxoAryUV8ThyaR9juUDBcti6A", "is_mine": true } ], "pending": [ { "cpid": "8f2a530cf6f73647af4c680c3471ea65", "active": false, "pending": true, "expired": false, "renewable": false, "timestamp": "04-18-2022 19:01:58", "address": "mmXaHeW8mbBqLjg2V84hYpuGtSdrJ2NyiA", "public_key": "02f285deb953dc719a94705cad1b63902873a3f16ec960e792de81d37bc1d64116", "private_key_available": true, "magnitude": 0, "verification_code": "vH25u1DmbpsZLgjbDANxvkCuzZA", "is_mine": true } ] }
Gridcoin version
v5.3.3.3-7a6fe76130d7-3 Testnet
The text was updated successfully, but these errors were encountered:
This has been reported again in Discord with version 5.4.1.0. Please reopen.
Sorry, something went wrong.
jamescowens
Successfully merging a pull request may close this issue.
Bug Report
Current behavior
When a beacon is past expiration, the countdown to when it is expired shown in the UI can go negative.
Expected behavior
Expiration should just state the beacon is expired when it reaches 0.
Screenshots
Output of
beaconstatus
Gridcoin version
v5.3.3.3-7a6fe76130d7-3
Testnet
The text was updated successfully, but these errors were encountered: