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
Hey DB-Sync team, while checking in on the current governance actions via koios, we discovered an issue with the dropped_epoch entries.
According to the documentation: If not null, then this proposal has been dropped at the specfied epoch. A proposal is dropped when it's expired or enacted or when one of its dependencies is expired.
the value should be set to a non-null value in case a proposal expired or got enacted.
However, tests on MainNet, SanchoNet and PreView showed, that the value for dropped_epoch is never set and stays at null.
The proposal was enacted and did not expire. So i think there is a bug that should be corrected that according to the documentation also enacted proposals should get an entry in the dropped_epoch value. Thanks to <@667815879488045056> and <@742729268106231941> for helping to double-check.
The text was updated successfully, but these errors were encountered:
Original message taken from our discord channel:
Hey DB-Sync team, while checking in on the current governance actions via koios, we discovered an issue with the
dropped_epoch
entries.According to the documentation:
If not null, then this proposal has been dropped at the specfied epoch. A proposal is dropped when it's expired or enacted or when one of its dependencies is expired.
the value should be set to a non-null value in case a proposal expired or got enacted.
However, tests on MainNet, SanchoNet and PreView showed, that the value for
dropped_epoch
is never set and stays atnull
.This example was taken from epoch 582:
The proposal was enacted and did not expire. So i think there is a bug that should be corrected that according to the documentation also enacted proposals should get an entry in the
dropped_epoch
value. Thanks to <@667815879488045056> and <@742729268106231941> for helping to double-check.The text was updated successfully, but these errors were encountered: