Implement a single testnet
function in cardano-testnet
#4539
Labels
refactor
type: internal feature
Non user-facing functionality
user type: internal
Created by an IOG employee
Uh oh!
There was an error while loading. Please reload this page.
Currently we have four
testnet
functions incardano-testnet
. We should have a singletestnet
function defined as follows:testnet :: TestnetOptions era -> H.Conf -> Integration TestnetRuntime
Where
TestNetOptions era
is defined as follows:We can convert the current multiple definitions of
TestnetOptions
as is to the relevant($era)TestnetOptions
via renamingFor simplicity we will not include a Byron era data constructor because it is unlikely users will want to spin up a Byron testnet
The text was updated successfully, but these errors were encountered: