Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot committed Dec 16, 2024
1 parent 69f11c7 commit 750804d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"node": "0.6.0"
"node": "0.7.0"
}
15 changes: 15 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.0](https://github.com/matter-labs/era-consensus/compare/v0.6.0...v0.7.0) (2024-12-16)


### Features

* Added tool to recover public keys from secret keys ([#224](https://github.com/matter-labs/era-consensus/issues/224)) ([f1522f8](https://github.com/matter-labs/era-consensus/commit/f1522f8b23ef1a5450e626d187accac6bc637eb1))
* Added view timeout duration as a config parameter ([#222](https://github.com/matter-labs/era-consensus/issues/222)) ([f07fcfa](https://github.com/matter-labs/era-consensus/commit/f07fcfa67e298d53ddeb801ce20c3ea2571e92da))
* loadtest improvements ([#223](https://github.com/matter-labs/era-consensus/issues/223)) ([69f11c7](https://github.com/matter-labs/era-consensus/commit/69f11c7396e4980c3db7999fb8dbb6bc7cff1fe5))


### Bug Fixes

* Fix high vote on informal spec ([#215](https://github.com/matter-labs/era-consensus/issues/215)) ([c586f85](https://github.com/matter-labs/era-consensus/commit/c586f850674517975e2c97b9e2a61f6eca25bdf9))
* TimeoutQC aggregation ([#220](https://github.com/matter-labs/era-consensus/issues/220)) ([8a49824](https://github.com/matter-labs/era-consensus/commit/8a498246b2c2d88d63e51049bb3acd20a8166479))

## [0.6.0](https://github.com/matter-labs/era-consensus/compare/v0.5.0...v0.6.0) (2024-11-14)


Expand Down

0 comments on commit 750804d

Please sign in to comment.