You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The account tz1QM7QAKgjuZvSVqTU4VYfmvWbAxBBFQRka with unstaked balance 7770760 didn't get into snapshot and therefore was missed in the delegators list in the rewards split.
The bug happened because the account cancelled delegation and the SQL query WHERE account."UnstakedBakerId" != account."DelegateId" was broken, because in Postgres not_null != null returns null instead of true.
Thank you very much for spotting! We will fix it ASAP.
Hi,
I am having a baker fail a TRD invariant.
Specifically, the sum of
delegatedBalance
for alldelegators
does not matchexternalDelegatedBalance
.You can see for yourself with jq:
This started happening during cycle 760. Cycle 759 and prior were fine:
The text was updated successfully, but these errors were encountered: