Skip to content

Commit

Permalink
Merge pull request #503 from IntersectMBO/js/ledgerstate-improvements
Browse files Browse the repository at this point in the history
LedgerState.hs improvements
  • Loading branch information
carbolymer committed Apr 3, 2024
2 parents ba43487 + 2e42f5b commit aad54e8
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 182 deletions.
1 change: 0 additions & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ library internal
, serialise
, small-steps ^>= 1.0
, sop-core
, sop-extras
, stm
, strict-sop-core
, time
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/internal/Cardano/Api/Eras/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ instance ToCardanoEra CardanoEra where

-- | The class of Cardano eras. This allows uniform handling of all Cardano
-- eras, but also non-uniform by making case distinctions on the 'CardanoEra'
-- constructors, or the 'CardanoEraStyle' constructors via `cardanoEraStyle`.
-- constructors.
--
class HasTypeProxy era => IsCardanoEra era where
cardanoEra :: CardanoEra era
Expand Down
Loading

0 comments on commit aad54e8

Please sign in to comment.