Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 373e84b

Browse files
committed
Update CHANGELOG.md
1 parent 640f1ca commit 373e84b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## 1.0.3
22
- 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](https://github.com/HelixNetwork/helix-specs/tree/master/specs/1.0).
3-
- Added trace logs for balance inconsistency checks (#209)
4-
- Added additional logging for upcoming snapshotting changes (#210)
3+
- Added trace logs for balance inconsistency checks #209
4+
- Added additional logging for upcoming snapshotting changes #210
55
- Optimized logging levels and readability
66
- Testnet option now uses correct testnet genesis time
7+
- Fixed dag-traversal in LedgerService in #213
78

89
## 1.0.2
910
- Added roundIndex to transaction meta data

0 commit comments

Comments
 (0)