Skip to content

Commit

Permalink
Merge #2832
Browse files Browse the repository at this point in the history
2832: New cardano-alonzo testnet r=newhoggy a=newhoggy



Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Jun 16, 2021
2 parents 45591c0 + 3cd575f commit 481ac3c
Show file tree
Hide file tree
Showing 6 changed files with 798 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,12 @@
- ignore:
name: Use camelCase
within: Gen.Hedgehog.Roundtrip.CBOR
- ignore:
name: Redundant <&>
within: Testnet.CardanoAlonzo
- ignore:
name: Redundant flip
within: Testnet.CardanoAlonzo
- ignore:
name: Redundant duplication
within: Testnet.CardanoAlonzo
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ package cardano-ledger-alonzo-test
source-repository-package
type: git
location: https://github.com/input-output-hk/hedgehog-extras
tag: 8bcd3c9dc22cc44f9fcfe161f4638a384fc7a187
--sha256: 12viwpahjdfvlqpnzdgjp40nw31rvyznnab1hml9afpaxd6ixh70
tag: ccb5648ad3c93744f67e244706a7a3e36dcfbab0
--sha256: 0p9jgpj9cjkg184y1rswz90sw0nq13rld80fa5s59xcyvsa31p7y

source-repository-package
type: git
Expand Down
5 changes: 5 additions & 0 deletions cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ common common-modules
Test.Process
Testnet.Byron
Testnet.CardanoShelley
Testnet.CardanoAlonzo
Testnet.Conf
Testnet.List
Testnet.Shelley
Expand Down Expand Up @@ -88,6 +89,7 @@ executable cardano-node-chairman
, text
, time
, unordered-containers
, yaml

test-suite chairman-tests
import: base, project-config
Expand Down Expand Up @@ -117,6 +119,7 @@ test-suite chairman-tests
, time
, unliftio
, unordered-containers
, yaml

other-modules: Spec.Chairman.Chairman
Spec.Chairman.Byron
Expand Down Expand Up @@ -156,11 +159,13 @@ executable cardano-testnet
, text
, time
, unordered-containers
, yaml

other-modules: Paths_cardano_node_chairman
Testnet.Commands
Testnet.Commands.Byron
Testnet.Commands.CardanoShelley
Testnet.Commands.CardanoAlonzo
Testnet.Commands.Shelley
Testnet.Commands.Version
Testnet.Run
Expand Down

0 comments on commit 481ac3c

Please sign in to comment.