You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vasil hard fork is around the corner and it will enable the Babbage era. The hydra-node is targeting only a single era at a time and currently expects Alonzo blocks and transactions. This means, that the hydra-node will likely not work on the testnet/mainnet once they forked to Babbage anymore.
What
We want to support the Babbage era. Prior work has been performed in spike #280. This branch needs to be rebased on top of our latest additions to the Hydra protocol on master. Then, we need to figure out at least two annoyances:
Babbage does not run on TPraos consensus anymore and hence we don't have BFT-like nodes anymore -> we need to set up proper stake pools for our hydra-cluster tests
The transaction sequence generators have a new interface / got moved in the cardano-ledger
Why
The vasil hard fork is around the corner and it will enable the
Babbage
era. Thehydra-node
is targeting only a single era at a time and currently expectsAlonzo
blocks and transactions. This means, that thehydra-node
will likely not work on the testnet/mainnet once they forked toBabbage
anymore.What
We want to support the Babbage era. Prior work has been performed in spike #280. This branch needs to be rebased on top of our latest additions to the Hydra protocol on master. Then, we need to figure out at least two annoyances:
TPraos
consensus anymore and hence we don't have BFT-like nodes anymore -> we need to set up proper stake pools for ourhydra-cluster
testsHow
cardano-ledger
#420TBD
hydra-node
against a cardano-node on a babbage network?hydra-node
behavior in regards to hard forks? Related to Hydra node software,scripts & protocol updates #191The text was updated successfully, but these errors were encountered: