The Cardano blockchain recently introduced a tiered fee calculation for transactions involving reference scripts with the Conway era (Chang Hardfork).
This task is to implement the same tiered fee calculation mechanism in the catalyst_cardano_serialization package
Use Case
This modification is necessary to align with the changes in the Cardano Conway era, ensuring that reference script sizes are properly accounted for in transaction fees.
It improves the security and performance of the blockchain by preventing potential abuse of large reference scripts while maintaining reasonable fees for most DApp transactions.
Feature Title
Tiered fee calculation for reference scripts
Feature Description
The Cardano blockchain recently introduced a tiered fee calculation for transactions involving reference scripts with the Conway era (Chang Hardfork).
This task is to implement the same tiered fee calculation mechanism in the
catalyst_cardano_serialization
packageUse Case
This modification is necessary to align with the changes in the Cardano Conway era, ensuring that reference script sizes are properly accounted for in transaction fees.
It improves the security and performance of the blockchain by preventing potential abuse of large reference scripts while maintaining reasonable fees for most DApp transactions.
Is this a modification to an existing feature?
Yes