Merge pull request #1146 from IntersectMBO/erikd/ghc-9.14
Support ghc-9.14
Support ghc-9.14
Replace the partial fromJust call with Either-based error handling by: - Renaming VotesMergingConflict newtype to VotingError sum type - Adding VotingScriptWitnessWithoutVoter constructor for missing voter case - Switching votingScriptWitnessMap from foldl to foldM to thread Either - Applying fix in both Body.hs (old API) and New.hs (experimental API)
Replace the partial fromJust call with Either-based error handling by: - Renaming VotesMergingConflict newtype to VotingError sum type - Adding VotingScriptWitnessWithoutVoter constructor for missing voter case - Switching votingScriptWitnessMap from foldl to foldM to thread Either - Applying fix in both Body.hs (old API) and New.hs (experimental API)
Add trivial `Show` and `Eq` instances for `NoScriptDatum`
Add Copilot instructions to ignore sha256 comment mismatches in cabal.project
Release cardano-rpc-10.2.0.0
Add trivial `Show` and `Eq` instances for `NoScriptDatum`
This reverts commit 6c9550badb0385b66c87ce9cbd5429fd43ba1172.
Add lower bound to proto-lens
Add BLS key support