Skip to content

v0.11.7

Latest
Compare
Choose a tag to compare
@dsmello dsmello released this 14 Mar 16:52
· 1 commit to main since this release
4d6cb5b

What's Changed

This pull request will unify the starnamed v0.11.6 and v0.11.5 into one main branch and allow us to clean deprecated components and new tags.

This pull request does the following:

NOTE: To utilize the state-sync feature, you will need one of the following:
    Sync a node using the v0.11.7 binary from a node with clean data running v0.11.7
    Download the pure data from a node running v0.11.7
    reprocess the blocks from the beginning using the versions v0.10.12 -> v0.10.13 -> v0.11.7
  • Upgrade the starnamed v0.11.5 to v0.11.7

    • Bump cosmos v0.45.9
    • Bump to wasmd v0.29.2
    • Add the upgrade handler at app/upgrade.go to "starname-version-11"
  • Fixed the state-sync issue.

  • Fixed the swagger documentation.

  • Docs:

    • New readme.md
    • WIP add more docs about how to sync the node to the main chain
    • new Changelog.md

Full Changelog: v0.11.5...v0.11.7