Packages

object PeerManager extends BitcoinSLogger with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeerManager
  2. Serializable
  3. BitcoinSLogger
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fetchCompactFilterHeaders(state: FilterHeaderSync, chainApi: ChainApi, peerMessageSenderApi: PeerMessageSenderApi, stopBlockHeaderDb: BlockHeaderDb)(implicit ec: ExecutionContext, chainAppConfig: ChainAppConfig): Future[Option[FilterHeaderSync]]
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getCompactFilterStartHeight(chainApi: ChainApi, walletCreationTimeOpt: Option[Instant])(implicit ec: ExecutionContext): Future[Option[Int]]

    Return the starting point for first sync of compact filters from the network

    Return the starting point for first sync of compact filters from the network

    walletCreationTimeOpt

    the time the wallet was created, we will start syncing form this point if given

    returns

    the start height for compact filters

  12. def handleHealthCheck(runningState: NodeRunningState)(implicit nodeAppConfig: NodeAppConfig): Future[NodeRunningState]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def isFiltersOutOfSync(blockCount: Int, oldFilterHeaderCount: Int, currentFilterHeaderCount: Int, oldFilterCount: Int, currentFilterCount: Int): Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: Logger
    Definition Classes
    BitcoinSLogger
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def sendFirstGetCompactFilterHeadersCommand(peerMessageSenderApi: PeerMessageSenderApi, chainApi: ChainApi, stopBlockHeaderDb: BlockHeaderDb, state: FilterHeaderSync)(implicit ec: ExecutionContext, chainConfig: ChainAppConfig): Future[Option[FilterHeaderSync]]

    Sends first getcfheader message.

    Sends first getcfheader message. Returns None if are our filter headers are in sync with our block headers or if the peer we are attempting to send messages to does not support block filters

  21. def sendNextGetCompactFilterCommand(peerMessageSenderApi: PeerMessageSenderApi, chainApi: ChainApi, filterBatchSize: Int, startHeightOpt: Option[Int], stopBlockHash: DoubleSha256DigestBE, peer: Peer)(implicit ec: ExecutionContext): Future[Boolean]

    returns

    a flag indicating if we are syncing or not

  22. def sendNextGetCompactFilterHeadersCommand(peerMessageSenderApi: PeerMessageSenderApi, chainApi: ChainApi, filterHeaderBatchSize: Int, prevStopHash: DoubleSha256DigestBE, stopHash: DoubleSha256DigestBE)(implicit ec: ExecutionContext): Future[Boolean]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped