Skip to content

Releases: matter-labs/zksync-era

core: v18.13.0

02 Jan 14:20
357fa98
Compare
Choose a tag to compare

18.13.0 (2024-01-02)

Features

  • contract-verifier: add zksolc v1.3.19 (#797) (2635570)
  • Remove generic bounds on L1GasPriceProvider (#792) (edf071d)
  • Remove TPS limiter from TX Sender (#793) (d0e9296)

core: v18.12.0

25 Dec 23:56
3a0ec35
Compare
Choose a tag to compare

18.12.0 (2023-12-25)

Features

  • get-tokens: filter tokens by well_known (#767) (9c99e13)

core: v18.11.0

25 Dec 21:03
be5306f
Compare
Choose a tag to compare

18.11.0 (2023-12-25)

Features

  • Revert "feat: Remove zks_getConfirmedTokens method" (#765) (6e7ed12)

core: v18.10.3

25 Dec 17:27
46ab40b
Compare
Choose a tag to compare

18.10.3 (2023-12-25)

Bug Fixes

  • core: do not unwrap unexisting calldata in commitment and regenerate it (#762) (ec104ef)

core: v18.10.2

25 Dec 14:20
2cc3ed5
Compare
Choose a tag to compare

18.10.2 (2023-12-25)

Bug Fixes

core: v18.10.1

25 Dec 11:30
6c5dbb8
Compare
Choose a tag to compare

18.10.1 (2023-12-25)

Bug Fixes

  • sequencer: don't stall blockchain on failed L1 tx (#759) (50cd7c4)

core: v18.10.0

25 Dec 10:30
3549704
Compare
Choose a tag to compare

18.10.0 (2023-12-25)

Features

Bug Fixes

prover: v10.0.2

21 Dec 17:04
0804674
Compare
Choose a tag to compare

10.0.2 (2023-12-21)

Bug Fixes

  • prover: Reduce amount of prover connections per prover subcomponent (#734) (d38aa85)

prover: v10.0.1

21 Dec 11:59
174994a
Compare
Choose a tag to compare

10.0.1 (2023-12-21)

Bug Fixes

  • prover: Add logging for prover + WVGs (#723) (d7ce14c)
  • prover: update rescue_poseidon version (#726) (3db25cb)

core: v18.9.0

19 Dec 17:42
84ec18b
Compare
Choose a tag to compare

18.9.0 (2023-12-19)

Features

  • Add ecadd and ecmul to the list of precompiles upon genesis (#669) (0be35b8)
  • api: Do not return receipt if tx was not included to the batch (#706) (625d632)
  • proto serialization/deserialization of snapshots creator objects (#667) (9f096a4)
  • zk fmt sqlx-queries (#533) (6982343)

Bug Fixes

  • en: Downgrade miniblock hash equality assertion to warning (#695) (2ef3ec8)

Performance Improvements