-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(protocol): major protocol upgrade #13389
feat(protocol): major protocol upgrade #13389
Conversation
Co-authored-by: Jeffery Walsh <cyberhorsey@gmail.com> Co-authored-by: David <david@taiko.xyz> Co-authored-by: jeff <113397187+cyberhorsey@users.noreply.github.com> Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com> Co-authored-by: D <51912515+adaki2004@users.noreply.github.com> Co-authored-by: Keszey Dániel <keszeyd@MacBook-Pro.local>
Codecov Report
@@ Coverage Diff @@
## major_protocol_upgrade_alpha3 #13389 +/- ##
=================================================================
+ Coverage 39.47% 44.91% +5.44%
=================================================================
Files 135 133 -2
Lines 4043 3553 -490
Branches 506 363 -143
=================================================================
Hits 1596 1596
+ Misses 2343 1853 -490
Partials 104 104
*This pull request uses carry forward flags. Click here to find out more.
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com>
Co-authored-by: adaki2004 <keszeydani@gmail.com>
Co-authored-by: David <david@taiko.xyz>
if (ethVault != address(0)) { | ||
ethVault.sendEther(message.callValue); | ||
} | ||
ethVault.sendEther(message.callValue); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we not burn the message.callValue
now, because ethVault can be 0 address?
…#13489) Co-authored-by: Daniel Wang <dan@taiko.xyz> Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
…t [1] (#13617) Co-authored-by: adaki2004 <keszeydani@gmail.com> Co-authored-by: Dani <51912515+adaki2004@users.noreply.github.com>
Co-authored-by: adaki2004 <keszeydani@gmail.com> Co-authored-by: David <david@taiko.xyz> Co-authored-by: Dani <51912515+adaki2004@users.noreply.github.com>
Co-authored-by: adaki2004 <keszeydani@gmail.com> Co-authored-by: David <david@taiko.xyz> Co-authored-by: Dani <51912515+adaki2004@users.noreply.github.com>
Co-authored-by: Daniel Wang <dan@taiko.xyz> Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
Pull request was converted to draft
This is a PR rebased on top of PR #13254. If any comments are not resolved there, we will continue to discuss there but new changes will be applied to this PR.
Major Changes:
string.concat
andbytes.concat
instead of abi.encodePacked/abi.encodeconfig.rewardMultiplierPctg
toconfig.feeMultiplierPctg
to be consistent with other config vars.getTimeAdjustedFee
TaikoL1.init()
unchecked
-- Need your careful review and feedback