Skip to content

Commit e7e4679

Browse files
committed
Changelog
1 parent 788be4f commit e7e4679

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Added
1616

17+
- **Development Tools**: Add `setup-taplo` and `setup` Makefile targets to
18+
simplify development environment setup. Add `heartbeats-db-init` target to
19+
initialize heartbeats database. Update `release-validate` script to test only
20+
packages that are tested in CI, avoiding untested packages with failing tests
21+
([#1573](https://github.com/o1-labs/mina-rust/pull/1573))
1722
- **CI**: Add validation workflows for block producer nodes infrastructure,
1823
including connectivity and API capability testing similar to plain nodes
1924
([#1571](https://github.com/o1-labs/mina-rust/pull/1571))
@@ -83,6 +88,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8388

8489
### Changed
8590

91+
- **Development Tools**: Update taplo configuration to exclude `node_modules` and
92+
`target` directories from TOML formatting checks
93+
([#1573](https://github.com/o1-labs/mina-rust/pull/1573))
8694
- **CI**: Speed up CI by decoupling test runs from full build completion.
8795
Created dedicated single-platform build jobs that run only on ubuntu-22.04
8896
to produce artifacts needed for testing, allowing tests to start as soon as
@@ -132,6 +140,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132140
- **tools**: remove producer-dashboard
133141
([#1578](https://github.com/o1-labs/mina-rust/pull/1578))
134142

143+
### Fixed
144+
145+
- **Development Tools**: Fix `fix-trailing-whitespace` Makefile target to work
146+
correctly on macOS by removing conflicting `-e` flag in sed command
147+
([#1573](https://github.com/o1-labs/mina-rust/pull/1573))
148+
135149
## v0.17.0
136150

137151
### OCaml node

0 commit comments

Comments
 (0)