This is a minor release and upgrading is optional.
Short Changelog
- Remove threshold of withdrawal for
L1FeeVault
andProtocolVault
on L2. - Allow withdrawal of rewards to L2 from
ValidatorRewardVault
,L1FeeVault
andProtocolVault
.
What's Changed
- feat(contracts): remove withdrawal threshold and add withdrawToL2 by @0xHansLee in #232
- chore(contracts): make
_processWithdrawal()
be virtual for overriding by @0xHansLee in #234 - fix(contracts): change so that only recipient can withdraw from vault by @0xHansLee in #235
- chore: update deployments for v1.0.3 by @0xHansLee in #236
- feat: merge
release/v1.0.3-base
tomain
by @0xHansLee in #237
Full Changelog: v1.0.2...v1.0.3