cardano-node-8.8.1: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Tracing.OrphanInstances.Consensus

Orphan instances

HasPrivacyAnnotation ConsensusStartupException Source # 
Instance details

HasPrivacyAnnotation () Source # 
Instance details

HasSeverityAnnotation ConsensusStartupException Source # 
Instance details

HasSeverityAnnotation () Source # 
Instance details

HasTextFormatter ConsensusStartupException Source # 
Instance details

HasTextFormatter () Source # 
Instance details

Methods

formatText :: () -> Object -> Text #

ToObject ConsensusStartupException Source # 
Instance details

ToObject MempoolSize Source # 
Instance details

ToObject BftValidationErr Source #

instances of ToObject

NOTE: this list is sorted by the unqualified name of the outermost type.

Instance details

ToObject DiskSnapshot Source # 
Instance details

Transformable Text IO ConsensusStartupException Source # 
Instance details

Transformable Text IO () Source # 
Instance details

(ToObject (ApplyTxErr blk), ToObject (GenTx blk), ToJSON (GenTxId blk), LedgerSupportsMempool blk) => Transformable Text IO (TraceEventMempool blk) Source # 
Instance details

(ConvertRawHash blk, LedgerSupportsProtocol blk) => Transformable Text IO (TraceChainSyncClientEvent blk) Source # 
Instance details

ConvertRawHash blk => Transformable Text IO (TraceChainSyncServerEvent blk) Source # 
Instance details

Transformable Text IO (TraceLocalTxSubmissionServerEvent blk) Source # 
Instance details

(HasPrivacyAnnotation (TraceAddBlockEvent blk), HasSeverityAnnotation (TraceAddBlockEvent blk), LedgerSupportsProtocol blk, ToObject (TraceAddBlockEvent blk)) => Transformable Text IO (TraceAddBlockEvent blk) Source #

instances of Transformable

NOTE: this list is sorted by the unqualified name of the outermost type.

Instance details

(ConvertRawHash blk, LedgerSupportsProtocol blk, InspectLedger blk, ToObject (Header blk), ToObject (LedgerEvent blk), ToObject (SelectView (BlockProtocol blk))) => Transformable Text IO (TraceEvent blk) Source # 
Instance details

(tx ~ GenTx blk, HasTxId tx, RunNode blk, ToObject (LedgerError blk), ToObject (OtherHeaderEnvelopeError blk), ToObject (ValidationErr (BlockProtocol blk)), ToObject (CannotForge blk), ToObject (ForgeStateUpdateError blk), LedgerSupportsMempool blk) => Transformable Text IO (TraceForgeEvent blk) Source # 
Instance details

(HasPrivacyAnnotation a, HasSeverityAnnotation a, ToObject a) => Transformable Text IO (TraceLabelCreds a) Source # 
Instance details

(ToObject peer, ConvertRawHash blk) => Transformable Text IO (TraceLabelPeer peer (TraceBlockFetchServerEvent blk)) Source # 
Instance details

(ToObject peer, ToObject (TraceChainSyncClientEvent blk)) => Transformable Text IO (TraceLabelPeer peer (TraceChainSyncClientEvent blk)) Source # 
Instance details

(ToObject peer, ToObject (TraceChainSyncServerEvent blk)) => Transformable Text IO (TraceLabelPeer peer (TraceChainSyncServerEvent blk)) Source # 
Instance details

