forked from EOSIO/eos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed a few bugs that were preventing multi-node testing with the tes…
…t.system contract: * authentication keys were defaulting to the first producer key on a node if none was explicitly set however, the method of deriving this required that producer to be "active" creating a race condition for starting up a candidate producer node * `get_scheduled_producer` was not taking `config::producer_repititions` into account properly with its math, it is likely that we never had all of the producers working before * the ABI for `test.system` was not properly serializable for `setprods`
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
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