-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrations for node-8.11.0
release
#5808
Conversation
9f7e6cd
to
419c362
Compare
4be474a
to
1658c6d
Compare
0235c87
to
ffda6fb
Compare
0ea9935
to
ee158ad
Compare
88417bc
to
808830c
Compare
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/CommitteeAddNew.hs
Outdated
Show resolved
Hide resolved
2fed1d8
to
0eee585
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've fixed changes from my and @Jimbo4350's remarks. Tracing changes look ok for me, but it would be better to get a confirmation from Performance & Tracing team.
Everything else LGTM!
@Lucsanszky can you squash relevant commits together, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Fix the type of `flattenCostModel` Type of the parameter of `CostModel` was changed from `Integer` to `Int64` by: IntersectMBO/cardano-ledger@7c59e3a * Change `fromList` to `unsafeFromList` `fromList` was deprecated by: IntersectMBO/plutus@5879f8e * Add tracing instances for `ConwayUtxoPredFailure` `ConwayUtxoPredFailure` is now different from the one in `Babbage` and thus it needed separate instances. See: IntersectMBO/cardano-ledger@e114203 * Fix `Conway` predicate failure instances The bootstrap phase introduced some constructors that are now matched: IntersectMBO/cardano-ledger@6c5d1e0 * Add `HardForkSpecificNodeToClientVersion3` * Initialise `ucppPlutusV3CostModel` The `PlutusV3` cost model was added to `UpgradeConwayPParams` by: IntersectMBO/cardano-ledger@57bb4c1 * Remove `AlonzoGenErrCostModels` Since `CostModelError` can now be removed due to the fact that `cardano-ledger` turns this into a decoder error, it doesn't make sense to keep this around. See: IntersectMBO/cardano-ledger@e173cf2
* Account for `OpenedVolatileDB` change The slot number was added as a parameter by: IntersectMBO/ouroboros-consensus@cbfbd69 * Account for `ShelleyUpdatedProtocolUpdates` rename It was renamed to `ShelleyUpdatedPParams` by: IntersectMBO/ouroboros-consensus@18f186d * Account for `ChainSync` client improvements See: IntersectMBO/ouroboros-consensus@bf3f09a * Limit on eagerness for `ChainDB`: IntersectMBO/ouroboros-consensus@6f7793c * Tweak volatile DB tracers: IntersectMBO/ouroboros-consensus@cbfbd69 * Skip haddocks with 8.10
d327d69
to
b1d33e8
Compare
Done. Let me know if this is better now. |
Description
Checklist
See Runnings tests for more details
CHANGELOG.md
for affected package.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7
Note on CI
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.