Releases: iov-one/starnamed
Releases · iov-one/starnamed
v0.11.7
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
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
v0.11.5
cosmos-sdk v0.44.5
v0.10.18: Merge pull request #137 from iov-one/yield-patch
Fix a bug where GetBlockFees would always return an empty fee for the current height
v0.11.2
BREAKING CHANGE: Add burner module; the v0.11.x series is NOT compati…
v0.10.17
Compatible with v0.10.13 through v0.10.16
v0.10.16
Compatible with v0.10.13 through v0.10.15, ie no consensus breaking c…
v0.10.15: Change `QueryYieldResponse.apy` to `QueryYieldResponse.yield` (#129)
* Change `QueryYieldResponse.apy` to `QueryYieldResponse.yield` * Pick-up the latest tweaks to stargatenet
v0.10.14
Add real-time yield estimate endpoint `/starname/v1beta1/yield`