Skip to content
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 from upstream repo EOSIO/eos@master #5

Merged
merged 9 commits into from
Jul 26, 2018

Conversation

backstroke-bot
Copy link

Hello!

The upstream repository EOSIO/eos@master has some new changes that aren't in this fork. So, here they are, ready to be merged! 🎉

If this pull request can be merged without conflict, you can publish your software with these new changes. Otherwise, fix any merge conflicts by clicking the Resolve Conflicts button.


If you like Backstroke, consider donating to help us pay for infrastructure here. Backstroke is a completely open source project that's free to use, but we survive on sponsorships and donations. Thanks for your support! Help out Backstroke.


Created by Backstroke (I'm a bot!)

tbfleming and others added 9 commits July 23, 2018 17:11
The producer_plugin was calculating the "next time to produce" for a producer taking into account the effects of the current speculative block on the producer schedule.  As that block is speculative, it may not happen.  In the case where it did not happen this calculated value would be wrong potentially causing a producer to sleep through its rightful time to produce.  If all of the producers that could provide the last confirming block for a pending->active upgrade were in this state the upgrade stalled out.  In normal operation, you can predict wake up assuming the block is _not_ going to arrive because when the block arrives we recalculate.
- Fix Bug when deferred transaction cancels itself
- Limit range of tracked block_status notices
- Guard against a malformed notice message accessing the back of an empty vector.

Co-authored-by: Bart Wyatt <[email protected]>
Co-authored-by: Kevin Heifner <[email protected]>
Resolve stalling producer schedule upgrade due to speculation
@venediktov venediktov merged commit 4c8081d into vanilla-rtb:master Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants