Skip to content

Commit

Permalink
Add CHANGELOG draft. (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir authored Sep 14, 2023
1 parent 75c978a commit b99974d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
Unreleased

## [0.9.0] - 2023-09-xx
### Added
- Add `end_tx` flag to `StepState` to fix `EndTx` soundness.
- Add common proving functions from scroll-prover.
- Add prestate tracer to bus-mapping.
- Add inner-prove and chunk-prove features to testool.

### Changed
- Fix to add an empty string to default `CodeDB`.
- Fix to less than or equal to (`<=`) `NORMALIZED_ROW_LIMIT` (from `<`) in ccc.
- Fix ecdsa circuit binary selection bug.
- Fix ecrecover "address not recovered" case to be supported by `SigCircuit`.
- Fix keccak circuit's ccc need to consider first dummy chunk.
- Upgrade ethers from `0.17.0` to `2.0.7`.
- Upgrade mpt-circuits from `0.6.2` to `0.6.3`.

### Removed
no

\[Unreleased\]: https://github.com/scroll-tech/zkevm-circuits/releases/tag/v0.9.0...HEAD

\[0.9.0\]: https://github.com/scroll-tech/zkevm-circuits/releases/tag/v0.9.0

0 comments on commit b99974d

Please sign in to comment.