Releases: kroma-network/kroma
v1.4.0
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
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
Major Changes
- change all the contracts to use
ISemver
instead ofSemver
- 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
- feat: set mainnet delta upgrade time by @0xHansLee in #259
- chore: fix typo by @enjoyooor in #261
- chore: fix to record deposit amount less than required amount by @0xHansLee in #262
- chore: bump geth version to v0.4.4-rc.1 by @kangsorang in #263
- chore: bump geth version to v0.4.4 by @seolaoh in #266
- feat: merge dev into main by @seolaoh in #267
- 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
- feat: merge
dev
intomain
by @0xHansLee in #280 - chore: bump kroma-geth v0.4.6 by @0xHansLee in #284
- feat: release v1.3.4 by @0xHansLee in #285
New Contributors
- @enjoyooor made their first contribution in #261
Full Changelog: v1.3.1...v1.3.4
v1.3.3
Major Changes
- change all the contracts to use
ISemver
instead ofSemver
- 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
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
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
v1.3.2
Warning
This release has a bug, so it is not recommended to use this release for both Kroma mainnet and Kroma sepolia.
What's Changed
- chore: fix typo by @enjoyooor in #261
- chore: fix to record deposit amount less than required amount by @0xHansLee in #262
- chore: bump geth version to v0.4.4-rc.1 by @kangsorang in #263
- chore: bump geth version to v0.4.4 by @seolaoh in #266
- feat: merge dev into main by @seolaoh in #267
New Contributors
- @enjoyooor made their first contribution in #261
Full Changelog: v1.3.1...v1.3.2
v1.3.2-rc.1
What's Changed
- feat: set mainnet delta upgrade time by @0xHansLee in #259
- chore: fix typo by @enjoyooor in #261
- chore: fix to record deposit amount less than required amount by @0xHansLee in #262
- chore: bump geth version to v0.4.4-rc.1 by @kangsorang in #263
New Contributors
- @enjoyooor made their first contribution in #261
Full Changelog: v1.3.1...v1.3.2-rc.1
v1.3.1
This is a mandatory release for node operators on Kroma mainnet. This release includes an activation of Delta upgrade of Optimism.
Delta activation on Kroma mainnet at Wed Feb 28 2024 08:00:00 UTC.
What's Changed
- feat: merge dev into main by @0xHansLee in #260
Full Changelog: v1.3.0...v1.3.1
v1.3.0
This is a mandatory release for node operators on Kroma sepolia. This release includes an activation of Delta upgrade of Optimism.
Delta activation on Kroma sepolia at Tue Feb 20 2024 08:00:00 UTC
What's Changed
- feat: upstream to opimism v1.4.0 by @Pangssu in #245
- docs: fix invalid links by @seolaoh in #244
- ci: run test ci for every PR by @0xHansLee in #248
- docs: fix incorrect demonstration by @sm-stack in #246
- chore: enable canyon upgrade for kroma sepolia by @Pangssu in #252
- chore: set delta upgrade time for kroma sepolia by @0xHansLee in #255
- feat: merge dev into main for v1.3.0 release by @0xHansLee in #256
New Contributors
Full Changelog: v1.2.1...v1.3.0