Closed quocble closed 5 years ago
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
MINIMUM_BLOCK_REUSE > (24*60*60*5)/14
Add new address pool
**GenerateMultisig***
Request&Commit Since nodes could be different states, we should introduce a request and commit. MORE INFO later.
Least Recently Used
On new transaction
Everytime we see a transaction, update the LastBlockNumber
Implementation Configuration
MINIMUM_BLOCK_REUSE > (24*60*60*5)/14
greater than 5 days old.Add new address pool
**GenerateMultisig***
Request&Commit Since nodes could be different states, we should introduce a request and commit. MORE INFO later.