Skip to content

Commit

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


##
[18.10.0](core-v18.9.0...core-v18.10.0)
(2023-12-25)


### Features

* **api:** Add metrics for `jsonrpsee` subscriptions
([#733](#733))
([39fd71c](39fd71c))
* **api:** remove jsonrpc backend
([#693](#693))
([b3f0417](b3f0417))
* applied status snapshots dal
([#679](#679))
([2e9f23b](2e9f23b))
* **en:** Make reorg detector work with pruned data
([#712](#712))
([c4185d5](c4185d5))
* Remove data fetchers
([#694](#694))
([f48d677](f48d677))
* Remove zks_getConfirmedTokens method
([#719](#719))
([9298b1b](9298b1b))


### Bug Fixes

* added waiting for prometheus to finish
([#745](#745))
([eed330d](eed330d))
* **EN:** temporary produce a warning on pubdata mismatch with L1
([#758](#758))
([0a7a4da](0a7a4da))
* **prover:** Add logging for prover + WVGs
([#723](#723))
([d7ce14c](d7ce14c))
* remove leftovers after
[#693](#693)
([#720](#720))
([e93aa35](e93aa35))

---
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 Dec 25, 2023
1 parent 0a7a4da commit 3549704
Show file tree
Hide file tree
Showing 2 changed files with 21 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.9.0",
"core": "18.10.0",
"prover": "10.0.2"
}
20 changes: 20 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [18.10.0](https://github.com/matter-labs/zksync-era/compare/core-v18.9.0...core-v18.10.0) (2023-12-25)


### Features

* **api:** Add metrics for `jsonrpsee` subscriptions ([#733](https://github.com/matter-labs/zksync-era/issues/733)) ([39fd71c](https://github.com/matter-labs/zksync-era/commit/39fd71cc2a0ffda45933fc99c4dac6d9beb92ad0))
* **api:** remove jsonrpc backend ([#693](https://github.com/matter-labs/zksync-era/issues/693)) ([b3f0417](https://github.com/matter-labs/zksync-era/commit/b3f0417fd4512f98d7e579eb5b3b03c7f4b92e18))
* applied status snapshots dal ([#679](https://github.com/matter-labs/zksync-era/issues/679)) ([2e9f23b](https://github.com/matter-labs/zksync-era/commit/2e9f23b46c31a9538d4a55bed75c5df3ed8e8f63))
* **en:** Make reorg detector work with pruned data ([#712](https://github.com/matter-labs/zksync-era/issues/712)) ([c4185d5](https://github.com/matter-labs/zksync-era/commit/c4185d5b6526cc9ec42e6941d76453cb693988bd))
* Remove data fetchers ([#694](https://github.com/matter-labs/zksync-era/issues/694)) ([f48d677](https://github.com/matter-labs/zksync-era/commit/f48d6773e1e30fede44075f8862c68e7a8173cbb))
* Remove zks_getConfirmedTokens method ([#719](https://github.com/matter-labs/zksync-era/issues/719)) ([9298b1b](https://github.com/matter-labs/zksync-era/commit/9298b1b916ad5f81160c66c061370f804d129d97))


### Bug Fixes

* added waiting for prometheus to finish ([#745](https://github.com/matter-labs/zksync-era/issues/745)) ([eed330d](https://github.com/matter-labs/zksync-era/commit/eed330dd2e47114d9d0ea29c074259a0bc016f78))
* **EN:** temporary produce a warning on pubdata mismatch with L1 ([#758](https://github.com/matter-labs/zksync-era/issues/758)) ([0a7a4da](https://github.com/matter-labs/zksync-era/commit/0a7a4da52926d1db8dfe72aef78390cba3754627))
* **prover:** Add logging for prover + WVGs ([#723](https://github.com/matter-labs/zksync-era/issues/723)) ([d7ce14c](https://github.com/matter-labs/zksync-era/commit/d7ce14c5d0434326a1ebf406d77c20676ae526ae))
* remove leftovers after [#693](https://github.com/matter-labs/zksync-era/issues/693) ([#720](https://github.com/matter-labs/zksync-era/issues/720)) ([e93aa35](https://github.com/matter-labs/zksync-era/commit/e93aa358c43e60d5640224e5422a40d91cd4b9a0))

## [18.9.0](https://github.com/matter-labs/zksync-era/compare/core-v18.8.0...core-v18.9.0) (2023-12-19)


Expand Down

0 comments on commit 3549704

Please sign in to comment.