-
Notifications
You must be signed in to change notification settings - Fork 978
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
Allow ethereum oracle control from ledger. #1764
Conversation
…ates sent from ledger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. at some point I want to refactor the active key has_key
checks as part of #1720 (adding this here just to cross-ref the PR in the issue)
Pls add a change log |
looks like we missed this in the last release |
ah totally forgot about this :( should we plan it for 0.25.0 or later? |
I think this is not a priority. can add this to a later release |
* origin/bat/feature/disable-oracle-gov: [chore]: Add changelog [fix]: Fixed block height typo in test [feat]: Allow eth-oracle to be activated / deactivated via config updates sent from ledger
Resolves Issue #1726
Allow eth-oracle to be activated / deactivated via config updates sent from ledger. This allows governance to shutdown the ledger w/o restarts and not resulting in the ledger crashing.
This is covered with a test, but it is flaky due to async channel race conditions.