cardano-scaling / hydra

Implementation of the Hydra Head protocol
https://hydra.family/head-protocol/
Apache License 2.0
280 stars 84 forks source link

Conway support #1177

Closed ch1bo closed 9 months ago

ch1bo commented 11 months ago

Why

Users should be able to keep their Hydra heads open across a hard-fork.

On a Cardano network hard-fork event, it will forge blocks of a different era. Unless the hydra-node is updated to understand also these blocks, they will not be understood and the Hydra protocol transactions cannot be observed.

The next event will be the fork into Conway era in Q1 or Q2 2024.

What

How

TBD

locallycompact commented 10 months ago

Moving to cardano-node 8.7.2 as a first step. https://github.com/input-output-hk/hydra/pull/1199

ffakenz commented 10 months ago

Adding support in IsXEraOnwards type classes as a second step. #1207

ffakenz commented 10 months ago

Adding report error on "unsupported era" as next step. #1219

ffakenz commented 9 months ago

Adding support to survive an era fork as a next step. #1227