-
Notifications
You must be signed in to change notification settings - Fork 699
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
vms/platformvm
: Remove double block building logic
#2380
Merged
Merged
Changes from 20 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
b237933
`vms/platformvm`: Move `toEngine` channel to mempool
dhrubabasu cb81c85
nit
dhrubabasu 03efd7e
short-circuit
dhrubabasu 7ba8155
Merge branch 'dev' into move-engine-to-mempool
dhrubabasu df70afb
Merge branch 'dev' into move-engine-to-mempool
dhrubabasu 86a559b
merge
dhrubabasu 1a2431f
Merge branch 'dev' into move-engine-to-mempool
dhrubabasu a55ce38
Merge branch 'dev' into move-engine-to-mempool
dhrubabasu 8c794eb
Merge branch 'dev' into move-engine-to-mempool
dhrubabasu f3f2fbb
`vms/platformvm`: Remove double block building logic
dhrubabasu 776db3e
nits
dhrubabasu eeb97d9
nits
dhrubabasu 5624df8
merged
dhrubabasu efbb751
pr review
dhrubabasu 903d83b
nit
dhrubabasu cd669b2
nit
dhrubabasu a25ef67
Merge branch 'dev' into stop-building-block-twice
dhrubabasu 1d30f2b
Merge branch 'dev' into stop-building-block-twice
dhrubabasu 58f08ee
Merge branch 'dev' into stop-building-block-twice
dhrubabasu ff0f319
Merge branch 'dev' into stop-building-block-twice
dhrubabasu df125d5
pr review
dhrubabasu 06b1bdc
cleanup
dhrubabasu 240867b
Merge branch 'dev' into stop-building-block-twice
dhrubabasu 980bd4d
wip
dhrubabasu cbb3868
nit
dhrubabasu 9cd31a3
nit
dhrubabasu 2266e7c
nit
dhrubabasu 645b989
merged
dhrubabasu 16160b7
reduce diff
dhrubabasu 5b70127
nits
dhrubabasu c1cff7a
wip
dhrubabasu 5520c3e
wip
dhrubabasu 8e19e4e
wip
dhrubabasu 6361267
Merge branch 'dev' into stop-building-block-twice
dhrubabasu 6970836
Merge branch 'dev' into stop-building-block-twice
dhrubabasu 75de1aa
reduce diff
dhrubabasu a3b7670
remove logs;
dhrubabasu 1a94ee0
Remove usage of timer.Timer in block building (#2447)
StephenButtolph 58594db
Update vms/platformvm/block/builder/builder.go
StephenButtolph 7114174
improve handling around closure
StephenButtolph c3dee45
Merge branch 'dev' into stop-building-block-twice
dhrubabasu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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 can end up building an invalid block and not scheduling to build another block to advance the timestamp.
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.
Addressed in #2447