-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update Stable Cadence feature branch #5451
Update Stable Cadence feature branch #5451
Conversation
This reverts commit 90c2bcd.
This reverts commit 308b780.
Added two flags to execution state extraction program: --extract-payloads-by-address produces a file of payloads for specified accounts or for all accounts instead of checkpoint files --use-payload-as-input uses payload file as input instead of checkpoint files The two new flags don't affect migration and other existing functionaly of state extraction program. These two options only affect input and output of state extraction program. In other words, this can be used to extract migrated payloads or extract as-is payloads for specified accounts.
Co-authored-by: Bastian Müller <bastian@turbolent.com>
Refactored payload file related functionality to be more reusable. Added flags: --input-payload-filename --output-payload-filename
This utility can be used to create a subset of execution state which can save time during development, testing, and support/troubleshooting.
Co-authored-by: Yahya Hassanzadeh, Ph.D. <yhassanzadeh@ieee.org>
Co-authored-by: Yahya Hassanzadeh, Ph.D. <yhassanzadeh@ieee.org>
Co-authored-by: Yahya Hassanzadeh, Ph.D. <yhassanzadeh@ieee.org>
…flow/flow-go into khalil/6934-invalid-topicid-threshold
…state-extraction Optimize migration by adding ability to read or extract payloads from state
[Networking] Simplifies RPC inspection misbehavior notification handling
…shold [Networking] Enhance Gossipsub Resilience: Configurable Threshold for Invalid Topic IDs in Control Messages
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #5451 +/- ##
==========================================================
+ Coverage 56.33% 56.35% +0.01%
==========================================================
Files 1030 1032 +2
Lines 100025 100620 +595
==========================================================
+ Hits 56354 56702 +348
- Misses 39410 39608 +198
- Partials 4261 4310 +49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@turbolent LGTM! |
Thanks @fxamacker! |
Conflict resolution:
@fxamacker Can you please have a look at the conflict resolution and double check I resolved the conflicts between our changes correctly?