Skip to content

Releases: iov-one/starnamed

v0.11.7

14 Mar 16:52
4d6cb5b
Compare
Choose a tag to compare

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

v0.11.6

13 Dec 18:47
Compare
Choose a tag to compare

Starname v0.11.6 : Production release

This version contains significant changes from all previous versions.

  • Rebase from wasmd project
  • Update to cosmos v0.45.9
  • Update the IBC v3
  • Starname modules:
    • Add the escrow module
    • Add the burner module

Full Changelog: v0.11.5...v0.11.6

v0.10.19

19 Oct 20:42
76d7e05
Compare
Choose a tag to compare

v0.10.19 (2022-10-19)

ATTENTION:

This is a security release for the Dragonberry security advisory.

All users should upgrade immediately.

v0.11.5

17 Dec 19:57
3e2d39a
Compare
Choose a tag to compare
cosmos-sdk v0.44.5

v0.10.18: Merge pull request #137 from iov-one/yield-patch

10 Nov 20:17
82c063e
Compare
Choose a tag to compare
Fix a bug where GetBlockFees would always return an empty fee for the current height

v0.11.2

29 Oct 09:58
b6f8d9a
Compare
Choose a tag to compare
BREAKING CHANGE: Add burner module; the v0.11.x series is NOT compati…

v0.10.17

27 Oct 12:39
640e034
Compare
Choose a tag to compare
Compatible with v0.10.13 through v0.10.16

v0.10.16

27 Oct 09:40
f9e1a28
Compare
Choose a tag to compare
Compatible with v0.10.13 through v0.10.15, ie no consensus breaking c…

v0.10.15: Change `QueryYieldResponse.apy` to `QueryYieldResponse.yield` (#129)

26 Oct 15:31
74e98c4
Compare
Choose a tag to compare
* Change `QueryYieldResponse.apy` to `QueryYieldResponse.yield`

* Pick-up the latest tweaks to stargatenet

v0.10.14

25 Oct 19:08
af82c0a
Compare
Choose a tag to compare
Add real-time yield estimate endpoint `/starname/v1beta1/yield`