Skip to content

Commit

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


##
[19.2.0](core-v19.1.1...core-v19.2.0)
(2024-01-17)


### Features

* adds `zk linkcheck` to zk tool and updates zk env for `zk linkcheck`
ci usage ([#868](#868))
([d64f584](d64f584))
* **contract-verifier:** Support zkVM solc contract verification
([#854](#854))
([1ed5a95](1ed5a95))
* **en:** Make batch status updater work with pruned data
([#863](#863))
([3a07890](3a07890))
* rewritten gossip sync to be async from block processing
([#711](#711))
([3af4644](3af4644))

---
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 committed Jan 17, 2024
1 parent 1ed5a95 commit 78a3bf1
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": "19.1.1",
"core": "19.2.0",
"prover": "10.1.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

## [19.2.0](https://github.com/matter-labs/zksync-era/compare/core-v19.1.1...core-v19.2.0) (2024-01-17)


### Features

* adds `zk linkcheck` to zk tool and updates zk env for `zk linkcheck` ci usage ([#868](https://github.com/matter-labs/zksync-era/issues/868)) ([d64f584](https://github.com/matter-labs/zksync-era/commit/d64f584f6d505b19cd6424928e9dc68e370e17fd))
* **contract-verifier:** Support zkVM solc contract verification ([#854](https://github.com/matter-labs/zksync-era/issues/854)) ([1ed5a95](https://github.com/matter-labs/zksync-era/commit/1ed5a95462dbd73151acd8afbc4ab6158a2aecda))
* **en:** Make batch status updater work with pruned data ([#863](https://github.com/matter-labs/zksync-era/issues/863)) ([3a07890](https://github.com/matter-labs/zksync-era/commit/3a07890dacebf6179636c44d7cce1afd21ab49eb))
* rewritten gossip sync to be async from block processing ([#711](https://github.com/matter-labs/zksync-era/issues/711)) ([3af4644](https://github.com/matter-labs/zksync-era/commit/3af4644f428af0328cdea0fbae8a8f965489c6c4))

## [19.1.1](https://github.com/matter-labs/zksync-era/compare/core-v19.1.0...core-v19.1.1) (2024-01-12)


Expand Down

0 comments on commit 78a3bf1

Please sign in to comment.