-
Notifications
You must be signed in to change notification settings - Fork 622
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(contract-distribution): Replace ChunkContractDeployments with new message for sending code partially #12346
Conversation
This reverts commit a4e861a.
…s/nearcore into contract-dist-deploy2
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.
please fix the comments, otherwise looks good, thanks!
…s/nearcore into contract-dist-deploy2
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12346 +/- ##
==========================================
+ Coverage 71.17% 71.18% +0.01%
==========================================
Files 839 839
Lines 169791 169743 -48
Branches 169791 169743 -48
==========================================
- Hits 120845 120830 -15
+ Misses 43688 43655 -33
Partials 5258 5258
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This is on top of #12340, thus it is missing some code from the other PR. This implements the plumbing of the new message through network and testloop stacks.