fix: header signature cleanup#2164
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/exec_api #2164 +/- ##
====================================================
- Coverage 27.11% 26.79% -0.32%
====================================================
Files 59 59
Lines 6790 6803 +13
====================================================
- Hits 1841 1823 -18
- Misses 4751 4781 +30
- Partials 198 199 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tac0turtle
left a comment
There was a problem hiding this comment.
left some comments, this seems incorrect or im missing something
tac0turtle
left a comment
There was a problem hiding this comment.
i think we can remove the noop changes for getAddress, otherwise nice cleanup. Should we add a verification test to make sure it works.
Overview
Previously the header signature verification was failing given that different sign bytes were being used. Some cleanup was done too, like using signer.Signer in the header and removing types.Signer.
Also GetAddress() was added to signer.Signer.