Skip to content

Commit 0e45dea

Browse files
chore(main): release core 18.2.0 (#528)
🤖 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).
1 parent 698dbc3 commit 0e45dea

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk/zksync-rs": "0.4.0",
3-
"core": "18.1.0",
3+
"core": "18.2.0",
44
"prover": "9.0.0"
55
}

core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [18.2.0](https://github.com/matter-labs/zksync-era/compare/core-v18.1.0...core-v18.2.0) (2023-11-27)
4+
5+
6+
### Features
7+
8+
* **en:** Implement gossip fetcher ([#371](https://github.com/matter-labs/zksync-era/issues/371)) ([a49b61d](https://github.com/matter-labs/zksync-era/commit/a49b61d7769f9dd7b4cbc4905f8f8a23abfb541c))
9+
* **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))
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
* **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))
17+
* **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+
319
## [18.1.0](https://github.com/matter-labs/zksync-era/compare/core-v18.0.3...core-v18.1.0) (2023-11-20)
420

521

0 commit comments

Comments
 (0)