Skip to content

Commit 7ae44e9

Browse files
committed
WIP: update ledger and index-state
1 parent ff4b7ca commit 7ae44e9

File tree

3 files changed

+32
-55
lines changed

3 files changed

+32
-55
lines changed

cabal.project

Lines changed: 29 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-06-22T20:18:27Z
17-
, cardano-haskell-packages 2025-07-28T14:33:19Z
17+
, cardano-haskell-packages 2025-08-21T00:00:00Z
1818

1919
packages:
2020
cardano-api
@@ -178,61 +178,39 @@ allow-newer:
178178

179179
source-repository-package
180180
type: git
181-
location: https://github.com/input-output-hk/kes-agent
182-
tag: 60acf5d1c949695dc7822945b18fc916e7ef4391
183-
--sha256: sha256-oTsxaFAs1c/H0oYLhiivO5mr48oHNsPi5k2XyXxwCJg=
181+
location: https://github.com/IntersectMBO/cardano-ledger
182+
tag: 4edd7fd8b7101d24625c88d45c31f15e6345998e
183+
--sha256: sha256-cJQIEmKeGDOkvNMm4Gmhp3l0Ikhpu/PQD9WqzSZWB68=
184184
subdir:
185-
kes-agent
186-
187-
source-repository-package
188-
type: git
189-
location: https://github.com/IntersectMBO/ouroboros-network
190-
tag: 253316ae1c5ec0eaf79f306eac1986969b7842a4
191-
--sha256: sha256-0HZ49kIgCrv/H9I/aUb+wFfRiVuZMrUofJFdgWPG17o=
192-
subdir: ouroboros-network-api
193-
ouroboros-network
194-
ouroboros-network-framework
195-
ouroboros-network-protocols
196-
197-
source-repository-package
198-
type: git
199-
location: https://github.com/IntersectMBO/cardano-ledger
200-
tag: ca8d451bbce11dde3b68e99782c79f9b4c1dfca5
201-
--sha256: sha256-YHIscWnp9GrFn0EYGM7xd8Ds8x0O00FWBAIZX22bWpA=
202-
subdir:
203-
eras/allegra/impl
204-
eras/alonzo/impl
205-
eras/alonzo/test-suite
206-
eras/babbage/impl
207-
eras/babbage/test-suite
208-
eras/byron/chain/executable-spec
209-
eras/byron/crypto
210-
eras/byron/ledger/executable-spec
211-
eras/byron/ledger/impl
212-
eras/conway/impl
213-
eras/conway/test-suite
214-
eras/dijkstra/
215-
eras/mary/impl
216-
eras/shelley/impl
217-
eras/shelley-ma/test-suite
218-
eras/shelley/test-suite
219-
libs/cardano-data
220-
libs/cardano-ledger-api
221-
libs/cardano-ledger-binary
222-
libs/cardano-ledger-core
223-
libs/cardano-ledger-test
224-
libs/cardano-protocol-tpraos
225-
libs/constrained-generators
226-
libs/non-integral
227-
libs/set-algebra
228-
libs/small-steps
229-
libs/vector-map
185+
eras/allegra/impl
186+
eras/alonzo/impl
187+
eras/alonzo/test-suite
188+
eras/babbage/impl
189+
eras/byron/chain/executable-spec
190+
eras/byron/crypto
191+
eras/byron/ledger/executable-spec
192+
eras/byron/ledger/impl
193+
eras/conway/impl
194+
eras/dijkstra
195+
eras/mary/impl
196+
eras/shelley/impl
197+
eras/shelley-ma/test-suite
198+
eras/shelley/test-suite
199+
libs/cardano-data
200+
libs/cardano-ledger-api
201+
libs/cardano-ledger-binary
202+
libs/cardano-ledger-core
203+
libs/cardano-protocol-tpraos
204+
libs/non-integral
205+
libs/set-algebra
206+
libs/small-steps
207+
libs/vector-map
230208

231209
source-repository-package
232210
type: git
233211
location: https://github.com/IntersectMBO/ouroboros-consensus
234-
tag: 26c831eb40bd15750ef8243285466fe9bd582cf7
235-
--sha256: sha256-oTsxaFAs1c/H0oYLhiivO5mr48oHNsPi5k2XyXxwCJg=
212+
tag: e62e46a91e1912dede59ee48ce55bd09574ca72a
213+
--sha256: sha256-up0zy9tN1+wOxFO2cD/9W69HVaZjw8+aL8jJPf7LTCw=
236214
subdir:
237215
ouroboros-consensus
238216
ouroboros-consensus-cardano

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ library
125125
cardano-data >=1.0,
126126
cardano-ledger-allegra >=1.7,
127127
cardano-ledger-alonzo >=1.13,
128-
cardano-ledger-api:{cardano-ledger-api, testlib} >=1.11,
128+
cardano-ledger-api >=1.11,
129129
cardano-ledger-babbage >=1.11,
130130
cardano-ledger-binary >=1.6,
131131
cardano-ledger-byron >=1.2,
@@ -344,7 +344,6 @@ test-suite cardano-api-test
344344
cardano-crypto-class ^>=2.2.1,
345345
cardano-crypto-tests ^>=2.2,
346346
cardano-ledger-alonzo,
347-
cardano-ledger-api >=1.9,
348347
cardano-ledger-binary,
349348
cardano-ledger-conway,
350349
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.14,
@@ -416,7 +415,6 @@ test-suite cardano-api-golden
416415
cardano-crypto-class ^>=2.2.1,
417416
cardano-data >=1.0,
418417
cardano-ledger-alonzo,
419-
cardano-ledger-api >=1.9,
420418
cardano-ledger-binary,
421419
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.14,
422420
cardano-ledger-shelley,

cardano-api/src/Cardano/Api/Ledger/Internal/Reexport.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ import Cardano.Ledger.Keys
335335
import Cardano.Ledger.Mary.Value (MultiAsset (..))
336336
import Cardano.Ledger.Plutus.Data (Data (..), unData)
337337
import Cardano.Ledger.Plutus.Language (Language, Plutus, languageToText, plutusBinary)
338-
import Cardano.Ledger.PoolParams (PoolMetadata (..), PoolParams (..), StakePoolRelay (..))
338+
import Cardano.Ledger.State (PoolMetadata (..), PoolParams (..), StakePoolRelay (..))
339339
import Cardano.Ledger.Shelley.API
340340
( AccountState
341341
, GenDelegPair (..)
@@ -344,6 +344,7 @@ import Cardano.Ledger.Shelley.API
344344
, WitVKey (..)
345345
, hashKey
346346
, hashVerKeyVRF
347+
, ChainAccountState (..)
347348
)
348349
import Cardano.Ledger.Shelley.Genesis
349350
( ShelleyGenesisStaking (..)

0 commit comments

Comments
 (0)