Skip to content

Commit 16a04a9

Browse files
committed
Integrate new tx submission protocol
Co-Author: Armando Santos <[email protected]> Co-Author: Marcin Szamotulski <[email protected]> Co-Author: Marcin Wójtowicz <[email protected]>
1 parent 7ef9375 commit 16a04a9

File tree

11 files changed

+398
-330
lines changed

11 files changed

+398
-330
lines changed

cabal.project

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,22 @@ if impl (ghc >= 9.12)
6464

6565
-- https://github.com/kapralVV/Unique/issues/11
6666
, Unique:hashable
67+
68+
source-repository-package
69+
type: git
70+
location: https://github.com/IntersectMBO/ouroboros-network
71+
tag: 43a567ea7c4cb18832e0bc0263adc912b44a9b41
72+
--sha256: sha256-mLxejNhD8Dhrz1dP0c5iJE6FOhjliHOjPK2QEXFZlJg=
73+
subdir:
74+
cardano-client
75+
cardano-ping
76+
monoidal-synchronisation
77+
network-mux
78+
ntp-client
79+
ouroboros-network
80+
ouroboros-network-api
81+
ouroboros-network-framework
82+
ouroboros-network-mock
83+
ouroboros-network-protocols
84+
ouroboros-network-testing
85+
quickcheck-monoids

flake.lock

Lines changed: 59 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/src/unstable-cardano-testlib/Test/ThreadNet/Infra/TwoEras.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,14 @@ genTestConfig k (EpochSize epochSize1, EpochSize epochSize2) = do
132132
Topo.unionNodeTopology oddTopo $
133133
topo0
134134

135+
txLogicVersion <- elements [minBound..maxBound]
136+
135137
pure TestConfig
136138
{ initSeed
137139
, nodeTopology
138140
, numCoreNodes = NumCoreNodes ncn
139141
, numSlots
142+
, txLogicVersion
140143
}
141144

142145
-- | Generate 'setupPartition'

0 commit comments

Comments
 (0)