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
This will require changes to the serialization format, and we will need to keep compatibility with the previous format for some time (it might be fine to not do this for Byron).
The text was updated successfully, but these errors were encountered:
Currently,
OneEraGenTxId
(used for the HFC'sGenTxId
) is an n-ary sum:ouroboros-consensus/ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/HardFork/Combinator/AcrossEras.hs
Line 127 in 8c485b2
Since #1017, motivated by #1009, we already compare these based on the underlying hash, ignoring the index of the n-ary sum:
ouroboros-consensus/ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/HardFork/Combinator/AcrossEras.hs
Lines 164 to 175 in 8c485b2
As mentioned in #1009 (comment), the logical next step is to change
OneEraGenTxId
toto get rid of the n-ary sum completely.
This will require changes to the serialization format, and we will need to keep compatibility with the previous format for some time (it might be fine to not do this for Byron).
The text was updated successfully, but these errors were encountered: