Skip to content

Releases: kroma-network/kroma

v1.4.3-rc.1

07 May 09:29
d42f7b3
Compare
Choose a tag to compare
v1.4.3-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.2...v1.4.3-rc.1

v2.0.0-rc.2

29 Apr 10:18
3440c5b
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • feat: add MintManager and bridgeable GovernanceToken by @Pangssu in #269
  • chore: add MintManager deploy script by @Pangssu in #306
  • chore: update colosseum artifact for Kroma sepolia v1.4.0 by @0xHansLee in #300
  • chore: update colosseum artifact for Kroma mainnet v1.4.1 by @0xHansLee in #303
  • chore: merge main into dev by @0xHansLee in #305
  • chore: record batcher compression ratio value by @0xHansLee in #299
  • feat: merge main into dev by @0xHansLee in #313
  • feat: add name and symbol getter for the GovernanceToken by @Pangssu in #307

Full Changelog: v1.4.2...v2.0.0-rc.2

v1.4.2

23 Apr 08:43
010cd3b
Compare
Choose a tag to compare

Major Changes

This release includes Ecotone upgrade of Optimism for Kroma mainnet and Kroma sepolia. All operators of full node and validator should upgrade before Ecotone activation. The activation time is as below:

  • Kroma mainnet: Thu Apr 25 2024 08:00:01 UTC
  • Kroma sepolia: Wed Apr 17 2024 08:00:00 UTC

In this version, the below features are added to Kroma.

  • Enable batcher to post batch data using blob-carrying transaction
  • Support new opcodes: TLOAD, TSTORE, MCOPY
  • Support Cancun block for fault proof system
  • Deploy multicall3 contract

Snap sync is experimental yet, so please use the snapshot we provided for syncing blocks.

Full Changelog: v1.4.0...v1.4.2

v1.4.1

18 Apr 04:27
9445195
Compare
Choose a tag to compare

⚠️ DELAYED Ecotone upgrade for Kroma mainnet

The Ecotone upgrade for Kroma mainnet has been postponed due to an unexpected error. We do not have a new upgrade date at this time, but we will keep you updated with the latest developments.
You MUST NOT use this release on Kroma mainnet, use v1.3.4 instead. If you have already upgraded to this version, downgrade to v1.3.4, rollback is not required.

Major Changes

This release includes Ecotone upgrade of Optimism for Kroma mainnet and Kroma sepolia. All operators of full node and validator should upgrade before Ecotone activation. The activation time is as below:

  • Kroma mainnet: Mon Apr 22 2024 08:00:01 UTC
  • Kroma sepolia: Wed Apr 17 2024 08:00:00 UTC

In this version, the below features are added to Kroma.

  • Enable batcher to post batch data using blob-carrying transaction
  • Support new opcodes: TLOAD, TSTORE, MCOPY
  • Support Cancun block for fault proof system
  • Support snap sync

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Apr 10:58
52bb2c2
Compare
Choose a tag to compare

Major Changes

This release includes Ecotone upgrade of Optimism for Kroma sepolia. All operators of full node and validator should upgrade before Ecotone activation. The activation time is Wed Apr 17 2024 08:00:00 UTC.

  • Enable batcher to post batch data using blob-carrying transaction
  • Support new opcodes: TLOAD, TSTORE, MCOPY
  • Support Cancun block for fault proof system
  • Support snap sync

What's Changed

  • feat: upstream to optimism v1.7.2 by @kangsorang in #282
  • chore(contracts): update contract artifacts for kroma sepolia v1.3.4 by @0xHansLee in #286
  • chore(contracts): update contract artifacts for Kroma mainnet v1.3.4 by @0xHansLee in #287
  • feat(validator): remove the limit of validator subcommand amount flag by @seolaoh in #290
  • docs: add postmortem of tx receipts validation skip fork by @0xHansLee in #289
  • feat(contracts): update colosseum for Cancun upgrade by @0xHansLee in #291
  • feat(contracts): support both Cancun and Shanghai in Colosseum by @0xHansLee in #293
  • feat: updates for ecotone by @kangsorang in #295
  • chore: set ecotone time for Kroma sepolia by @0xHansLee in #297
  • feat: merge dev into main by @0xHansLee in #296

Full Changelog: v1.3.4...v1.4.0

v1.4.0-rc.1

12 Apr 04:38
4364f66
Compare
Choose a tag to compare
v1.4.0-rc.1 Pre-release
Pre-release

What's Changed

  • feat: upstream to optimism v1.7.2 by @kangsorang in #282
  • chore(contracts): update contract artifacts for kroma sepolia v1.3.4 by @0xHansLee in #286
  • chore(contracts): update contract artifacts for Kroma mainnet v1.3.4 by @0xHansLee in #287
  • feat(validator): remove the limit of validator subcommand amount flag by @seolaoh in #290
  • docs: add postmortem of tx receipts validation skip fork by @0xHansLee in #289
  • feat(contracts): update colosseum for Cancun upgrade by @0xHansLee in #291
  • feat(contracts): support both Cancun and Shanghai in Colosseum by @0xHansLee in #293
  • feat: updates for ecotone by @kangsorang in #295

Full Changelog: v1.3.4...v1.4.0-rc.1

v1.3.4

01 Apr 08:43
f0d79ee
Compare
Choose a tag to compare

Major Changes

  • change all the contracts to use ISemver instead of Semver
  • fix challenge e2e tests which was not working properly
  • enable withdrawal to other account in ValidatorPool contract
  • apply fixed KromaZKTrie
  • change hash function according to shanghai upgrade in Colosseum

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.4

v1.3.3

28 Mar 02:25
72acffa
Compare
Choose a tag to compare

Major Changes

  • change all the contracts to use ISemver instead of Semver
  • fix challenge e2e tests which was not working properly
  • enable withdrawal to other account in ValidatorPool contract
  • apply fixed KromaZKTrie
  • change hash function according to shanghai upgrade

What's Changed

  • refac(contracts): migrate to ISemver by @Pangssu in #265
  • fix(e2e): fix challenge e2e tests not working properly by @seolaoh in #273
  • docs: add postmortem of zktrie fork by @0xHansLee in #272
  • feat(contracts): add withdrawTo to ValidatorPool contract by @0xHansLee in #274
  • chore: bump kroma-geth for fixed KromaZKTrie by @0xHansLee in #276
  • feat(contracts): change hash function in colosseum for shanghai block by @0xHansLee in #279
  • chore: bump go.mod by @0xHansLee in #281

Full Changelog: v1.3.2...v1.3.3

v1.3.3-rc.2

27 Mar 08:48
d203a4a
Compare
Choose a tag to compare
v1.3.3-rc.2 Pre-release
Pre-release

What's Changed

  • feat(contracts): change hash function in colosseum for shanghai block by @0xHansLee in #279

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

v1.3.3-rc.1

25 Mar 07:41
2e548aa
Compare
Choose a tag to compare
v1.3.3-rc.1 Pre-release
Pre-release

What's Changed

  • refac(contracts): migrate to ISemver by @Pangssu in #265
  • fix(e2e): fix challenge e2e tests not working properly by @seolaoh in #273
  • docs: add postmortem of zktrie fork by @0xHansLee in #272
  • feat(contracts): add withdrawTo to ValidatorPool contract by @0xHansLee in #274
  • chore: bump kroma-geth for fixed KromaZKTrie by @0xHansLee in #276

Full Changelog: v1.3.2...v1.3.3-rc.1