ToJSON t => ToJSON (Enclosing' t) Source # 
Instance details

Methods

toJSON :: Enclosing' t -> Value #

toEncoding :: Enclosing' t -> Encoding #

toJSONList :: [Enclosing' t] -> Value #

toEncodingList :: [Enclosing' t] -> Encoding #

omitField :: Enclosing' t -> Bool #

Generic (Enclosing' t) Source # 
Instance details

Associated Types

type Rep (Enclosing' t) :: Type -> Type Source #

Methods

from :: Enclosing' t -> Rep (Enclosing' t) x Source #

to :: Rep (Enclosing' t) x -> Enclosing' t Source #

HasPrivacyAnnotation (TraceEventMempool blk) Source # 
Instance details

HasPrivacyAnnotation (TraceBlockFetchServerEvent blk) Source # 
Instance details

HasPrivacyAnnotation (TraceChainSyncClientEvent blk) Source # 
Instance details

HasPrivacyAnnotation (TraceChainSyncServerEvent blk) Source # 
Instance details

HasPrivacyAnnotation (TraceLocalTxSubmissionServerEvent blk) Source # 
Instance details

HasPrivacyAnnotation (TraceEvent blk) Source # 
Instance details

HasPrivacyAnnotation (TraceForgeEvent blk) Source # 
Instance details

HasPrivacyAnnotation a => HasPrivacyAnnotation (TraceLabelCreds a) Source # 
Instance details

HasSeverityAnnotation (LedgerEvent blk) Source # 
Instance details

HasSeverityAnnotation (TraceEventMempool blk) Source # 
Instance details

HasSeverityAnnotation (TraceBlockFetchServerEvent blk) Source # 
Instance details

HasSeverityAnnotation (TraceChainSyncClientEvent blk) Source # 
Instance details

HasSeverityAnnotation (TraceChainSyncServerEvent blk) Source # 
Instance details

HasSeverityAnnotation (TraceLocalTxSubmissionServerEvent blk) Source # 
Instance details

HasSeverityAnnotation (TraceEvent blk) Source # 
Instance details

HasSeverityAnnotation (TraceForgeEvent blk) Source # 
Instance details

HasSeverityAnnotation a => HasSeverityAnnotation (TraceLabelCreds a) Source # 
Instance details

LedgerSupportsProtocol blk => HasTextFormatter (TraceAddBlockEvent blk) Source # 
Instance details

(ConvertRawHash blk, LedgerSupportsProtocol blk, InspectLedger blk) => HasTextFormatter (TraceEvent blk) Source # 
Instance details

Methods

formatText :: TraceEvent blk -> Object -> Text #

(tx ~ GenTx blk, ConvertRawHash blk, HasTxId tx, LedgerSupportsMempool blk, LedgerSupportsProtocol blk, LedgerSupportsMempool blk, Show (TxId tx), Show (ForgeStateUpdateError blk), Show (CannotForge blk), LedgerSupportsMempool blk) => HasTextFormatter (TraceForgeEvent blk) Source # 
Instance details

Methods

formatText :: TraceForgeEvent blk -> Object -> Text #

ConvertRawHash blk => ToObject (RealPoint blk) Source # 
Instance details

(StandardHash blk, ToObject (OtherHeaderEnvelopeError blk)) => ToObject (HeaderEnvelopeError blk) Source # 
Instance details

(StandardHash blk, ToObject (ValidationErr (BlockProtocol blk)), ToObject (OtherHeaderEnvelopeError blk)) => ToObject (HeaderError blk) Source # 
Instance details

(StandardHash blk, ToObject (LedgerError blk), ToObject (OtherHeaderEnvelopeError blk), ToObject (ValidationErr (BlockProtocol blk))) => ToObject (ExtValidationError blk) Source # 
Instance details

(ToObject (LedgerUpdate blk), ToObject (LedgerWarning blk)) => ToObject (LedgerEvent blk) Source # 
Instance details

(ToObject (ApplyTxErr blk), ToObject (GenTx blk), ToJSON (GenTxId blk), LedgerSupportsMempool blk) => ToObject (TraceEventMempool blk) Source # 
Instance details

ConvertRawHash blk => ToObject (TraceBlockFetchServerEvent blk) Source # 
Instance details

(ConvertRawHash blk, LedgerSupportsProtocol blk) => ToObject (TraceChainSyncClientEvent blk) Source # 
Instance details

ConvertRawHash blk => ToObject (TraceChainSyncServerEvent blk) Source # 
Instance details

ToObject (TraceLocalTxSubmissionServerEvent blk) Source # 
Instance details

Show (PBftVerKeyHash c) => ToObject (PBftCannotForge c) Source # 
Instance details

Show (PBftVerKeyHash c) => ToObject (PBftValidationErr c) Source # 
Instance details

(ConvertRawHash blk, StandardHash blk, ToObject (LedgerError blk), ToObject (OtherHeaderEnvelopeError blk), ToObject (ValidationErr (BlockProtocol blk))) => ToObject (InvalidBlockReason blk) Source # 
Instance details

(ConvertRawHash blk, LedgerSupportsProtocol blk, ToObject (Header blk), ToObject (LedgerEvent blk), ToObject (SelectView (BlockProtocol blk))) => ToObject (TraceEvent blk) Source # 
Instance details

(RunNode blk, ToObject (LedgerError blk), ToObject (OtherHeaderEnvelopeError blk), ToObject (ValidationErr (BlockProtocol blk)), ToObject (CannotForge blk), ToObject (ForgeStateUpdateError blk)) => ToObject (TraceForgeEvent blk) Source # 
Instance details

ToObject a => ToObject (TraceLabelCreds a) Source # 
Instance details

ConvertRawHash blk => ConvertRawHash (Header blk) Source # 
Instance details

Condense t => Condense (Enclosing' t) Source # 
Instance details

HasTextFormatter (TraceLabelPeer peer (TraceBlockFetchServerEvent blk)) Source # 
Instance details

(BlockSupportsProtocol blk, Show peer, Show (Header blk)) => HasTextFormatter (TraceLabelPeer peer (TraceChainSyncClientEvent blk)) Source # 
Instance details

(StandardHash blk, Show peer) => HasTextFormatter (TraceLabelPeer peer (TraceChainSyncServerEvent blk)) Source # 
Instance details

ConvertRawHash blk => ToObject (TraceChunkValidation blk ChunkNo) Source # 
Instance details