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
There now exists a new msg type that initiates an upgrade (MsgTryUpgrade).
Proposal
Create a stand-alone binary (likely that lives in /tools) that monitors that status of upgrades on the network. When the tool recognizes that the upgrade threshold has been met, it should auto-submit a transaction that includes the message to initiate an upgrade. The tool likely needs to be configured with a GRPC endpoint to a full-consensus node. It likely also needs a keyring that is funded with a small amount of tia to submit the transaction.
The text was updated successfully, but these errors were encountered:
Context
#2832
#2880 (comment)
Problem
There now exists a new msg type that initiates an upgrade (
MsgTryUpgrade
).Proposal
Create a stand-alone binary (likely that lives in
/tools
) that monitors that status of upgrades on the network. When the tool recognizes that the upgrade threshold has been met, it should auto-submit a transaction that includes the message to initiate an upgrade. The tool likely needs to be configured with a GRPC endpoint to a full-consensus node. It likely also needs a keyring that is funded with a small amount of tia to submit the transaction.The text was updated successfully, but these errors were encountered: