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
Previously (before db-sync 10.0), the value inserted in the activeEpochNo did not match the actual behavior of the ledger rules.
If the pool is found in _pParams of PState before the current block it's epoch + 3 (retirements in the current block are irrelevant) if it's not found, but there is already another PoolReg in the current block it's epoch + 3 again (we can check this from the db). Any other case is epoch + 2.
Previously (before
db-sync 10.0
), the value inserted in theactiveEpochNo
did not match the actual behavior of the ledger rules.If the pool is found in
_pParams
ofPState
before the current block it'sepoch + 3
(retirements in the current block are irrelevant) if it's not found, but there is already anotherPoolReg
in the current block it'sepoch + 3
again (we can check this from the db). Any other case isepoch + 2
.Related
db-sync
issue: IntersectMBO/cardano-db-sync#610The text was updated successfully, but these errors were encountered: