github kroma-network/kroma v0.3.0-rc.1

latest releases: v2.0.0, v2.0.0-rc.1, v1.4.3...
pre-release13 months ago

This is a major pre-release for Kroma internal testnet.

User Facing Changes

  • A required flag VALIDATOR_L2_ETH_RPC is added. This flag requires L2 geth RPC, which is for generating proof in challenge process.
  • Prover communication gateway is changed from gRPC to jsonRPC, so VALIDATOR_PROVER_GRPC is renamed to VALIDATOR_PROVER_RPC.
  • For consistency and readability, VALIDATOR_OUTPUT_SUBMITTER_DISABLED, VALIDATOR_CHALLENGER_DISABLED are renamed to VALIDATOR_OUTPUT_SUBMITTER_ENABLED, VALIDATOR_CHALLENGER_ENABLED. Both are required flags now.
  • When creating a challenge, too large bond in the output would put pressure on challenger, so changed the bond amount of each output to a fixed amount. Therefore, VALIDATOR_OUTPUT_SUBMITTER_BOND_AMOUNT is deleted.

🐳 Docker images are available on Docker Hub.

Feature

Multiple challenges on one output have been implemented. Additionally, ZK proof verifier has been enabled in Colosseum.

Contracts

  • feat(contracts): unbond multiple bonds by @seolaoh in #104
  • feat: prevent progressing challenge of finalized output by @seolaoh in #119
  • feat!: rename variables by @TomTaehoonKim in #86
  • feat!: accept multiple challenge and modify to fulfill stage2 by @Pangssu in #126
  • feat(contracts): add function for forcefully deleting output root by @Pangssu in #132
  • feat!: add ZK proof verifier to colosseum by @0xHansLee in #125

Client

Docs

  • docs: update specs - differences from Optimism by @therocks in #102
  • docs(validator): validate withdrawal storage root against state root by @seolaoh in #112
  • docs(validator): add ValidatorPool address to validator deposit guide by @seolaoh in #118

Others

Related to Audit

Some reported issues by Theori audit have been applied.

Contracts

  • fix: fix vulnerabilities reported to ZKTRIE by @jyc228 in #127
  • fix: validate compressedFlags by @jyc228 in #134
  • fix(contracts): release public input hash in dismissChallenge by @kangsorang in #143
  • chore(contract): initialization for ReentrancyGuardUpgradeable by @kangsorang in #141
  • fix(contracts): change to send ETH to zero address when burning by @Pangssu in #145
  • feat(contracts): remove validation reward penalty by @Pangssu in #137
  • feat: apply upstream(Optimism) bugfixes by @seolaoh in #135
  • fix(contracts): fix logic after output finalized in challenger timeout by @kangsorang in #144
  • feat(contracts): improvement for the next validator selection by @kangsorang in #147
  • feat: apply upstream(Optimism) bugfixes more by @seolaoh in #148
  • feat(contracts): check l1 blockhash when creating challenge by @Pangssu in #149
  • feat(contracts): change the bond amount to a fixed value by @Pangssu in #150

Client

New Contributors

Full Changelog: v0.2.2...v0.3.0

Don't miss a new kroma release

NewReleases is sending notifications on new releases.