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
GetBlocks by block index #1397
GetBlocks by block index #1397
Changes from 23 commits
f74620b
6f6cf5e
4152a15
e0ae6d7
ca56875
985bef4
702c6ac
990cd12
126dde0
6cf3231
05440f9
49f4966
3a97136
117f363
dc5b117
3d6cc46
b907ad3
74ab7d7
9120d1f
bd955a4
af8bd41
3fafae6
74b0958
c062bb4
fc697eb
2acad27
be28125
7ee60da
9e7ae62
b925f4f
ea825b6
b9b1488
1993044
8322bcf
191fadf
a486a78
5c20549
71bb88d
e3f75a8
1d9c6d7
70f06ca
f6f1962
5162f17
7d2d48e
f7e9ff6
5148851
8ac9129
c2f725e
370bb9f
2a584a4
dc27f2f
45e6858
c54eb7e
cb27dfb
adf1afe
f15f73e
1ac378b
de3047a
6ddcba1
f95bc62
94655fc
fbfe4d7
5826c36
e5a8ecf
0949e57
efb4c6b
3815e26
4802cba
0ea71c6
d17dd27
4dcb72e
f7b0dc3
0668722
1232b41
da21bb1
5a5c6e0
1121c5f
b50d61a
b35b09b
7f4d41c
7db6571
fc16c11
7855a62
2729447
e79e910
51f30c5
7c2a2ef
f543017
82df8f0
1a9e590
80bea1d
9ba203f
77485b4
dd1a9b7
eb762b2
9eb5f18
4855a23
9c96d11
6302754
5a645a9
aaa1a0b
7b4b411
a967ce1
acd11c8
f7e1692
502c5f4
98f0855
a6e0000
de15cf9
91b25b8
b5cc115
2529218
1149c03
189bd02
9a69957
9543b27
77286f6
f93ba3a
a1b6809
cd41d38
03cf387
423a7bd
aec66f6
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.
reuse the same Register object?
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 prefer if we remove and merge SyncManager with TaskManager, as @Tommo-L mentioned recently.
What are the advantages of separated ones?