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

Beacon expiration can go negative #2493

Closed
barton2526 opened this issue Apr 18, 2022 · 1 comment · Fixed by #2498 or #2622
Closed

Beacon expiration can go negative #2493

barton2526 opened this issue Apr 18, 2022 · 1 comment · Fixed by #2498 or #2622
Assignees
Labels
Milestone

Comments

@barton2526
Copy link
Member

Bug Report

Current behavior
When a beacon is past expiration, the countdown to when it is expired shown in the UI can go negative.

image

Expected behavior

Expiration should just state the beacon is expired when it reaches 0.

Screenshots

Output of 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

@barton2526
Copy link
Member Author

barton2526 commented Dec 30, 2022

This has been reported again in Discord with version 5.4.1.0. Please reopen.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment