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
Re-enable x/randomness that is currently not wired to the application. After wiring the module, it is also important to make sure that key generation process is clearly defined both for existing validators with a consensus key and new validators without any keys. The module should also use the newly-implemented module x/pkr for all public key related operations. (Address the comments // TODO (#314))
Note that the randomness module was removed from the app in PR #150 and then completely removed in PR #365.
The text was updated successfully, but these errors were encountered:
✨ Feature
Re-enable
x/randomness
that is currently not wired to the application. After wiring the module, it is also important to make sure that key generation process is clearly defined both for existing validators with a consensus key and new validators without any keys. The module should also use the newly-implemented modulex/pkr
for all public key related operations. (Address the comments// TODO (#314)
)Note that the randomness module was removed from the app in PR #150 and then completely removed in PR #365.
The text was updated successfully, but these errors were encountered: