corda / net.corda.node.services.transactions / BFTSmartUniquenessProvider / <init>

<init>

BFTSmartUniquenessProvider(myAddress: HostAndPort, clusterAddresses: List<HostAndPort>, db: Database)

A UniquenessProvider based on the bft-smart library.

Experimental, not ready for production yet.

A BFTSmartUniquenessProvider starts a BFTSmartServer that joins the notary cluster and stores committed input states and a BFTSmartClient to commit states to the notary cluster.

Parameters

clusterAddresses - the addresses of all BFTSmartUniquenessProviders of the notary cluster

myAddress - the address of this uniqueness provider, must be listed in clusterAddresses