HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

1.0.3-pre-release #206

Closed oracle58 closed 4 years ago

oracle58 commented 4 years ago

Integrated getConfirmationState: "ConfirmationState" (previously "InclusionState") is computed using tx.confirmations and CONFIRMATION_THRESHOLD. This is a preliminary modification to enable a more liveness-oriented design, in which a client does not see the states "pending" / "confirmed", but constant updates of the relative confirmations, until a specifiable threshold is reached, at which we consider a transaction confirmed (finalized). Details will be available in the specifications.