Skip to content

Releases: ignite/cli

v0.11.0

29 Sep 12:29
9852765
Compare
Choose a tag to compare

Features:

  • Added experimental Stargate scaffolding option with --sdk-version stargate flag on starport app command.
  • Pi Image Generation for chains generated with Starport
  • Github action with capture of binary artifacts for chains generted with starport
  • Gitpod: added guidelines and changed working directory into docs.
  • Updated web scaffold with an improved sign in, balance list and a simple wallet.
  • Added CRUD actions for scaffolded types: delete, update and get.

v0.0.10

31 Aug 15:18
662619b
Compare
Choose a tag to compare

Features:

  • Added version command
  • Added support for validator configuration in config.yml.

Fixes:

  • Running starport add type... multiple times no longer breaks the app
  • Running appcli tx app create-x now checks for all required args. -#173.
  • Removed unused --denom flag from the app command. It previously has moved as a prop to the config.yml under accounts section.
  • Disabled proxy server in the Vue app (this was causing to some compatibilitiy issues) and enabled CORS for appcli rest-server instead.
  • type command now supports dashes in app names.

v0.0.10-rc.3

21 Aug 12:21
c4765ff
Compare
Choose a tag to compare

Features:

  • Configure genesis.json through genesis field in config.yml
  • Initialize git repository on app scaffolding
  • Check Go and GOPATH when running serve

Changes:

  • Renamed frontend directory to vue
  • Added first E2E tests (for app and add wasm subcommands)

Fixes:

  • No longer crashes, when git is initialized, but doesn't have commits
  • Failure to start the frontend doesn't prevent Starport from running
  • Changes to config.yml trigger reinitialization of the app
  • Running starport add wasm multiple times no longer breaks the ap

v0.0.10-rc.2

08 Aug 19:03
712b531
Compare
Choose a tag to compare

Fixed

  • fixed serving developer UI over HTTP.

v0.0.10-rc.1

07 Aug 15:51
0cfba78
Compare
Choose a tag to compare

Fixed

  • fix GoReleaser workflow on CI to match with updated paths of the templates and the main program.

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