Skip to content

Commit 3154c69

Browse files
Soupstrawerikd
authored andcommitted
Copied changes from #4600
1 parent 5063aeb commit 3154c69

File tree

5 files changed

+83
-82
lines changed

5 files changed

+83
-82
lines changed

cabal.project

Lines changed: 78 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -92,27 +92,28 @@ constraints:
9292
, protolude >= 0.3.2
9393

9494
-- TODO: these should be set in cabal files, but avoiding setting them in lower dependencies for initial CHaP release
95-
96-
-- Needed until ouroboros-network gets proper bounds
97-
, byron-spec-chain == 0.1.1.1
98-
, byron-spec-ledger == 0.1.1.1
99-
, cardano-binary == 1.5.0
100-
, cardano-ledger-alonzo == 0.1.1.1
101-
, cardano-ledger-babbage == 0.1.1.1
102-
, cardano-ledger-byron == 0.1.1.1
103-
, cardano-ledger-byron-test == 1.4.1
104-
, cardano-ledger-conway == 0.1.1.1
105-
, cardano-ledger-core == 0.1.1.1
106-
, cardano-ledger-pretty == 0.1.1.1
107-
, cardano-ledger-shelley == 0.1.1.1
108-
, cardano-ledger-shelley-ma == 0.1.1.1
109-
, cardano-ledger-shelley-test == 0.1.1.1
110-
, cardano-protocol-tpraos == 0.1.1.1
111-
, hedgehog-extras >= 0.3.0.3
112-
113-
-- We'll need this once ouroboros has been pushed into CHaP
114-
-- extra-packages:
115-
-- ouroboros-consensus-cardano-tools == 0.1.0.0
95+
, cardano-prelude == 0.1.0.1
96+
, base-deriving-via == 0.1.0.0
97+
, cardano-binary == 1.5.0
98+
, cardano-binary-test == 1.3.0
99+
, cardano-crypto-class == 2.0.0.1
100+
, cardano-crypto-praos == 2.0.0.0.1
101+
, cardano-crypto-tests == 2.0.0.0.1
102+
, cardano-slotting == 0.1.0.0
103+
, measures == 0.1.0.0
104+
, orphans-deriving-via == 0.1.0.0
105+
, strict-containers == 0.1.0.0
106+
, plutus-core == 1.0.0.1
107+
, plutus-ledger-api == 1.0.0.1
108+
, plutus-tx == 1.0.0.0
109+
, plutus-tx-plugin == 1.0.0.0
110+
, prettyprinter-configurable == 0.1.0.0
111+
, plutus-ghc-stub == 8.6.5
112+
, word-array == 0.1.0.0
113+
, word-array == 0.1.0.0
114+
, io-classes == 0.2.0.0
115+
, typed-protocols == 0.1.0.0
116+
, typed-protocols-examples == 0.1.0.0
116117

117118
package snap-server
118119
flags: +openssl
@@ -145,59 +146,61 @@ source-repository-package
145146
tag: 4ec92ded05ccf59ba4a874be4b404ac1b6d666b6
146147
--sha256: 00fvvaf4ir4hskq4a6gggbh2wmdvy8j8kn6s4m1p1vlh8m8mq514
147148

