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

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ofo42 committed Oct 17, 2019
1 parent 640f1ca commit 373e84b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 1.0.3
- 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).
- Added trace logs for balance inconsistency checks (#209)
- Added additional logging for upcoming snapshotting changes (#210)
- Added trace logs for balance inconsistency checks #209
- Added additional logging for upcoming snapshotting changes #210
- Optimized logging levels and readability
- Testnet option now uses correct testnet genesis time
- Fixed dag-traversal in LedgerService in #213

## 1.0.2
- Added roundIndex to transaction meta data
Expand Down

0 comments on commit 373e84b

Please sign in to comment.