Packages

object ChainUnitTest extends ChainVerificationLogger with Serializable

Linear Supertypes
Serializable, ChainVerificationLogger, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChainUnitTest
  2. Serializable
  3. ChainVerificationLogger
  4. Logging
  5. AnyRef
  6. 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. val FIRST_BLOCK_HEIGHT: Int

    Height of the first block in populated fixtures

  5. val FIRST_POW_CHANGE: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def createBitcoindV19ChainHandler(bitcoindV19RpcClient: BitcoindV19RpcClient)(implicit ec: ExecutionContext, chainAppConfig: ChainAppConfig): Future[BitcoindV19ChainHandler]
  9. def createBitcoindV19ChainHandler()(implicit system: ActorSystem, chainAppConfig: ChainAppConfig): Future[BitcoindV19ChainHandler]
  10. def createBlockHeaderDAO()(implicit ec: ExecutionContext, appConfig: ChainAppConfig): Future[BlockHeaderDAO]
  11. def createChainApiWithBitcoindRpc(bitcoind: BitcoindRpcClient)(implicit ec: ExecutionContext, chainAppConfig: ChainAppConfig): Future[BitcoindBaseVersionChainHandlerViaRpc]
  12. def createChainHandler()(implicit ec: ExecutionContext, appConfig: ChainAppConfig): Future[ChainHandler]
  13. def createChainHandlerCached()(implicit ec: ExecutionContext, appConfig: ChainAppConfig): Future[ChainHandlerCached]
  14. def createFilterDAO()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[CompactFilterDAO]
  15. def createFilterHeaderDAO()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[CompactFilterHeaderDAO]
  16. def createPopulatedBlockHeaderDAO()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[BlockHeaderDAO]

    Creates and populates BlockHeaderTable with block headers 562375 to 571375

  17. def createPopulatedFilterDAO()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[CompactFilterDAO]
  18. def createPopulatedFilterHeaderDAO()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[CompactFilterHeaderDAO]
  19. def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def debug(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def debug(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def destroyAllTables()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[Unit]
  23. def destroyBitcoind(bitcoind: BitcoindRpcClient)(implicit system: ActorSystem): Future[Unit]
  24. def destroyBitcoindChainApiViaRpc(bitcoindChainHandler: BitcoindBaseVersionChainHandlerViaRpc)(implicit system: ActorSystem, chainAppConfig: ChainAppConfig): Future[Unit]
  25. def destroyBitcoindV19ChainApi(bitcoindV19ChainHandler: BitcoindV19ChainHandler)(implicit system: ActorSystem, chainAppConfig: ChainAppConfig): Future[Unit]
  26. def destroyChainApi()(implicit system: ActorSystem, chainAppConfig: ChainAppConfig): Future[Unit]

    Destroys the chain api, but leaves the bitcoind instance running so we can cache it

  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def error(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def error(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. val genesisFilterDb: CompactFilterDb
  34. val genesisFilterHeaderDb: CompactFilterHeaderDb
  35. val genesisFilterMessage: CompactFilterMessage
  36. val genesisHeaderDb: BlockHeaderDb
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def info(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def info(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  43. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  44. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  47. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  48. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  49. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  50. def makeChainHandler()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[ChainHandlerCached]
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def setupAllTables()(implicit appConfig: ChainAppConfig, ec: ExecutionContext): Future[Unit]
  55. def setupHeaderTableWithGenesisHeader()(implicit ec: ExecutionContext, appConfig: ChainAppConfig): Future[(ChainHandlerCached, BlockHeaderDb)]

    Creates the org.bitcoins.chain.models.BlockHeaderTable and inserts the genesis header

  56. def syncFromBitcoind(bitcoind: BitcoindRpcClient, chainHandler: ChainHandler)(implicit ec: ExecutionContext): Future[ChainApi]

    Syncs the given chain handler to the given bitcoind

  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def trace(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def trace(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. def warn(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  67. def warn(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Serializable

Inherited from ChainVerificationLogger

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped