Skip to content

Commit

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


##
[20.3.0](core-v20.2.0...core-v20.3.0)
(2024-01-31)


### Features

* add eth_getBlockReceipts
([#887](#887))
([5dcbcfd](5dcbcfd))
* **eth-sender:** metrics for finalized and safe L1 block numbers
([#972](#972))
([32c1637](32c1637))
* Optimized block tip seal criterion
([#968](#968))
([8049eb3](8049eb3))
* Prover interface and L1 interface crates
([#959](#959))
([4f7e107](4f7e107))

---
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 Jan 31, 2024
1 parent 086ff56 commit c09a6b1
Show file tree
Hide file tree
Showing 2 changed files with 11 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": "20.2.0",
"core": "20.3.0",
"prover": "11.0.0"
}
10 changes: 10 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [20.3.0](https://github.com/matter-labs/zksync-era/compare/core-v20.2.0...core-v20.3.0) (2024-01-31)


### Features

* add eth_getBlockReceipts ([#887](https://github.com/matter-labs/zksync-era/issues/887)) ([5dcbcfd](https://github.com/matter-labs/zksync-era/commit/5dcbcfdeb683b02d17b77031b0a2200fa69ac778))
* **eth-sender:** metrics for finalized and safe L1 block numbers ([#972](https://github.com/matter-labs/zksync-era/issues/972)) ([32c1637](https://github.com/matter-labs/zksync-era/commit/32c163754d5e21b9996267728fe3f527ed8ec4da))
* Optimized block tip seal criterion ([#968](https://github.com/matter-labs/zksync-era/issues/968)) ([8049eb3](https://github.com/matter-labs/zksync-era/commit/8049eb340eadcb2e9844465d8ea15ae8c08e0ef5))
* Prover interface and L1 interface crates ([#959](https://github.com/matter-labs/zksync-era/issues/959)) ([4f7e107](https://github.com/matter-labs/zksync-era/commit/4f7e10783afdff67a24246f17f03b536f743352d))

## [20.2.0](https://github.com/matter-labs/zksync-era/compare/core-v20.1.0...core-v20.2.0) (2024-01-30)


Expand Down

0 comments on commit c09a6b1

Please sign in to comment.