Changelog v1.21.1

thanks BrightSilence for me the following PS has stopped working ((curl http://127.0.0.1:14002/api/sno).Content | ConvertFrom-Json).satellites.id | %{"_"; ((curl http://127.0.0.1:14002/api/sno/satellite/_).Content | ConvertFrom-Json).audit}

Try

((curl http://127.0.0.1:14002/api/sno).Content | ConvertFrom-Json).satellites.id | %{"$_"; ((curl http://127.0.0.1:14002/api/sno/satellite/$_).Content | ConvertFrom-Json).audits}

thanks nerdatwork it is an improvement but i was looking for the previous results,Windows PowerShell
Copyright © Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\sorry> ((curl http://127.0.0.1:14002/api/sno).Content | ConvertFrom-Json).satellites.id | %{"_"; ((curl http://127.0.0.1:14002/api/sno/satellite/_).Content | ConvertFrom-Json).audit} 12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo totalCount : 42
successCount : 42
alpha : 17.796338
beta : 0
unknownAlpha : 17.796338
unknownBeta : 0
score : 1
unknownScore : 1

1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE
totalCount : 518
successCount : 514
alpha : 19.99999
beta : 0
unknownAlpha : 19.99999
unknownBeta : 0
score : 1
unknownScore : 1

121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6
totalCount : 901
successCount : 896
alpha : 19.99999
beta : 0
unknownAlpha : 19.99999
unknownBeta : 0
score : 1
unknownScore : 1

12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S
totalCount : 970
successCount : 962
alpha : 19.99999
beta : 0
unknownAlpha : 19.99999
unknownBeta : 0
score : 1
unknownScore : 1

12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs
totalCount : 854
successCount : 849
alpha : 19.99999
beta : 0
unknownAlpha : 19.99999
unknownBeta : 0
score : 1
unknownScore : 1

12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB
totalCount : 61
successCount : 60
alpha : 19.124675
beta : 0
unknownAlpha : 19.124675
unknownBeta : 0
score : 1
unknownScore : 1

PS C:\Users\sorry>

Those metrics are gone but devs were asked if they can add it back.

thanks for the info nerdatwork

1 Like

If you’re interested in vetting progress specifically, the earnings calculator pulls that data directly from the db’s and still works. But it only shows vetting progress and not audit counts for already vetted nodes.

1.21.2 the held amount history is empty. Is there some process yet to run?

Ok pressing the in-page refresh in the payout page made the held history appear

1 Like