@cardano-ogmios/repl
Advanced tools
Changelog
[3.2.0] - 2021-05-09
ogmios.compact.v1
. When enabled,
Ogmios will omit fields such as witnesses, proofs and signatures from responses to make responses smaller.SubmitTx
failures:
Allegra:
expiredUtxo
is replaced by outsideOfValidityInterval
triesToForgeAda
Mary:
valueNotConserved.consumed
is now a Value
(instead of a DeltaCoin
)valueNotConserved.produced
is now a Value
(instead of a DeltaCoin
)outputTooSmall
items are now of type TxOut[Mary]
tooManyAssetsInOutput
/health
endpoint now returns two additional pieces of information:
networkSynchronization
percentage to indicate how far Ogmios / the node is from the network.currentEra
value to indicate the corresponding Cardano era Ogmios / the node is currently running in.cabal.project
to enable cabal support as well).Dockerfile
, but cache from DockerHub can be leveraged to reduce overall build time when building
from scratch.points
→ point
), and introduce more automated test
to catch this kind of errors more easily.ø