You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now we use our own internal state to keep track of the required info during a mockchain run. Since we rely on cardano-node-emulator which uses EmulatedLedgerState we could rely on it directly instead of transferring info from one to the other. We need to investigate if that's possible and relevant, and also ensure that cardano-node-emulator will be maintained if we do so.
The text was updated successfully, but these errors were encountered:
For now we use our own internal state to keep track of the required info during a mockchain run. Since we rely on
cardano-node-emulator
which usesEmulatedLedgerState
we could rely on it directly instead of transferring info from one to the other. We need to investigate if that's possible and relevant, and also ensure thatcardano-node-emulator
will be maintained if we do so.The text was updated successfully, but these errors were encountered: