quantadex / distributed_quanta_bridge

The distributed version of the quanta bridge
1 stars 0 forks source link

Feature request: Get ETH crosschain address easier V2 #41

Closed quocble closed 5 years ago

quocble commented 5 years ago

Least Recently Used

type CrosschainAddress struct {
    Address    string
    QuantaAddr string
    TxHash     string
    Blockchain string
        Shared bool
        LastBlockNumber  uint64 // new
    Updated    time.Time
}

On new transaction

Everytime we see a transaction, update the LastBlockNumber

Implementation Configuration

Add new address pool

**GenerateMultisig***

Request&Commit Since nodes could be different states, we should introduce a request and commit. MORE INFO later.