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-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.3.1] - 2024-04-05
11
+
12
+
### Changed
13
+
14
+
- Internal improvements to the actions logging mechanism.
15
+
16
+
### Fixed
17
+
18
+
- Corrected sync stats for accounts fetching during ledger sync.
19
+
- Pruning of kademlia streams and requests.
20
+
21
+
### Added
22
+
23
+
- Docker images tagged for each new release.
24
+
- Bootstrap process testing on CI.
25
+
10
26
## [0.3.0] - 2024-03-29
11
27
12
-
### Changes
28
+
### Changed
13
29
14
30
-**Rust Toolchain**: Updated the minimum required Rust toolchain to version 1.77.
15
31
-**Networking**:
@@ -20,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
36
-**Frontend**:
21
37
-**Mobile Compatibility**: Enhanced support for mobile platforms, improving user experience across various devices.
22
38
23
-
### Fixes
39
+
### Fixed
24
40
25
41
-**Staged Ledger**: Resolved an issue where the ledger reconstruct step would block the state machine.
26
42
-**Node Communication**: Fixed a bug where nodes did not respond to ledger queries from bootstrapping peers, enhancing network cooperation.
@@ -29,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
45
-**Backend**:
30
46
-**HTTP RPC**: Corrected an error triggered when querying the `/state` endpoint.
31
47
32
-
### Additions
48
+
### Added
33
49
34
50
-**Bootstrap Efficiency**:
35
51
-**Ledger Synchronization**: Optimized the snarked ledger synchronization process during bootstrap, significantly reducing the time required.
@@ -86,7 +102,8 @@ First public release.
86
102
- 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.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ docker compose up
45
45
46
46
Then visit http://localhost:8070 in your browser.
47
47
48
+
By default, `docker compose up` will use the latest node and frontend images available (tagged with `latest`), but specific versions can be selected by using the `OPENMINA_TAG` and `OPENMINA_FRONTEND_TAG` variables.
49
+
48
50
## How to launch (without docker compose):
49
51
50
52
This installation guide has been tested on Debian and Ubuntu and should work on most distributions of Linux.
0 commit comments