148-
-- And has the adjustments for the ledger refactor
149-
source-repository-package
150-
type: git
151-
location: https://github.com/input-output-hk/ouroboros-network
152-
tag: 9128bfcc044fc882decb0cf112545abf9bc2d615
153-
--sha256: 0hdh7xdrvxw943r6qr0xr4kwszindh5mnsn1lww6qdnxnmn7wcsc
154-
subdir:
155-
monoidal-synchronisation
156-
network-mux
157-
ouroboros-consensus
158-
ouroboros-consensus-byron
159-
ouroboros-consensus-cardano
160-
ouroboros-consensus-protocol
161-
ouroboros-consensus-shelley
162-
ouroboros-network
163-
ouroboros-network-framework
164-
ouroboros-network-testing
165-
149+
-- This is https://github.com/input-output-hk/cardano-ledger/pull/3080
150+
-- which is release/1.1.x + heapword split compatibility.
166151
source-repository-package
167-
type: git
168-
location: https://github.com/input-output-hk/cardano-ledger
169-
tag: 49613f11e034485c8377945c86c0465726c0860c
170-
--sha256: 0i9x66yqkrvx2w79dy6lzlya82yxc8567rgjj828vc2d46d6nvx6
171-
subdir:
172-
eras/alonzo/impl
173-
eras/alonzo/test-suite
174-
eras/babbage/impl
175-
eras/babbage/test-suite
176-
eras/byron/chain/executable-spec
177-
eras/byron/crypto
178-
eras/byron/crypto/test
179-
eras/byron/ledger/executable-spec
180-
eras/byron/ledger/impl
181-
eras/byron/ledger/impl/test
182-
eras/shelley/impl
183-
eras/shelley/test-suite
184-
eras/shelley-ma/impl
185-
eras/shelley-ma/test-suite
186-
libs/cardano-ledger-core
187-
libs/cardano-ledger-pretty
188-
libs/cardano-protocol-tpraos
189-
libs/cardano-data
190-
libs/vector-map
191-
libs/set-algebra
192-
libs/small-steps
193-
libs/small-steps-test
194-
libs/non-integral
195-
152+
type: git
153+
location: https://github.com/input-output-hk/cardano-ledger
154+
tag: cb29b038a5e8ae5a91f3e6fbc34b474c27cc1d87
155+
--sha256: 0gxb9xghsacr0qaljhq3qzvmb2f1wwmly89prwqy4fdm9mvqiq95
156+
subdir:
157+
eras/alonzo/impl
158+
eras/alonzo/test-suite
159+
eras/babbage/impl
160+
eras/babbage/test-suite
161+
eras/byron/chain/executable-spec
162+
eras/byron/crypto
163+
eras/byron/crypto/test
164+
eras/byron/ledger/executable-spec
165+
eras/byron/ledger/impl
166+
eras/byron/ledger/impl/test
167+
eras/conway/impl
168+
eras/shelley/impl
169+
eras/shelley/test-suite
170+
eras/shelley-ma/impl
171+
eras/shelley-ma/test-suite
172+
libs/cardano-ledger-core
173+
libs/cardano-ledger-pretty
174+
libs/cardano-protocol-tpraos
175+
libs/cardano-data
176+
libs/vector-map
177+
libs/set-algebra
178+
libs/small-steps
179+
libs/small-steps-test
180+
libs/non-integral
181+
182+
-- 774f3e445e4cadf78d38a2b9d20b620d3b576835 is c764553561bed8978d2c6753d1608dc65449617a+44
183+
-- a38f898a3740925ccaa0617fa870ca7054a485a6 is 774f3e445e4cadf78d38a2b9d20b620d3b576835+1 (strict-containers -> cardano-strict-containers)
184+
-- And has the adjustments for the ledger refactor
196185
source-repository-package
197-
type: git
198-
location: https://github.com/input-output-hk/cardano-prelude
199-
tag: 533aec85c1ca05c7d171da44b89341fb736ecfe5
200-
--sha256: 0z2y3wzppc12bpn9bl48776ms3nszw8j58xfsdxf97nzjgrmd62g
201-
subdir:
202-
cardano-prelude
203-
cardano-prelude-test
186+
type: git
187+
location: https://github.com/input-output-hk/ouroboros-network
188+
tag: a38f898a3740925ccaa0617fa870ca7054a485a6
189+
--sha256: 0hdh7xdrvxw943r6qr0xr4kwszindh5mnsn1lww6qdnxnmn7wcsc
190+
subdir:
191+
monoidal-synchronisation
192+
network-mux
193+
ouroboros-consensus
194+
ouroboros-consensus-byron
195+
ouroboros-consensus-cardano
196+
ouroboros-consensus-protocol
197+
ouroboros-consensus-shelley
198+
ouroboros-network
199+
ouroboros-network-framework
200+
ouroboros-network-testing
201+
202+
-- Notes:
203+
-- ledger 1.1.x + heapword split
204+
-- => protolude > 0.3.2
205+
-- => cardano-prelude > 1.0.0.0
206+
-- => cardano-crypto-class == 2.0.0.1

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ library
161161
, cardano-ledger-shelley ^>= 0.1
162162
, small-steps ^>= 0.1
163163
, stm
164-
, cardano-strict-containers ^>= 0.1
164+
, cardano-strict-containers
165165
, text
166166
, time
167167
, transformers

cardano-api/src/Cardano/Api/Script.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ import Numeric.Natural (Natural)
127127
import Data.Aeson (Value (..), object, (.:), (.=))
128128
import qualified Data.Aeson as Aeson
129129
import qualified Data.Aeson.Types as Aeson
130-
import qualified Data.Sequence.Strict as Seq
131130
import Data.Vector (Vector)
132131
import qualified Data.Vector as Vector
133132

@@ -167,6 +166,7 @@ import Cardano.Api.SerialiseTextEnvelope
167166
import Cardano.Api.SerialiseUsing
168167
import Cardano.Api.TxIn
169168
import Cardano.Api.Utils (failEitherWith)
169+
import qualified Data.Sequence.Strict as Seq
170170

171171
-- ----------------------------------------------------------------------------
172172
-- Types for script language and version

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ library
143143
, cardano-ledger-shelley ^>= 0.1
144144
, set-algebra ^>= 0.1
145145
, split
146-
, cardano-strict-containers ^>= 0.1
146+
, cardano-strict-containers
147147
, text
148148
, time
149149
, transformers

cardano-node/src/Cardano/Node/Run.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,8 @@ mkP2PArguments NodeConfiguration {
622622
, P2P.daReadLocalRootPeers
623623
, P2P.daReadPublicRootPeers
624624
, P2P.daReadUseLedgerAfter
625-
, P2P.daProtocolIdleTimeout = ncProtocolIdleTimeout
626-
, P2P.daTimeWaitTimeout = ncTimeWaitTimeout
627-
, P2P.daDeadlineChurnInterval = 3300
628-
, P2P.daBulkChurnInterval = 300
625+
, P2P.daProtocolIdleTimeout = ncProtocolIdleTimeout
626+
, P2P.daTimeWaitTimeout = ncTimeWaitTimeout
629627
}
630628
where
631629
daPeerSelectionTargets = PeerSelectionTargets {

0 commit comments

Comments
 (0)