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
We need to add ppCoinsPerUTxOByte to ppWellFormed, but we have to add it only with the protocol version check, i.e. we can't change this behavior without a hardfork.
So, despite that guardrails script already checks that ppCoinsPerUTxOByte is not equal to 0, for consistency sake with the spec we need to also implement it on the ledger side.
The text was updated successfully, but these errors were encountered:
Looks like there was a mistake in the spec and the wrong parameter was used: IntersectMBO/formal-ledger-specifications#571
We need to add
ppCoinsPerUTxOByte
toppWellFormed
, but we have to add it only with the protocol version check, i.e. we can't change this behavior without a hardfork.So, despite that guardrails script already checks that
ppCoinsPerUTxOByte
is not equal to0
, for consistency sake with the spec we need to also implement it on the ledger side.The text was updated successfully, but these errors were encountered: