txSize reports the incorrect size #1535
Labels
bug
Something isn't working
byron ledger integration
byron
Required for a Byron mainnet: replace the old core nodes with cardano-node
consensus
issues related to ouroboros-consensus
mempool
Milestone
txSize
forByronBlock
includes the encoding overhead for the differentGenTx
constructors:This means that we're over-estimating transaction sizes.
What it should be:
The
byronBlockEncodingOverhead
might have to be revisited and it might have to take the number of transactions an argument.Important: we should check that the size we're reporting matches the expectation.
The text was updated successfully, but these errors were encountered: