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
In terra configuration, it's possible to store keys in one of the following keyring backends: os|file|kwallet|pass|test|memory
It would be great if it was possible to pass this parameter to the oracle alongside key name, e.g. terra-oracle service --from={name_of_feeder} --from-keyring={os|file|kwallet|pass|test|memory} --broadcast-mode=block --config={path_to_config.toml} --vote-mode aggregate
This is equivalent of --keyring-backend flag in terrad
The text was updated successfully, but these errors were encountered:
Matthews3301
changed the title
Allow use oracle keys stored in places other than "os"
Allow use of oracle keys stored in places other than "os"
May 31, 2021
In terra configuration, it's possible to store keys in one of the following keyring backends:
os|file|kwallet|pass|test|memory
It would be great if it was possible to pass this parameter to the oracle alongside key name, e.g.
terra-oracle service --from={name_of_feeder} --from-keyring={os|file|kwallet|pass|test|memory} --broadcast-mode=block --config={path_to_config.toml} --vote-mode aggregate
This is equivalent of
--keyring-backend
flag in terradThe text was updated successfully, but these errors were encountered: