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
This is a bit meh and we can probably improve that: in the case where the user provides a configuration file, we would like not be tied to the hedgehog-extras/hedgehog APIs like Integration and Property. But this is something we would better do in the future, not in this PR, because it's not required for reaching a first release of cardano-testnet IMHO. And also, it will be some work, because our existing "backend", e.g. cardanoTestnet here is in the Integration monad. So it's not an easy change.
This issue keeps track of making possible, in the case where the user is calling the cardano-tesnetexecutable (as made possible by #6103), to not be tied to a testing monad (the likes of H.Integration and Property). This will be quite a change, because this monad actually spreads to a number of places.
The text was updated successfully, but these errors were encountered:
runTestnet
takes aConf -> H.Integration a
callback, as visible here:cardano-node/cardano-testnet/src/Testnet/Property/Run.hs
Line 41 in dad33d9
This is a bit meh and we can probably improve that: in the case where the user provides a configuration file, we would like not be tied to the
hedgehog-extras
/hedgehog
APIs likeIntegration
andProperty
. But this is something we would better do in the future, not in this PR, because it's not required for reaching a first release ofcardano-testnet
IMHO. And also, it will be some work, because our existing "backend", e.g. cardanoTestnet here is in theIntegration
monad. So it's not an easy change.Originally posted by @smelc in #6103 (comment)
This issue keeps track of making possible, in the case where the user is calling the
cardano-tesnet
executable (as made possible by #6103), to not be tied to a testing monad (the likes ofH.Integration
andProperty
). This will be quite a change, because this monad actually spreads to a number of places.The text was updated successfully, but these errors were encountered: