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