Describe what the problem is?
It looks like slotLength values of eraSummaries is rounded to an integer, but actually fractional values are possible too.
E.g. here.
We are having troubles with Plutip integration in CTL when using time conversions: Plutonomicon/cardano-transaction-lib#868 (comment)
What should be the expected behavior?
Can we change the type of slotLength to floating-point number?
Describe what the problem is?
It looks like
slotLengthvalues oferaSummariesis rounded to an integer, but actually fractional values are possible too.E.g. here.
We are having troubles with Plutip integration in CTL when using time conversions: Plutonomicon/cardano-transaction-lib#868 (comment)
What should be the expected behavior?
Can we change the type of
slotLengthto floating-point number?