Releases: kroma-network/kroma-prover
Releases · kroma-network/kroma-prover
v0.1.6
What's Changed
- feat: panic if not expected params by @dongchangYoo in #31
Full Changelog: v0.1.5...v0.1.6
v0.1.5
kroma-prover
is capable of generating ecotone block proofs using zkevm-circuits v0.2.1.
What's Changed
- feat: support tachyon halo2 by @dongchangYoo in #23
- build: update kroma-prover Dockerfile by @TomTaehoonKim in #24
- test: update or add traces by @chokobole in #26
- feat: cover ecotone block by @dongchangYoo in #25
- ci: enable building only insider docker environment by @chokobole in #27
- ci: enable building only inside docker by @chokobole in #28
- feat(zkevm): extend the compatible trace version by @dongchangYoo in #29
- fix: remove wrong sanity check for code db by @dongchangYoo in #30
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- disable creating KZG params for real case
- update README.md
- add shell script for downloanding KZG params
- check if CHAIN_ID environment variable is set
v0.1.3
- apply new config to support MAX_TXS 100
- bug fix for receiving
spec
api request - reject proof creating request with more than MAX_TXS count
- increase request size to 32MiB
v0.1.2
- increase the proof generation constants (e.g., MAX_TXS=100, MAX_CALLDATA)
- prover-server rejects a trace with more than 100 TXs.
v0.1.1
- prover supporting tx type 0, 1, 2 and 126
v0.1.0
- Prover supporting only tx type 0 and 126