Skip to content

Commit

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


##
[18.2.0](core-v18.1.0...core-v18.2.0)
(2023-11-27)


### Features

* **en:** Implement gossip fetcher
([#371](#371))
([a49b61d](a49b61d))
* **state-keeper:** reapply computational gas limit
([#544](#544))
([698dbc3](698dbc3))
* **state-keeper:** Remove computational gas limit from boojum protocol
version ([#536](#536))
([e59a7c6](e59a7c6))


### Bug Fixes

* **core:** differentiate l2 to l1 logs tree size for pre and post
boojum batches
([#538](#538))
([1e9e556](1e9e556))
* **proof_data_handler:** Feature flag state_diff_hash check
([#545](#545))
([0cab378](0cab378))
* **prover:** use a more performant query to get next job for FRI prover
([#527](#527))
([2cddf3c](2cddf3c))

---
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 27, 2023
1 parent 698dbc3 commit 0e45dea
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.1.0",
"core": "18.2.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.2.0](https://github.com/matter-labs/zksync-era/compare/core-v18.1.0...core-v18.2.0) (2023-11-27)


### Features

* **en:** Implement gossip fetcher ([#371](https://github.com/matter-labs/zksync-era/issues/371)) ([a49b61d](https://github.com/matter-labs/zksync-era/commit/a49b61d7769f9dd7b4cbc4905f8f8a23abfb541c))
* **state-keeper:** reapply computational gas limit ([#544](https://github.com/matter-labs/zksync-era/issues/544)) ([698dbc3](https://github.com/matter-labs/zksync-era/commit/698dbc355af3220bbcb608ced2559362e96204de))
* **state-keeper:** Remove computational gas limit from boojum protocol version ([#536](https://github.com/matter-labs/zksync-era/issues/536)) ([e59a7c6](https://github.com/matter-labs/zksync-era/commit/e59a7c6552a9c99e56f0d37103386acac6a9c1b5))


### Bug Fixes

* **core:** differentiate l2 to l1 logs tree size for pre and post boojum batches ([#538](https://github.com/matter-labs/zksync-era/issues/538)) ([1e9e556](https://github.com/matter-labs/zksync-era/commit/1e9e55651a95b509b5dfd644b8f9f3c718e41804))
* **proof_data_handler:** Feature flag state_diff_hash check ([#545](https://github.com/matter-labs/zksync-era/issues/545)) ([0cab378](https://github.com/matter-labs/zksync-era/commit/0cab378886d4408a28bb1b71afb3e46c0b82a7c6))
* **prover:** use a more performant query to get next job for FRI prover ([#527](https://github.com/matter-labs/zksync-era/issues/527)) ([2cddf3c](https://github.com/matter-labs/zksync-era/commit/2cddf3c0fa786394161060445aa8a085173e3f71))

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


Expand Down

0 comments on commit 0e45dea

Please sign in to comment.