-
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(relayer): Relayer proof flag for supporting RLP encoding proof or not #15640
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha-7 #15640 +/- ##
==========================================
Coverage ? 26.71%
==========================================
Files ? 102
Lines ? 6259
Branches ? 0
==========================================
Hits ? 1672
Misses ? 4404
Partials ? 183
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Note that after alpha-6 is deprecated, all
RLPEncoding
code will be removed, and so will the flag, since we will only have one encoding style.This is simply to support both types of Bridges, so we can perform an upgrade of the SignalService while testing.