Skip to content

Commit

Permalink
Merge #3518
Browse files Browse the repository at this point in the history
3518: switch to ProtVer 7 in local test cluster r=piotr-iohk a=sadMaxim

<!--
Detail in a few bullet points the work accomplished in this PR.

Before you submit, don't forget to:

* Make sure the GitHub PR fields are correct:
   ✓ Set a good Title for your PR.
   ✓ Assign yourself to the PR.
   ✓ Assign one or more reviewer(s).
   ✓ Link to a Jira issue, and/or other GitHub issues or PRs.
   ✓ In the PR description delete any empty sections
     and all text commented in <!--, so that this text does not appear
     in merge commit messages.

* Don't waste reviewers' time:
   ✓ If it's a draft, select the Create Draft PR option.
   ✓ Self-review your changes to make sure nothing unexpected slipped through.

* Try to make your intent clear:
   ✓ Write a good Description that explains what this PR is meant to do.
   ✓ Jira will detect and link to this PR once created, but you can also
     link this PR in the description of the corresponding Jira ticket.
   ✓ Highlight what Testing you have done.
   ✓ Acknowledge any changes required to the Documentation.
-->


 `Builtins.serialiseData` in PlutusTx drops `\"Forbidden builtin function: (builtin serialiseData)\"`. After change `ProtVer to 7` like in this PR it starts to work. Can we update protocol parameters?



Co-authored-by: sadMaxim <[email protected]>
  • Loading branch information
iohk-bors[bot] and sadMaxim authored Oct 4, 2022
2 parents e550f38 + 5a902b3 commit 31b8a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/Wallet/Shelley/Launch/Cluster.hs
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ generateGenesis dir systemStart initialFunds addPoolsToGenesis = do
-- There are a few smaller features/fixes which are enabled based on
-- the protocol version rather than just the era, so we need to
-- set it to a realisitic value.
, _protocolVersion = Ledger.ProtVer 6 0
, _protocolVersion = Ledger.ProtVer 7 0

-- Sensible pool & reward parameters:
, _nOpt = 3
Expand Down

0 comments on commit 31b8a79

Please sign in to comment.