Skip to content

Commit

Permalink
Add some details to changelog for babbage update
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jul 8, 2022
1 parent e9cc0d6 commit 254cb9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ changes.

- **BREAKING** Switch to `BabbageEra` and `PlutusV2`
+ `hydra-cardano-api` now uses `Era = BabbageEra` and constructs `PlutusV2` scripts
+ `hydra-plutus` scripts now use the `serializeData` builtin to CBOR encode data on-chain
+ `hydra-node` now deserializes `BabbageEra` transactions (should be backward-compatible)
+ `hydra-plutus` scripts now use the `serialiseData` builtin to CBOR encode data on-chain
+ `hydra-node` now expects `BabbageEra` blocks and produces `BabbageEra` transactions
+ `hydra-cluster` now spins up a stake pool instead of a BFT node (not possible in `Praos` anymore)

#### Fixed

Expand Down

0 comments on commit 254cb9c

Please sign in to comment.