Revert "use default contestation period"
This reverts commit 520a85ca96e5bf851c924dfac2fec03e87f8e908.
This reverts commit 520a85ca96e5bf851c924dfac2fec03e87f8e908.
> now stepHydraNode takes the current time as argument > that allows runToCompletion to not depend on a recent clock time, rather it now derives next current-time as the following after the last known by the node state.
> when calculating the slot drift
Signed-off-by: Sasha Bogicevic <[email protected]>
And sanchonet is gone.
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
And syncs completely before proceeding Signed-off-by: Sasha Bogicevic <[email protected]>
Optimizations applied: * Single-pass serialization: each 'TxOut' is serialized once via @serialiseData . toBuiltinData@ and reused for both UTxO hash checks and accumulator scalar computation. * Combined CRS lookup: the reference input for the CRS is looked up once and decoded only when the membership check is actually reached.
We need to not use bls multiplication rn
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
[BuiltinBLS12_381_G1_Element] Signed-off-by: Sasha Bogicevic <[email protected]>