[BUG] Get foldBlocks
working with cardano-testnet
#4624
Labels
comp: cardano-testnet
Stale
type: bug
Something is not working
user type: internal
Created by an IOG employee
Internal
Area
Other: Marconi indexer
Summary
Get cardano-testnet running with the foldBlocks function in cardano-api.
Steps to reproduce
Steps to reproduce the behavior:
Testnet.Cardano.testnet
(renamed tocardanoTestnet
on current master, but plutus-apps is on 1.35.3)foldBlocks
on the socket and with the configuration.yaml that testnet usesFailed to read or parse the network config file: Error parsing node config: AesonException \"Error in $: key \\\"ByronGenesisHash\\\" not found\"
After adding the key
ByronGenesisHash
, then the next error is about missingShelleyGenesisHash
, after which the testnet doesn't start.ByronGenesisHash
was created usingreadGenesisData
from cardano-ledger,ShelleyGenesisHash
by implementing the hash creation part from cardano-api:Cardano.Api.LedgerState.Expected behavior
foldBlocks
would start receivingLedgerState
sSystem info (please complete the following information):
The text was updated successfully, but these errors were encountered: