IntersectMBO / IntersectMBO/formal-ledger-specifications
Implement txSize check
- Dominant language
- Agda
- Stars
- 52
- Forks
- 20
- Avg merge
- 6d 14h
- Merged PRs (30d)
- 7
Description
The size of the transaction, that is the sum of the sizes of all subtransactions plus the size of the top-level transaction, must be less than maxTxSize [CIP](https://github.com/cardano-foundation/CIPs/pull/862/changes#diff-1929c326c087aa04993b632b66a99d039d8d069201a48f85153efa7a33b917ecR185)
Contributor guide
Research direction
Start with the linked CIP section and search the repository for transaction-size definitions and maxTxSize checks. Identify how top-level and subtransaction sizes are represented, then implement the stated limit so the total size is less than maxTxSize. Done means the check is enforced for the complete transaction.
Written by the indexing model from the issue text.
Assessment
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100