Skip to content

Releases: kroma-network/kroma

v1.1.0-rc.1

05 Dec 08:15
5a06153
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.2-rc.1...v1.1.0-rc.1

v1.0.2

06 Dec 07:49
b2047b1
Compare
Choose a tag to compare

This is a minor release and upgrading is optional.

User Facing Changes

With the renaming from 'Proposer' to 'Sequencer,' there have been changes to the rollup.json and flag names in the node.

in rollup.json

  • max_proposer_drift -> max_sequencer_drift
  • proposer_window_size -> seq_window_size

in node flags

  • NODE_PROPOSER_ENABLED -> NODE_SEQUENCER_ENABLED
  • NODE_PROPOSER_L1_CONFS -> NODE_SEQUENCER_L1_CONFS

What's Changed

  • feat(node): implement engine P2P sync mode by @seolaoh in #204
  • chore: add config file for semantic-prs by @seolaoh in #222
  • refac!: renaming about proposer by @kangsorang in #221
  • chore: update output submission interval in sepolia by @kangsorang in #224
  • feat(validator): add gas limit margin when submitting output by @seolaoh in #223
  • feat: withdraw validator rewards directly to l2 by @Pangssu in #225

Full Changelog: v1.0.1...v1.0.2

v1.0.2-rc.1

28 Nov 05:19
b2047b1
Compare
Choose a tag to compare
v1.0.2-rc.1 Pre-release
Pre-release

What's Changed

  • feat(node): implement engine P2P sync mode by @seolaoh in #204
  • chore: add config file for semantic-prs by @seolaoh in #222
  • refac!: renaming about proposer by @kangsorang in #221
  • chore: update output submission interval in sepolia by @kangsorang in #224
  • feat(validator): add gas limit margin when submitting output by @seolaoh in #223
  • feat: withdraw validator rewards directly to l2 by @Pangssu in #225

Full Changelog: v1.0.1...v1.0.2-rc.1

v1.0.1

24 Oct 05:04
503ae2e
Compare
Choose a tag to compare

This is a patched release and upgrading is recommended.

User Facing Changes

  • Automatic updates for immutable constants of contracts

Remarkable Changes

  • Change in priority validator selection
  • SBT(Soul Bound Token) based Security Council
  • On-chain protocol governance for protocol upgrades on L2
  • Timelock delay reduction from 30 days to 7 days
  • Removal of emergency upgrade of contract
  • Removal of validator reward claim threshold

General Changes

  • Bump urfave-cli v1 to v2

🐳 Docker images are available on Docker Hub.

Partial Changelog

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.1-rc.5

19 Oct 06:46
bb360ea
Compare
Choose a tag to compare
v1.0.1-rc.5 Pre-release
Pre-release

What's Changed

  • chore: update ValidatorRewardVault deployment on sepolia by @Pangssu in #214
  • docs: fix specs for ValidatorRewardScalar and remove unnecessary image by @0xHansLee in #217
  • chore: add deploy config for l2 protocol governance by @kangsorang in #215
  • chore: update kromaSepolia(L2) deployments by @kangsorang in #216
  • chore: add timeLock deploy config for l2 protocol governance by @kangsorang in #218

Full Changelog: v1.0.1-rc.4...v1.0.1-rc.5

v1.0.1-rc.4

16 Oct 02:49
fd957e2
Compare
Choose a tag to compare
v1.0.1-rc.4 Pre-release
Pre-release

What's Changed

  • chore: update Sepolia(L1, L2) deployments by @kangsorang in #210
  • feat(contracts): remove validator reward claim threshold by @0xHansLee in #213

Full Changelog: v1.0.1-rc.3...v1.0.1-rc.4

v1.0.1-rc.3

10 Oct 01:34
594826b
Compare
Choose a tag to compare
v1.0.1-rc.3 Pre-release
Pre-release

What's Changed

  • feat(contracts): modify the next validator selection logic by @kangsorang in #209

Full Changelog: v1.0.1-rc.2...v1.0.1-rc.3

v1.0.1-rc.2

06 Oct 09:39
3d8b1a9
Compare
Choose a tag to compare
v1.0.1-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.1-rc.1...v1.0.1-rc.2

v1.0.1-rc.1

04 Oct 01:37
347e139
Compare
Choose a tag to compare
v1.0.1-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1-rc.1

v1.0.0

05 Sep 02:21
578b976
Compare
Choose a tag to compare

This is a major release for Kroma Mainnet.

User Facing Changes

  • An optional flag VALIDATOR_OUTPUT_SUBMITTER_ALLOW_PUBLIC_ROUND is added. This flag is to allow output submission in public round.

🐳 Docker images are available on Docker Hub.

What's Changed

New Contributors

Full Changelog: v0.3.0...v1.0.0