Skip to content

Commit 24762db

Browse files
Soupstrawerikd
authored andcommitted
Copied changes from #4600
1 parent 75ab1b7 commit 24762db

File tree

5 files changed

+85
-86
lines changed

5 files changed

+85
-86
lines changed

cabal.project

Lines changed: 80 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state: 2022-12-11T00:00:00Z
16-
17-
index-state:
18-
, hackage.haskell.org 2022-12-11T00:00:00Z
19-
, cardano-haskell-packages 2022-12-14T00:40:15Z
16+
-- index-state: cardano-haskell-packages 2022-12-14T00:40:15Z
17+
index-state: cardano-haskell-packages 2022-10-31T20:00:00Z
2018

2119
packages:
2220
cardano-api
@@ -92,27 +90,28 @@ constraints:
9290
, protolude >= 0.3.2
9391

9492
-- 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
93+
, cardano-prelude == 0.1.0.1
94+
, base-deriving-via == 0.1.0.0
95+
, cardano-binary == 1.5.0
96+
, cardano-binary-test == 1.3.0
97+
, cardano-crypto-class == 2.0.0.1
98+
, cardano-crypto-praos == 2.0.0.0.1
99+
, cardano-crypto-tests == 2.0.0.0.1
100+
, cardano-slotting == 0.1.0.0
101+
, measures == 0.1.0.0
102+
, orphans-deriving-via == 0.1.0.0
103+
, strict-containers == 0.1.0.0
104+
, plutus-core == 1.0.0.1
105+
, plutus-ledger-api == 1.0.0.1
106+
, plutus-tx == 1.0.0.0
107+
, plutus-tx-plugin == 1.0.0.0
108+
, prettyprinter-configurable == 0.1.0.0
109+
, plutus-ghc-stub == 8.6.5
110+
, word-array == 0.1.0.0
111+
, word-array == 0.1.0.0
112+
, io-classes == 0.2.0.0
113+
, typed-protocols == 0.1.0.0
114+
, typed-protocols-examples == 0.1.0.0
116115

117116
package snap-server
118117
flags: +openssl
@@ -145,59 +144,61 @@ source-repository-package
145144
tag: 4ec92ded05ccf59ba4a874be4b404ac1b6d666b6
146145
--sha256: 00fvvaf4ir4hskq4a6gggbh2wmdvy8j8kn6s4m1p1vlh8m8mq514
147146

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-
147+
-- This is https://github.com/input-output-hk/cardano-ledger/pull/3080
148+
-- which is release/1.1.x + heapword split compatibility.
166149
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-
150+
type: git
151+
location: https://github.com/input-output-hk/cardano-ledger
152+
tag: cb29b038a5e8ae5a91f3e6fbc34b474c27cc1d87
153+
--sha256: 0gxb9xghsacr0qaljhq3qzvmb2f1wwmly89prwqy4fdm9mvqiq95
154+
subdir:
155+
eras/alonzo/impl
156+
eras/alonzo/test-suite
157+
eras/babbage/impl
158+
eras/babbage/test-suite
159+
eras/byron/chain/executable-spec
160+
eras/byron/crypto
161+
eras/byron/crypto/test
162+
eras/byron/ledger/executable-spec
163+
eras/byron/ledger/impl
164+
eras/byron/ledger/impl/test
165+
eras/conway/impl
166+
eras/shelley/impl
167+
eras/shelley/test-suite
168+
eras/shelley-ma/impl
169+
eras/shelley-ma/test-suite
170+
libs/cardano-ledger-core
171+
libs/cardano-ledger-pretty
172+
libs/cardano-protocol-tpraos
173+
libs/cardano-data
174+
libs/vector-map
175+
libs/set-algebra
176+
libs/small-steps
177+
libs/small-steps-test
178+
libs/non-integral
179+
180+
-- 774f3e445e4cadf78d38a2b9d20b620d3b576835 is c764553561bed8978d2c6753d1608dc65449617a+44
181+
-- a38f898a3740925ccaa0617fa870ca7054a485a6 is 774f3e445e4cadf78d38a2b9d20b620d3b576835+1 (strict-containers -> cardano-strict-containers)
182+
-- And has the adjustments for the ledger refactor
196183
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
184+
type: git
185+
location: https://github.com/input-output-hk/ouroboros-network
186+
tag: a38f898a3740925ccaa0617fa870ca7054a485a6
187+
--sha256: 0hdh7xdrvxw943r6qr0xr4kwszindh5mnsn1lww6qdnxnmn7wcsc
188+
subdir:
189+
monoidal-synchronisation
190+
network-mux
191+
ouroboros-consensus
192+
ouroboros-consensus-byron
193+
ouroboros-consensus-cardano
194+
ouroboros-consensus-protocol
195+
ouroboros-consensus-shelley
196+
ouroboros-network
197+
ouroboros-network-framework
198+
ouroboros-network-testing
199+
200+
-- Notes:
201+
-- ledger 1.1.x + heapword split
202+
-- => protolude > 0.3.2
203+
-- => cardano-prelude > 1.0.0.0
204+
-- => 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
@@ -160,7 +160,7 @@ library
160160
, cardano-ledger-shelley ^>= 0.1
161161
, small-steps ^>= 0.1
162162
, stm
163-
, cardano-strict-containers ^>= 0.1
163+
, cardano-strict-containers
164164
, text
165165
, time
166166
, transformers

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ import Numeric.Natural (Natural)
129129
import Data.Aeson (Value (..), object, (.:), (.=))
130130
import qualified Data.Aeson as Aeson
131131
import qualified Data.Aeson.Types as Aeson
132-
import qualified Data.Sequence.Strict as Seq
133132
import Data.Vector (Vector)
134133
import qualified Data.Vector as Vector
135134

@@ -169,6 +168,7 @@ import Cardano.Api.SerialiseTextEnvelope
169168
import Cardano.Api.SerialiseUsing
170169
import Cardano.Api.TxIn
171170
import Cardano.Api.Utils (failEitherWith)
171+
import qualified Data.Sequence.Strict as Seq
172172

173173
-- ----------------------------------------------------------------------------
174174
-- 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)