The following functions use error stubs for DijkstraEra and need proper
implementation once Dijkstra is promoted to a RecentEra:
-
lib/api/src/Cardano/Wallet/Api/Types/Era.hsfromReadEra: addApiDijkstraconstructor and mappingfromAnyCardanoEra: addApiDijkstramapping
-
lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx.hsupgradeToOutputConway: handle Dijkstra downgrade case
-
lib/local-cluster/test/unit/Cardano/Wallet/Launch/Cluster/Http/ServiceSpec.hstxOutFromOutput: implement Dijkstra case
-
lib/network-layer/src/Cardano/Wallet/Network/Implementation.hs_getUTxOByTxIn: implement Dijkstra query
-
lib/network-layer/src/Cardano/Wallet/Network/LocalStateQuery/UTxO.hsgetUTxOByTxIn: implement Dijkstra local state query
-
lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Convert.hstoWalletScript: handle new script cases
-
lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Eras.hsfromAnyCardanoEra: implement Dijkstra case
-
lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/Features/Outputs.hstxOutFromOutput: implement Dijkstra case
-
lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/Sealed.hsfromCardanoApiTx: implement Dijkstra case
-
lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/TxExtended.hsfromCardanoTx: implement Dijkstra case
-
lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Shelley.hstoCardanoEra: implement Dijkstra caseforAllBlocks: implement Dijkstra case
-
lib/wallet/src/Cardano/Wallet.hspparamsInRecentEra: implement Dijkstra case
-
lib/wallet/src/Cardano/Wallet/Pools.hswithRecentEraLedgerTx: implement Dijkstra case
-
lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hs- Various functions with wildcard
_ -> errorpatterns
- Various functions with wildcard
The following files suppress deprecation warnings with
{-# OPTIONS_GHC -Wno-deprecations #-} and need migration from
Cardano.Api.Certificate to Cardano.Api.Experimental.Certificate:
lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hslib/wallet/src/Cardano/Wallet/Transaction/Delegation.hslib/wallet/src/Cardano/Wallet/Transaction/Voting.hs