-
Notifications
You must be signed in to change notification settings - Fork 39
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
Create pre-upgrade command. Fix minimum-gas-prices repacking unset. #1594
Commits on Jun 13, 2023
-
Create a new pre_upgrade command that updates the config files. Make …
…it also set the commit timeout if needed. Make it so that stuff that uses the global viper also gets everything that's needed.
Configuration menu - View commit details
-
Copy full SHA for b8f5741 - Browse repository at this point
Copy the full SHA b8f5741View commit details
Commits on Jun 14, 2023
-
Force the timeout commit to 5s in all cases. Add some comments and in…
…fo about what cosmovisor expects.
Configuration menu - View commit details
-
Copy full SHA for 4863fb6 - Browse repository at this point
Copy the full SHA 4863fb6View commit details -
Undo the PersistentPreRunE extraction change since I ended up not nee…
…ding it for the unit tests.
Configuration menu - View commit details
-
Copy full SHA for 245f65e - Browse repository at this point
Copy the full SHA 245f65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b946e - Browse repository at this point
Copy the full SHA 82b946eView commit details -
Tweak errors returned from pre-upgrade to contain more context and st…
…ill be indicate the desired exit code.
Configuration menu - View commit details
-
Copy full SHA for cea713a - Browse repository at this point
Copy the full SHA cea713aView commit details -
Allow creation of the root command that won't seal the app config so …
…we can run it multiple times, e.g. from unit tests. Also, add extra handling of ErrorCodes to main since it's sometimes a pointer and sometimes not.
Configuration menu - View commit details
-
Copy full SHA for 093655f - Browse repository at this point
Copy the full SHA 093655fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae0a76 - Browse repository at this point
Copy the full SHA 7ae0a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b39af0 - Browse repository at this point
Copy the full SHA 0b39af0View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74aea01 - Browse repository at this point
Copy the full SHA 74aea01View commit details -
Move the global min-gas-prices setting stuff into the interceptor so …
…that it happens before the config files are loaded or any defaults are requested.
Configuration menu - View commit details
-
Copy full SHA for 8806ed1 - Browse repository at this point
Copy the full SHA 8806ed1View commit details -
For the init cmd test, don't seal the config (so other things that mi…
…ght need to can do so), and use a temp directory instead of the default.
Configuration menu - View commit details
-
Copy full SHA for 588515a - Browse repository at this point
Copy the full SHA 588515aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8874407 - Browse repository at this point
Copy the full SHA 8874407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521bee0 - Browse repository at this point
Copy the full SHA 521bee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67b157b - Browse repository at this point
Copy the full SHA 67b157bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 522fd50 - Browse repository at this point
Copy the full SHA 522fd50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0ed39 - Browse repository at this point
Copy the full SHA 4f0ed39View commit details -
When starting a node with a timeout_commit of less than 4 seconds, ou…
…tput a message stating that it should be set to 5s.
Configuration menu - View commit details
-
Copy full SHA for 488cb85 - Browse repository at this point
Copy the full SHA 488cb85View commit details -
Update the initialization script to put the timeout_commit back to 1s…
… so that make run cuts blocks faster.
Configuration menu - View commit details
-
Copy full SHA for 068a3be - Browse repository at this point
Copy the full SHA 068a3beView commit details
Commits on Jun 16, 2023
-
Merge branch 'main' into dwedul/1.16-pre-upgrade-cmd
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 535835a - Browse repository at this point
Copy the full SHA 535835aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a038026 - Browse repository at this point
Copy the full SHA a038026View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd445b6 - Browse repository at this point
Copy the full SHA bd445b6View commit details -
During pre-upgrae Only update the configured value if it's lower than…
… half the default.
Configuration menu - View commit details
-
Copy full SHA for d3599e0 - Browse repository at this point
Copy the full SHA d3599e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7491d7 - Browse repository at this point
Copy the full SHA e7491d7View commit details -
Add the --timeout-commit flag to the init command. If provided, use t…
…hat. Otherwise, if something other than mainnet or testnet, use 1s. Otherwise, use whatever was previously in their config or the default if it's brand new.
Configuration menu - View commit details
-
Copy full SHA for 0269846 - Browse repository at this point
Copy the full SHA 0269846View commit details -
Update the initialize script to provide the --timeout-commit to init …
…instead of setting it using the config command at the end.
Configuration menu - View commit details
-
Copy full SHA for 925a4b1 - Browse repository at this point
Copy the full SHA 925a4b1View commit details -
Merge branch 'main' into dwedul/1.16-pre-upgrade-cmd
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 137e9c7 - Browse repository at this point
Copy the full SHA 137e9c7View commit details -
Upper-case the first letter of all commmand and flag usage strings. F…
…ix the debug pubkey-raw command that had a conflicting shorthand flag being added.
Configuration menu - View commit details
-
Copy full SHA for da2044a - Browse repository at this point
Copy the full SHA da2044aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b76d14 - Browse repository at this point
Copy the full SHA 1b76d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3021cb - Browse repository at this point
Copy the full SHA b3021cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c615a61 - Browse repository at this point
Copy the full SHA c615a61View commit details -
Get rid of the global ChainID variable (in cmd/root.go) since it wasn…
…'t used before this PR and it wasn't really worthwhile even after setting it due to the package it's in.
Configuration menu - View commit details
-
Copy full SHA for efcc9a7 - Browse repository at this point
Copy the full SHA efcc9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8c798 - Browse repository at this point
Copy the full SHA 4b8c798View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 287956d - Browse repository at this point
Copy the full SHA 287956dView commit details