Skip to content

Commit

Permalink
Set protocol version in header to 8.0
Browse files Browse the repository at this point in the history
* ported from release/1.35
* also fixes typo in a changelog
  • Loading branch information
disassembler authored and Soupstraw committed Dec 2, 2022
1 parent c1e6813 commit 0a44e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardano-node/ChangeLog.md
Expand Up @@ -33,7 +33,7 @@ None
### node changes

- Update plutus to version 1.0.0.1 to enable SECP at protocol version 8
- Update cardano-crypto-class to version 2.0.0.0.2 to add SECP crypto primitives
- Update cardano-crypto-class to version 2.0.0.0.1 to add SECP crypto primitives
- Update block header advertised version in babbage to 8.0

### plutus changes
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Node/Protocol/Cardano.hs
Expand Up @@ -211,7 +211,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
-- version that this node will declare that it understands, when it
-- is in the Babbage era. Since Babbage is currently the last known
-- protocol version then this is also the Babbage protocol version.
Praos.babbageProtVer = ProtVer 7 0,
Praos.babbageProtVer = ProtVer 8 0,
Praos.babbageMaxTxCapacityOverrides =
TxLimits.mkOverrides TxLimits.noOverridesMeasure
}
Expand Down

0 comments on commit 0a44e00

Please sign in to comment.