This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Pendulum-1.0.3
- Update computation of confirmationStates (previously "inclusionStates"). These modifications enable a more liveness oriented design. Whether a transaction is confirmed according to
getConfirmationStates
, will depend on relative tx confirmations to exceed the confirmation threshold. There are still some subtle nuances to be considered, that ought to be specified in the near future. The full scope of the finalization design changes will be available in the specifications. - Added trace logs for balance inconsistency checks #209
- Added additional logging for upcoming snapshotting changes #210
- Fixed dag-traversal in LedgerService in #213