c
com.digitalasset.canton.domain.sequencing.sequencer.ethereum
EthereumLedgerConnection
Companion object EthereumLedgerConnection
class EthereumLedgerConnection extends NamedLogging with AutoCloseable with HasDegradationState[Warn]
Wrapper class that calls the generated methods of the generated web3j code. This class supports Sequencer.sol revisions 1.0.0 and 1.0.1.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EthereumLedgerConnection
- HasDegradationState
- AutoCloseable
- NamedLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EthereumLedgerConnection(conf: EthereumLedgerNodeConfig[AlreadyDeployed], domainManagerId: DomainTopologyManagerId, clock: Clock, loggingConfig: LoggingConfig, loggerFactory: NamedLoggerFactory, skipInitTransactions: Boolean = false)(implicit executionContext: ExecutionContext)
Value Members
- def authorizeEthAccount(toAuthorize: String)(implicit traceContext: TraceContext): Future[TransactionHash]
- def close(): Unit
- Definition Classes
- EthereumLedgerConnection → AutoCloseable
- val conf: EthereumLedgerNodeConfig[AlreadyDeployed]
- def degradationOccurred(error: Warn): Unit
Track that the given error has occurred for the specified key
Track that the given error has occurred for the specified key
- Definition Classes
- HasDegradationState
- def getDegradationState: Option[Warn]
- Definition Classes
- HasDegradationState
- def isDegraded: Boolean
- Definition Classes
- HasDegradationState
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- EthereumLedgerConnection → NamedLogging
- val nonceManager: NonceManager
- def readSequencerBlocksFlowable(configuredOrPersistedFirstBlock: BlockHeight): Flowable[UnparsedBlockContents]
Read sequencer related events block by block from the Ethereum ledger.
Read sequencer related events block by block from the Ethereum ledger. The events are provided as instances of the raw web3j generated java classes. These will likely need to be converted own events however this is left to the caller as it can result in deserialization errors.
- Annotations
- @SuppressWarnings()
- def registerMember(member: String)(implicit traceContext: TraceContext): Future[TransactionHash]
- def resolveDegradationIfExists(message: (Warn) => String): Unit
- Definition Classes
- HasDegradationState
- def sendAsync(submissionRequest: SubmissionRequest, protocolVersion: ProtocolVersion)(implicit traceContext: TraceContext): Future[TransactionHash]
- def sequencer: Sequencer
- Annotations
- @VisibleForTesting()
- def status: Future[SequencerHealthStatus]
- val web3j: Web3j