IntersectMBO / IntersectMBO/cardano-ledger
Flip serialization of `TxIx` in MemPack
Open
- Dominant language
- Haskell
- Stars
- 295
- Forks
- 179
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 29
Description
For the lexicographic order on the serialized form of `TxIn`s to match the Haskell Ord, we need to serialize the `TxIx` inside in big-endian. We implemented this in consensus in https://github.com/IntersectMBO/ouroboros-consensus/pull/1652, but this change should be upstreamed to the ledger.
Contributor guide
Assessment
This issue has not been assessed yet.