forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75c978a
commit b99974d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |