Types

Link copied to clipboard
object Companion
Link copied to clipboard

The headers in the database do not link together. Recoverable by deleting the database.

Link copied to clipboard

The node was unable to connect to a peer in the database.

Link copied to clipboard

The peer database has no values.

Link copied to clipboard

The peer sent us a potential fork.

Link copied to clipboard
data class FailedPersistence(val warning: String) : Warning

A database failed to persist some data and may retry again

Link copied to clipboard

The provided starting height is deeper than the database history. This should not occur under normal use.

Link copied to clipboard

The node is looking for connections to peers.

Link copied to clipboard

A connection was maintained, but the peer does not signal for compact block filers.

Link copied to clipboard

A connection to a peer timed out.

Link copied to clipboard

The node has been waiting for new inv and will find new peers to avoid block withholding.

Link copied to clipboard

The node failed to respond to a message sent from the client.

Link copied to clipboard
data class TransactionRejected(val txid: String, val reason: String?) : Warning

A transaction got rejected, likely for being an insufficient fee or non-standard transaction.

Link copied to clipboard
data class UnexpectedSyncError(val warning: String) : Warning

An unexpected error occured processing a peer-to-peer message.

Link copied to clipboard

A peer sent us a peer-to-peer message the node did not request.