You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# v0.9.2 - 2022-07-14
2
+
3
+
> This release introduces the epoch commitments feature which allows creating proofs-of-inclusion of a block in the tangle. This feature is also the first step to the development of pruning, local snapshots and will allow more efficient way of syncing a node. This release also improves the parameters of rate-setter that should improve user-experience of issuing new blocks. It also contains various bugfixes and improvements, change of terminology e.g. message -> block etc. as well as replacement of grades of finality with confirmation state.
4
+
5
+
The snapshot has been changed and thus the ledger state is fully reset.
6
+
7
+
- Update wiki cli (#2327)
8
+
- Trigger all async tasks in a separate goroutine. (#2332)
9
+
- Add bootstrap manager. (#2326)
10
+
- Keep epoch contents in permanent storage in epochstorage plugin (#2328)
11
+
- Terminology renaming (#2320)
12
+
- Fix entrynode config (#2321)
13
+
- Epoch commitment metrics (#2293)
14
+
- Minor fixes (#2319)
15
+
- Build(deps): bump moment in /plugins/dagsvisualizer/frontend (#2317)
16
+
- Build(deps): bump moment in /plugins/dashboard/frontend (#2316)
17
+
- Replace GoF with confirmation state (#2313)
18
+
- Improve rate-setter UX (#2315)
19
+
- Epoch Commitments (#2212)
20
+
- Fix faucet (#2306)
21
+
1
22
# v0.9.1 - 2022-06-22
2
23
3
24
> This release introduces the rate setter which allows nodes to estimate their fair rate of block creation and makes removing proof-of-work possible. Congestion is completely handled by the rate-setter and congestion control algorithms (capped at 30 BPS). Access mana is not decaying and is pledged to the node until it's re-pledged to another node. The release also includes new time concepts which make the network more resilient against mana going offline which in the past caused confirmations to stop permanently.
// prepareOutputs creates outputs for different scenarios, if no aliases were provided, new empty outputs are created from buildOptions.outputs balances.
0 commit comments