Skip to content

Commit

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


##
[20.7.0](matter-labs/zksync-era@core-v20.6.0...core-v20.7.0)
(2024-02-16)


### Features

* Add input field to CallRequest
([matter-labs#1069](matter-labs#1069))
([5087121](matter-labs@5087121))
* **api:** Remove unused and obsolete token info
([matter-labs#1071](matter-labs#1071))
([e920897](matter-labs@e920897))
* Better errors for JsonRPC calls
([matter-labs#1002](matter-labs#1002))
([079f999](matter-labs@079f999))
* **commitment:** Commitment component
([matter-labs#1024](matter-labs#1024))
([60305ba](matter-labs@60305ba))
* **en:** Make snapshots applier resilient and process storage log
chunks in parallel
([matter-labs#1036](matter-labs#1036))
([805218c](matter-labs@805218c))
* **node_framework:** Resources and layers for ETH clients
([matter-labs#1074](matter-labs#1074))
([776337a](matter-labs@776337a))
* **node_framework:** Support StateKeeper in the framework
([matter-labs#1043](matter-labs#1043))
([a80fff2](matter-labs@a80fff2))


### Bug Fixes

* **api:** Return on duplicate earlier
([matter-labs#1059](matter-labs#1059))
([cfa5701](matter-labs@cfa5701))
* **contract-verifier:** Use optimizer mode in solidity-single-file
verification
([matter-labs#1079](matter-labs#1079))
([fdab638](matter-labs@fdab638))
* Token distribution
([matter-labs#1051](matter-labs#1051))
([bd63b3a](matter-labs@bd63b3a))

---
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 Feb 16, 2024
1 parent c7cfaf9 commit 98f87cd
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": "20.6.0",
"core": "20.7.0",
"prover": "11.0.0"
}
20 changes: 20 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [20.7.0](https://github.com/matter-labs/zksync-era/compare/core-v20.6.0...core-v20.7.0) (2024-02-16)


### Features

* Add input field to CallRequest ([#1069](https://github.com/matter-labs/zksync-era/issues/1069)) ([5087121](https://github.com/matter-labs/zksync-era/commit/5087121db54d49bc5268e3b77790d3315976b69a))
* **api:** Remove unused and obsolete token info ([#1071](https://github.com/matter-labs/zksync-era/issues/1071)) ([e920897](https://github.com/matter-labs/zksync-era/commit/e920897d41583b822eefc72fb5899cfcbeefd621))
* Better errors for JsonRPC calls ([#1002](https://github.com/matter-labs/zksync-era/issues/1002)) ([079f999](https://github.com/matter-labs/zksync-era/commit/079f99941767173f6a3d9824410ca35c3fbf07a5))
* **commitment:** Commitment component ([#1024](https://github.com/matter-labs/zksync-era/issues/1024)) ([60305ba](https://github.com/matter-labs/zksync-era/commit/60305ba2fdb211c4053ab40e0e6c55d4e6f337b0))
* **en:** Make snapshots applier resilient and process storage log chunks in parallel ([#1036](https://github.com/matter-labs/zksync-era/issues/1036)) ([805218c](https://github.com/matter-labs/zksync-era/commit/805218ccca18b2f3ab80881097e5cd98ee926204))
* **node_framework:** Resources and layers for ETH clients ([#1074](https://github.com/matter-labs/zksync-era/issues/1074)) ([776337a](https://github.com/matter-labs/zksync-era/commit/776337a8939831b94a5c86a6eb9b3cdc22a8b689))
* **node_framework:** Support StateKeeper in the framework ([#1043](https://github.com/matter-labs/zksync-era/issues/1043)) ([a80fff2](https://github.com/matter-labs/zksync-era/commit/a80fff2c5be6dba109e844e6c1774f76417def7d))


### Bug Fixes

* **api:** Return on duplicate earlier ([#1059](https://github.com/matter-labs/zksync-era/issues/1059)) ([cfa5701](https://github.com/matter-labs/zksync-era/commit/cfa57019cc0cb3ae784f37d4b1295de20eb1b2c3))
* **contract-verifier:** Use optimizer mode in solidity-single-file verification ([#1079](https://github.com/matter-labs/zksync-era/issues/1079)) ([fdab638](https://github.com/matter-labs/zksync-era/commit/fdab63869c04bb8150963c3d400c9372d35c2ca8))
* Token distribution ([#1051](https://github.com/matter-labs/zksync-era/issues/1051)) ([bd63b3a](https://github.com/matter-labs/zksync-era/commit/bd63b3aa90931b19e31cda17f70db04a1e7e068b))

## [20.6.0](https://github.com/matter-labs/zksync-era/compare/core-v20.5.2...core-v20.6.0) (2024-02-08)


Expand Down

0 comments on commit 98f87cd

Please sign in to comment.