-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[move] Remove legacy type builder #14002
Conversation
e59980f
to
af175eb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14002 +/- ##
===========================================
- Coverage 70.8% 58.9% -11.9%
===========================================
Files 2322 824 -1498
Lines 459381 197978 -261403
===========================================
- Hits 325331 116720 -208611
+ Misses 134050 81258 -52792 ☔ View full report in Codecov by Sentry. |
af175eb
to
75c7b6c
Compare
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.
Have we checked if it's safe to remove the old behavior through replay?
@vgao1996 Yes when we selected the limits for the type builder, but there is a chance that some transaction before that and actual release can break things. I would prefer to land it and see if replay passes on main, to save some CI money, and if not, revert. Does this sound good? Also, maybe we can select a range for the replay (only from the last tested txn, @perryjrandall do you know how I specify that in replay action?) |
75c7b6c
to
4a2f7fe
Compare
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.
Yeah if we didn't catch anything last time then I'd be fine taking a bet.
Currently its not really easily possible @aluon it would be great to have a job which could just run a single range instead of the full range in case someone knows which txns they want to test |
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.
Awesome thanks for cleaning it up!
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
Description
The feature to limit VM type sizes has been enabled, so this PR removes the legacy type builder implementation.
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Key Areas to Review
Checklist