Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# TODO: disabled for now, building for ARM is too slow
#platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2024-06-01

### Added

- ARM docker builds.

## [0.5.0] - 2024-05-31

### Fixed
Expand Down Expand Up @@ -144,7 +150,9 @@ First public release.
- 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.
- Web-based frontend for the node.

[Unreleased]: https://github.com/openmina/openmina/compare/v0.4.0...develop
[Unreleased]: https://github.com/openmina/openmina/compare/v0.5.1...develop
[0.5.1]: https://github.com/openmina/openmina/releases/tag/v0.5.0...v0.5.1
[0.5.0]: https://github.com/openmina/openmina/releases/tag/v0.4.0...v0.5.0
[0.4.0]: https://github.com/openmina/openmina/releases/tag/v0.3.0...v0.4.0
[0.3.1]: https://github.com/openmina/openmina/releases/tag/v0.3.0...v0.3.1
[0.3.0]: https://github.com/openmina/openmina/releases/tag/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.local.producers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
local-producer-cluster:
container_name: local-producer-cluster
image: openmina/openmina:0.5.0
image: openmina/openmina:0.5.1
entrypoint: ["openmina-node-testing", "scenarios-generate", "--name", "simulation-small-forever-real-time"]
ports:
- 11010:11010
Expand Down