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
+22
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
# v0.9.0 - 2022-06-16
2
+
3
+
> This major release introduces concurrency throughout the node with asynchronous events and parallelized booking. This is achieved with serix, a generic deterministic serialization library, and through generic thread-safe data models. The ledger and conflictDAG and output processing (introduction of UTXO VM) have been completely rewritten. The Blockfactory received a total revamp as well and tip selection should show better behavior in resolving conflicts. In addition, a bunch of unused modules and code have been removed rendering the project overall more readable. The short identifier of a nodeID has been adjusted to show the first 8 characters of the full identity.
4
+
5
+
The snapshot has been changed and thus the ledger state is fully reset.
6
+
- Refactor MessageFactory, introduce ReferenceProvider and OrphanageManager (#2240)
7
+
- Refactor models to be thread-safe with serix (#2248)
8
+
- Remove future markers (#2241)
9
+
- Delete unused modules (#2234)
10
+
- Change identity.ID short representation (#2238)
11
+
- Build(deps): bump eventsource in /plugins/dagsvisualizer/frontend (#2235)
12
+
- Refactor models to use generic base models (#2231)
13
+
- Build(deps): bump eventsource in /plugins/analysis/dashboard/frontend (#2233)
14
+
- Build(deps): bump eventsource in /plugins/dashboard/frontend (#2232)
15
+
- Multithreaded booking and new data flow with solidification of transactions (#2151)
16
+
- Reviewdog version bump (#2223)
17
+
- Fix serializer package dependency (#2219)
18
+
- Force static linking of final binary in builtin script (#2216)
19
+
- GoReleaser dryrun on PRs (#2213)
20
+
- Update marker docs (#2146)
21
+
22
+
1
23
# v0.8.14 - 2022-05-16
2
24
3
25
> Minor revision introducing small docker changes.
0 commit comments