Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Execution tracing: GraphQL query to get storage inputs for past blocks #2491
Execution tracing: GraphQL query to get storage inputs for past blocks #2491
Changes from all commits
676a08b
1e018f1
5f6c079
7c8548f
6ebe050
cd0704a
63a0016
f76c96f
3ba2bc7
88a2730
f558296
5abde1c
6827e0d
acb9bab
bb6c9dd
75ff219
73cb7a6
7d76dc3
341544f
84140f4
3587605
2a52ec2
2c2c788
83e2919
b0c40fb
de92215
31fd109
a90b559
017c03e
f740d28
fce82ea
a4a6bbf
4aa858e
fc097bf
a1fd558
294ea09
9eeee84
8f5c527
3e67f50
54bec6b
3f33473
d02a5dc
71a6a56
3154797
338ffc1
364c7c7
65a5957
8469824
a260194
0a1b16a
aaaa57b
1871919
a23c2bb
684e8cc
233d29a
b255c46
de6b170
35fa7df
9c78b11
b4a1d08
3659ff0
075e960
582a30c
c080532
8ea800b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I think we need to add a back pressure here. Or use
tokio_rayon::spawn_fifo
like we do fordry_run
inside of theBlockProducer
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.
Right. Done in aaaa57b.