Skip to content

Commit

Permalink
chore(main): release core 18.1.0 (#506)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[18.1.0](core-v18.0.3...core-v18.1.0)
(2023-11-20)


### Features

* added consensus types and consensus column to miniblocks table
([#490](#490))
([f9ae0ad](f9ae0ad))
* Adds `prover_group_id` label into `fri_prover_prover_job` metric
([#503](#503))
([851e800](851e800))
* **core:** adds a get proof endpoint in zks namespace to http endpoint
on main node
([#504](#504))
([0ac4a4d](0ac4a4d))
* **merkle tree:** Allow random-order tree recovery
([#485](#485))
([146e4cf](146e4cf))


### Bug Fixes

* **core:** add tree url to jsonrpsee server on main node
([#512](#512))
([7c137b7](7c137b7))
* Fixes panic on unknown FRI prover group id
([#522](#522))
([1c315f3](1c315f3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
zksync-era-bot authored Nov 21, 2023
1 parent c88c436 commit 89af5a4
Show file tree
Hide file tree
Showing 2 changed files with 17 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,5 +1,5 @@
{
"sdk/zksync-rs": "0.4.0",
"core": "18.0.3",
"core": "18.1.0",
"prover": "9.0.0"
}
16 changes: 16 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [18.1.0](https://github.com/matter-labs/zksync-era/compare/core-v18.0.3...core-v18.1.0) (2023-11-20)


### Features

* added consensus types and consensus column to miniblocks table ([#490](https://github.com/matter-labs/zksync-era/issues/490)) ([f9ae0ad](https://github.com/matter-labs/zksync-era/commit/f9ae0ad56b17fffa4b400ec2376517a2b630b862))
* Adds `prover_group_id` label into `fri_prover_prover_job` metric ([#503](https://github.com/matter-labs/zksync-era/issues/503)) ([851e800](https://github.com/matter-labs/zksync-era/commit/851e800721a627742d6781d6162009d61f83c1af))
* **core:** adds a get proof endpoint in zks namespace to http endpoint on main node ([#504](https://github.com/matter-labs/zksync-era/issues/504)) ([0ac4a4d](https://github.com/matter-labs/zksync-era/commit/0ac4a4ddb87d7728a99a29df9adeded5822e1def))
* **merkle tree:** Allow random-order tree recovery ([#485](https://github.com/matter-labs/zksync-era/issues/485)) ([146e4cf](https://github.com/matter-labs/zksync-era/commit/146e4cf2f8d890ff0a8d33229e224442e14be437))


### Bug Fixes

* **core:** add tree url to jsonrpsee server on main node ([#512](https://github.com/matter-labs/zksync-era/issues/512)) ([7c137b7](https://github.com/matter-labs/zksync-era/commit/7c137b72b16a8671a27c24b378d33320877d6557))
* Fixes panic on unknown FRI prover group id ([#522](https://github.com/matter-labs/zksync-era/issues/522)) ([1c315f3](https://github.com/matter-labs/zksync-era/commit/1c315f3245be770ad729c19977861b79d9e438a5))

## [18.0.3](https://github.com/matter-labs/zksync-era/compare/core-v18.0.2...core-v18.0.3) (2023-11-16)


Expand Down

0 comments on commit 89af5a4

Please sign in to comment.