Skip to content

Releases: ignite/cli

v0.0.10-rc

07 Aug 10:51
7679742
Compare
Choose a tag to compare

Improvements

  • Cosmos SDK Launchpad support
  • Introduced a config.yml with user account configuration support.
  • serve now waits for a fix before refreshing serve when app cannot be compiled.
  • Improved --verbose logs of serve command.
  • Updated CosmJS to the Launchpad version.
  • Added CODEOWNERS.
  • Started CONTRIBUTING guideline.

Fixed

  • Improved reliability of serve command.
  • NPM page now shows the Starport's README.

Removed

  • Replaced Makefile with new config.yml in the project's directory.
  • /faucet endpoint from the API.

Internal

  • General refactoring.
  • Refactored serve functionality and parts of the cmd package.
  • Added more util packages under pkg/.
  • Added CI workflow for unit testing.
  • /status endpoint is added to Starport's dev server and used by the dev console.

Thank You!

Special thanks to ones who committed to this RC release:
@fadeev, @giansalex, @ilgooz, @marbar3778, @nylira, @orkunkl, @webmaster128

v0.0.9

24 Jul 08:35
7eb193a
Compare
Choose a tag to compare
  • starport add wasm adds CosmWasm support for smart contracts.
  • added analytics.

v0.0.8

20 Jul 15:30
887d17e
Compare
Choose a tag to compare

With this change, everytime when a new release is created for Starport as a Go binary, it is wrapped to an npm package and published under @tendermint/starport as well.

npm i -g @tendermint/starport

🎊

v0.0.7

16 Jul 17:51
02ccba7
Compare
Choose a tag to compare
  • Updated frontend app with a new sign in form
  • starport serve -p flag to provide custom project path
  • starport app ... supports dashes in name
  • Replaced tendermint/sig with CosmJS library for wallets and signing

v0.0.6

30 Jun 07:51
Compare
Choose a tag to compare
  • Moved frontend back into serve cmd, fixed reloading issue

v0.0.5

29 Jun 20:44
Compare
Choose a tag to compare
  • Removed frontend from main cmd to prevent bugs

v0.0.4

29 Jun 12:05
Compare
Choose a tag to compare
  • Improved welcome screen with loading indicators

v0.0.3

24 Jun 14:19
Compare
Choose a tag to compare
  • Fixed a typo on the welcome screen

v0.0.2

24 Jun 14:07
Compare
Choose a tag to compare
  • Go code linting
  • Welcome screen

v0.0.1

24 Jun 07:56
Compare
Choose a tag to compare

Initial release.