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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.10.3] - 2024-10-16
11
+
12
+
### Added
13
+
14
+
- Support for name resolution in peer addresses.
15
+
- Block producer docker compose setup.
16
+
- WASM file containing the webnode is now included in the frontend image.
17
+
- Logging output to the filesystem in addition to stdout.
18
+
- Webnode: peer discovery and p2p based signaling.
19
+
10
20
## [0.10.0] - 2024-10-10
11
21
12
22
### Added
@@ -279,7 +289,8 @@ First public release.
279
289
- Alpha version of the node which can connect and syncup to the berkeleynet network, and keep applying new blocks to maintain consensus state and ledger up to date.
0 commit comments