Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge #700
Browse files Browse the repository at this point in the history
700: Move auxiliary definitions from ouroboros-consensus to cardano-ledger r=redxaxder a=redxaxder

This closes #676

Co-authored-by: Michael Hueschen <[email protected]>
Co-authored-by: Alex Byaly <[email protected]>
  • Loading branch information
3 people authored Jan 30, 2020
2 parents c62e2ee + de8db92 commit 23590e4
Show file tree
Hide file tree
Showing 10 changed files with 882 additions and 29 deletions.
9 changes: 6 additions & 3 deletions cardano-ledger/cardano-ledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ library
hs-source-dirs: src
exposed-modules:
Cardano.Chain.Block
Cardano.Chain.Byron.API
Cardano.Chain.Common
Cardano.Chain.Constants
Cardano.Chain.Delegation
Expand All @@ -44,7 +45,10 @@ library
Cardano.Chain.UTxO.Validation
Cardano.Chain.Update
Cardano.Chain.Update.Proposal
Cardano.Chain.Update.Validation.Endorsement
Cardano.Chain.Update.Validation.Interface
Cardano.Chain.Update.Validation.Registration
Cardano.Chain.Update.Validation.Voting
Cardano.Chain.Update.Vote
Cardano.Chain.ValidationMode

Expand Down Expand Up @@ -115,10 +119,7 @@ library
Cardano.Chain.Update.SoftforkRule
Cardano.Chain.Update.SoftwareVersion
Cardano.Chain.Update.SystemTag
Cardano.Chain.Update.Validation.Endorsement
Cardano.Chain.Update.Validation.Interface.ProtocolVersionBump
Cardano.Chain.Update.Validation.Registration
Cardano.Chain.Update.Validation.Voting

build-depends: base >=4.11 && <5
, base58-bytestring
Expand All @@ -131,6 +132,7 @@ library
, cardano-crypto
, cardano-crypto-wrapper
, cardano-prelude
, cborg
, containers
, contra-tracer
, concurrency
Expand Down Expand Up @@ -177,6 +179,7 @@ test-suite cardano-ledger-test
Test.Cardano.Chain.Block.Model.Examples
Test.Cardano.Chain.Block.Validation
Test.Cardano.Chain.Block.ValidationMode
Test.Cardano.Chain.Byron.API

Test.Cardano.Chain.Buildable

Expand Down
Loading

0 comments on commit 23590e4

Please sign in to comment.