-
Notifications
You must be signed in to change notification settings - Fork 715
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
Add gathering of transfers in the node + prep work for ABIs #4646
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4646 +/- ##
=======================================
Coverage 71.78% 71.78%
=======================================
Files 291 291
Lines 51642 51642
=======================================
Hits 37069 37069
Misses 14573 14573 ☔ View full report in Codecov by Sentry. |
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.
Good work ! Nothing really surprising on the code side. Just need to be sure it works has intended with tests.
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.
The trace workflow in execution module seems good to me!
* Add 2 RPC endpoint with fake data * Add stream grpc * Add initial impl of execution traces for abi calls * Link job on getting info with API. * Add draft gather infos * Cleanup execution trace * Cargo clippy pass * Update grpc public & stream api for execution traces * Execution trace parameters & return value are now ser in json format * Cargo clippy pass * Fix execution trace unit tests * Add serde_json as an optional dep * Update proto files * Fix finality filter and add placeholder for slot transfers endpoints * Format and add a start of logic for compiling results * Fix compil errors for basic feature * Fix clippy issues * Add JSON-RPC structure endpoint * Flatten code for new abi get_slot_transfers * Fix tu * Fix logic in the stream and add it in the gRPC endpoint and Json-RPC * Format and update massa-runtime * Revert config change on the client * Revert changes on initial rolls file * Fix final broadcast by default on API. * Fix initial rolls * Add transfer when calling an SC --------- Co-authored-by: sydhds <[email protected]>
resync_check
flag