Skip to content

Commit

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


##
[20.5.0](core-v20.4.0...core-v20.5.0)
(2024-02-02)


### Features

* **merkle-tree:** Do not wait for tree initialization when starting
node ([#992](#992))
([fdbfcb1](fdbfcb1))


### Bug Fixes

* added consensus column back
([#986](#986))
([b9b48d4](b9b48d4))
* get_block_receipts test
([#989](#989))
([c301359](c301359))
* **vm:** Save empty bootloader memory for batches with ancient vms
([#991](#991))
([af7f64f](af7f64f))

---
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 Feb 2, 2024
1 parent fdbfcb1 commit d2f8023
Show file tree
Hide file tree
Showing 2 changed files with 15 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.4.0",
"core": "20.5.0",
"prover": "11.0.0"
}
14 changes: 14 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [20.5.0](https://github.com/matter-labs/zksync-era/compare/core-v20.4.0...core-v20.5.0) (2024-02-02)


### Features

* **merkle-tree:** Do not wait for tree initialization when starting node ([#992](https://github.com/matter-labs/zksync-era/issues/992)) ([fdbfcb1](https://github.com/matter-labs/zksync-era/commit/fdbfcb1622ee1eccd380e1930ec5401c52b73567))


### Bug Fixes

* added consensus column back ([#986](https://github.com/matter-labs/zksync-era/issues/986)) ([b9b48d4](https://github.com/matter-labs/zksync-era/commit/b9b48d45fa5d854b21c3a3b9ff57665a788a53c5))
* get_block_receipts test ([#989](https://github.com/matter-labs/zksync-era/issues/989)) ([c301359](https://github.com/matter-labs/zksync-era/commit/c30135902afa3c39d1ac0ce2ff3b70f5c1746373))
* **vm:** Save empty bootloader memory for batches with ancient vms ([#991](https://github.com/matter-labs/zksync-era/issues/991)) ([af7f64f](https://github.com/matter-labs/zksync-era/commit/af7f64f37faa5300ae258874d74cdcfe009dfaae))

## [20.4.0](https://github.com/matter-labs/zksync-era/compare/core-v20.3.0...core-v20.4.0) (2024-01-31)


Expand Down

0 comments on commit d2f8023

Please sign in to comment.