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
We want to upgrade our Cardano devnet so that it is able to activate babbage and/or conway eras. The babbage era is mandatory in order to test the PallasChainObserver UTxO related functions. Also the code of the devnet is very monolithic and is hard to understand.
What
Refactor the devnet in order to implement the activation of the latest Cardano eras. Also add the capability for the end to end test to use the CardanoChain era reader adapter instead of the Dummy era reader adapter.
How
Refactor the devnet file generation mechanism
Implement the babbage and conway eras hard forks (with possibility to hard fork at given epoch)
Adapt the end to end test accordingly
Adapt the CI accordingly
Optimize execution time for the end to end test
Later
Transition era reader adapter to CardanoChain
Rename all BFT nodes mentions to Full nodes (as there is not anymore BFT nodes in the devnet)
Rotate KES keys script
The text was updated successfully, but these errors were encountered:
Why
We want to upgrade our Cardano
devnet
so that it is able to activatebabbage
and/orconway
eras. Thebabbage
era is mandatory in order to test thePallasChainObserver
UTxO related functions. Also the code of thedevnet
is very monolithic and is hard to understand.What
Refactor the
devnet
in order to implement the activation of the latest Cardano eras. Also add the capability for the end to end test to use theCardanoChain
era reader adapter instead of theDummy
era reader adapter.How
devnet
file generation mechanismbabbage
andconway
eras hard forks (with possibility to hard fork at given epoch)Later
CardanoChain
BFT
nodes mentions toFull
nodes (as there is not anymoreBFT
nodes in thedevnet
)The text was updated successfully, but these errors were encountered: