Preliminary ghc 9.14 support
Currently using ghc-9.14.0.20251128 (-rc3).
Currently using ghc-9.14.0.20251128 (-rc3).
Currently using ghc-9.14.0.20251128 (-rc3).
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
+ `Γ.globalScripts` is already batch-scoped via `getAllScripts tx utxo₀` (top + subs). + `Γ.globalData` is already batch-scoped via `getAllData tx utxo₀` (top + subs) and then hashed into a map. + `collectP2ScriptsWithContext` (still) unions `txDataMap tx` with `extraData` (so tx-local witness data take precedence).
Signed-off-by: Chris Guiney <[email protected]>