Skip to content
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

fix: temp fix to work with version w/ and w/o v prefix #163

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

cosmic-vagabond
Copy link
Contributor

@cosmic-vagabond cosmic-vagabond commented Aug 3, 2023

Description

Closes: #182

What has Changed?

Temporary fix to make the upgrade works with or without v prefix in the version.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

Deployment Notes

N/A

Screenshots and Videos

$ ignite c build -o release                   
🗃  Binary built at the path: release/elysd
$ ./release/elysd start --home /tmp/shangrila 
12:12PM INF Setting up upgrade handler for burner module=server
12:12PM INF Setting up upgrade handler for amm module=server
12:12PM INF Setting up upgrade handler for staking module=server
12:12PM INF Setting up upgrade handler for crisis module=server
12:12PM INF Setting up upgrade handler for commitment module=server
12:12PM INF Setting up upgrade handler for incentive module=server
12:12PM INF Setting up upgrade handler for assetprofile module=server
12:12PM INF Setting up upgrade handler for margin module=server
12:12PM INF Setting up upgrade handler for auth module=server
12:12PM INF Setting up upgrade handler for bank module=server
12:12PM INF Setting up upgrade handler for mint module=server
12:12PM INF Setting up upgrade handler for icahost module=server
12:12PM INF Setting up upgrade handler for tokenomics module=server
12:12PM INF Setting up upgrade handler for slashing module=server
12:12PM INF Setting up upgrade handler for transfer module=server
12:12PM INF Setting up upgrade handler for icacontroller module=server
12:12PM INF Setting up upgrade handler for oracle module=server
12:12PM INF Setting up upgrade handler for gov module=server
12:12PM INF Setting up upgrade handler for ibc module=server
12:12PM INF Setting up upgrade handler for liquidityprovider module=server
12:12PM INF Setting up upgrade handler for parameter module=server
12:12PM INF starting node with ABCI Tendermint in-process module=server
12:12PM INF service start impl=multiAppConn module=proxy msg={}
12:12PM INF service start connection=query impl=localClient module=abci-client msg={}
12:12PM INF service start connection=snapshot impl=localClient module=abci-client msg={}
12:12PM INF service start connection=mempool impl=localClient module=abci-client msg={}
12:12PM INF service start connection=consensus impl=localClient module=abci-client msg={}
12:12PM INF service start impl=EventBus module=events msg={}
12:12PM INF service start impl=PubSub module=pubsub msg={}
12:12PM INF service start impl=IndexerService module=txindex msg={}
12:12PM INF ABCI Handshake App Info hash="g������xAa�.\x18\v��m��\x0f�k���E�\x1b�S�\\" height=1883710 module=consensus protocol-version=0 software-version=v0.9.0
12:12PM INF ABCI Replay Blocks appHeight=1883710 module=consensus stateHeight=1883710 storeHeight=1883710
12:12PM INF Completed ABCI Handshake - CometBFT and App are synced appHash="g������xAa�.\x18\v��m��\x0f�k���E�\x1b�S�\\" appHeight=1883710 module=consensus
12:12PM INF Version info abci=1.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.37.2
12:12PM INF This node is a validator addr=ED0F33ADEFCFE5E45587FEFC36940FD1B9598A2D module=consensus pubKey=BgGtbLzJNrHAOaUTpynWWUebzfEy088Dv02bs+YWNwU=
12:12PM INF P2P Node ID ID=86987eeff225699e67a6543de3622b8a986cce28 file=/tmp/shangrila/config/node_key.json module=p2p
12:12PM INF Adding persistent peers addrs=["[email protected]:26656","[email protected]:26666","[email protected]:26676","[email protected]:26686"] module=p2p

@cosmic-vagabond cosmic-vagabond merged commit 80e6195 into main Aug 3, 2023
1 check passed
@cosmic-vagabond cosmic-vagabond deleted the fix/version branch August 3, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants