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
- Removed crypto parametrization from ledger eras, which finally allowed us to avoid regression in `ghc-9` and stop using `ghc-8.10.7` for building `cardano-node` releases.
13
+
- Improve performance of ledger snapshot creation by changing how we serialize `UTxO` in the ledger state. This should solve an issue with missed leadership checks due to snapshot creation problem [`ouroboros-consensus#868`](https://github.com/IntersectMBO/ouroboros-consensus/issues/868#issuecomment-2778621189)
14
+
- Add cli to `plutus-debug` executable and provide ability for overridding different parts used for script execution.
15
+
- Much cleanup, re-organization of the code and various minor performance optimizations
0 commit comments