Skip to content

Commit

Permalink
chore(main): release prover 12.1.0 (matter-labs#1363)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[12.1.0](matter-labs/zksync-era@prover-v12.0.1...prover-v12.1.0)
(2024-03-12)


### Features

* add run-observability to zk
([matter-labs#1359](matter-labs#1359))
([2b520f6](matter-labs@2b520f6))
* block revert support for consensus component
([matter-labs#1213](matter-labs#1213))
([8a3a938](matter-labs@8a3a938))
* enhance unit test for batch tip
([matter-labs#1253](matter-labs#1253))
([ca7d194](matter-labs@ca7d194))
* Moving 1.4.x to use the circuit_api
([matter-labs#1383](matter-labs#1383))
([8add2d6](matter-labs@8add2d6))
* **prover:** Fixing snark verification keys
([matter-labs#1225](matter-labs#1225))
([5cbef73](matter-labs@5cbef73))
* replacing 1.3.3 test harness with circuit sequencer api
([matter-labs#1382](matter-labs#1382))
([a628d56](matter-labs@a628d56))
* Start using a new test harness interface without generics
([matter-labs#1378](matter-labs#1378))
([1e431a6](matter-labs@1e431a6))


### Bug Fixes

* **api:** SQL: use = instead of ANY where possible in events-related
queries ([matter-labs#1346](matter-labs#1346))
([160b4d4](matter-labs@160b4d4))
* Updated Verification keys
([matter-labs#1414](matter-labs#1414))
([66667d2](matter-labs@66667d2))

---
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 Mar 12, 2024
1 parent 05bf3f9 commit 1d3edab
Show file tree
Hide file tree
Showing 2 changed files with 20 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,4 +1,4 @@
{
"core": "21.0.0",
"prover": "12.0.1"
"prover": "12.1.0"
}
19 changes: 19 additions & 0 deletions prover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [12.1.0](https://github.com/matter-labs/zksync-era/compare/prover-v12.0.1...prover-v12.1.0) (2024-03-12)


### Features

* add run-observability to zk ([#1359](https://github.com/matter-labs/zksync-era/issues/1359)) ([2b520f6](https://github.com/matter-labs/zksync-era/commit/2b520f6e0efc2f996e46d06e66be8eb273138633))
* block revert support for consensus component ([#1213](https://github.com/matter-labs/zksync-era/issues/1213)) ([8a3a938](https://github.com/matter-labs/zksync-era/commit/8a3a938c1ce871e77a478b4cd06b23714a6d7c64))
* enhance unit test for batch tip ([#1253](https://github.com/matter-labs/zksync-era/issues/1253)) ([ca7d194](https://github.com/matter-labs/zksync-era/commit/ca7d19429cf5f0be8451c930423cb9733e55e7b1))
* Moving 1.4.x to use the circuit_api ([#1383](https://github.com/matter-labs/zksync-era/issues/1383)) ([8add2d6](https://github.com/matter-labs/zksync-era/commit/8add2d6d8d5837359f1d309c959d05f23e5393fe))
* **prover:** Fixing snark verification keys ([#1225](https://github.com/matter-labs/zksync-era/issues/1225)) ([5cbef73](https://github.com/matter-labs/zksync-era/commit/5cbef736996a4320437ec6a9c2ffb9da0d66eed0))
* replacing 1.3.3 test harness with circuit sequencer api ([#1382](https://github.com/matter-labs/zksync-era/issues/1382)) ([a628d56](https://github.com/matter-labs/zksync-era/commit/a628d56f449889ae5c5a0e48294e0be3e560728b))
* Start using a new test harness interface without generics ([#1378](https://github.com/matter-labs/zksync-era/issues/1378)) ([1e431a6](https://github.com/matter-labs/zksync-era/commit/1e431a65d17c3fdd3b873e31b3193ac72a0842f9))


### Bug Fixes

* **api:** SQL: use = instead of ANY where possible in events-related queries ([#1346](https://github.com/matter-labs/zksync-era/issues/1346)) ([160b4d4](https://github.com/matter-labs/zksync-era/commit/160b4d4a59851c90ae9f439ac3e960d073a0ea18))
* Updated Verification keys ([#1414](https://github.com/matter-labs/zksync-era/issues/1414)) ([66667d2](https://github.com/matter-labs/zksync-era/commit/66667d2383ee64fec8173275976be2b8e1a8b364))

## [12.0.1](https://github.com/matter-labs/zksync-era/compare/prover-v12.0.0...prover-v12.0.1) (2024-03-05)


Expand Down

0 comments on commit 1d3edab

Please sign in to comment.