-
Notifications
You must be signed in to change notification settings - Fork 495
eosio.contracts 1.9.0 producer scheduling problem #435
Comments
we started a chain with eosio.contracts 1.8.3, tried voting and changing the votes and the producer schedule changes as well without any problem, then we upgrade to 1.9.0, and no matter how we change the voting, the active schedule remains fixed. any workaround? |
reverting it to 1.8.3 fixes the producer scheduling. it's definitely an eosio.contracts 1.9.0 problem. |
There indeed is a bug in eosio.contracts v1.9.0 that causes problems during A simple workaround is for all of the top active producers to call the I also have a fix in the system contract that should prevent the problem from occurring in the first place (when upgrading from system contract versions v1.8.x or earlier and while skipping over v1.9.0 and its release candidates) and which is able to resolve the |
calling regproducer fixed our testnet, thanks @arhag |
This issue was resolved by #445 (and #446 for v1.9.x). The fix was released in eosio.contracts v1.9.1. |
eosio 1.9.0
when running cleos system unregprod, it sets producer key to EOS1111111111111111111111111111111114T1Anm and it still has some votes. those voting the producer does not remove in its list of voted producers. and the producer still produces blocks.
The text was updated successfully, but these errors were encountered: