You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to compile this contract locally for testing purposes. when I call the 'write' method as per the instructions I get the error:
Error 3050003: eosio_assert_message assertion failure
Error Details:
assertion failure with message: account is not a qualified oracle
pending console output: length 1
but don't find guidance in the README as to how to make me a qualified oracle. help?
- Edit I -
also, in looking through the code I find no references to the producers_table where a write occurs, only when checking for validity (which issues the above error message). so I can't see how a valid producer record is produced. how does this work?
The text was updated successfully, but these errors were encountered:
Qualified oracles are block producers on the chain that have a rank better or equal to the minimum_rank configuration setting (defaults to 105, meaning any block producer ranked 1 to 105 is a qualified oracle and able to push rates).
I need to compile this contract locally for testing purposes. when I call the 'write' method as per the instructions I get the error:
but don't find guidance in the README as to how to make me a qualified oracle. help?
- Edit I -
also, in looking through the code I find no references to the producers_table where a write occurs, only when checking for validity (which issues the above error message). so I can't see how a valid producer record is produced. how does this work?
The text was updated successfully, but these errors were encountered: