input-output-hk / catalyst-voices

🎙️ Catalyst Voices provides a unified experience and platform including production-ready liquid democracy, meaningful collaboration opportunities & data-driven context for better onboarding & decisions.
https://input-output-hk.github.io/catalyst-voices/
Apache License 2.0
26 stars 8 forks source link

[Feature]: Implement tiered fee calculation for the Conway era #870

Closed ilap closed 1 month ago

ilap commented 1 month ago

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 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.

Is this a modification to an existing feature?

Yes