Releases: ignite/cli
Releases · ignite/cli
v0.13.1
v0.13.0
Features:
- Added
starport networkcommands for launching blockchains - Added proxy (Chisel) to support launching blockchains from Gitpod
- Upgraded the template (Stargate) to Cosmos SDK v0.40.0-rc3
- Added a gRPC-Web proxy, which is available under http://localhost:12345/grpc.
- Added chain id configurability by recognizing
chain_idfromgenesissection ofconfig.yml. - Added
config/app.tomlandconfig/config.tomlconfigurability for appd under newinit.appandinit.configsections ofconfig.yml. - Point to Stargate as default SDK version for scaffolding.
- Covered CRUD operations for Stargate scaffolding.
- Added docs on gopath to build from source directions
- Arch Linux Based Raspberry Pi development environment
- Calculate the necessary gas for sending transactions to SPN
Fixes:
- Routing REST API endpoints of querier on Stargate.
- Evaluate
--address-prefixoption when scaffolding for Stargate. - Use a deterministic method to generate scaffolded type IDs
- Modify scaffolded type's creator type from address to string
- Copy built starport arm64 binary from tendermintdevelopment/starport:arm64 for device images
- Added git to amd64 docker image
- Comment out Gaia's seeds in the systemd unit template for downstream chains
v0.12.0
Features:
- Added Github CLI to gitpod environment for greater ease of use
- Added
starport buildcommand to build and install app binaries. - Improved the first-time experience for readers of the Starport readme and parts of the Starport Handbook.
- Added
starport module createcommand to scaffold custom modules - Raspberry Pi now installs, builds, and serves the Vue UI
- Improved documentation for Raspberry Pi Device Images
- Added IBC and some other modules. Enabled Relayer.
- Added an option to configure server addresses under
serverssection inconfig.yml.
Fixes:
--address-prefixwill always be translated to lowercase while scaffolding withappcommand.- HTTP API: accept strings in JSON and cast them to int and bool
- Update @tendermint/vue to
v0.1.7 - Removed "Starport Pi"
- Removed Makefile from Downstream Pi
- Fixed Downstream Pi image Github Action
- Prevent duplicated fields with
typecommand - Fixed handling of protobufs profiler: prof_laddr -> pprof_laddr
- Fix an error, when a Stargate
servecmd doesn't start if a user doesn't have a relayer installed.
v0.11.1
v0.11.0
Features:
- Added experimental Stargate scaffolding option with
--sdk-version stargateflag onstarport appcommand. - 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
Features:
- Added
versioncommand - Added support for
validatorconfiguration inconfig.yml.
Fixes:
- Running
starport add type...multiple times no longer breaks the app - Running
appcli tx app create-xnow checks for all required args. -#173. - Removed unused
--denomflag from theappcommand. It previously has moved as a prop to theconfig.ymlunderaccountssection. - Disabled proxy server in the Vue app (this was causing to some compatibilitiy issues) and enabled CORS for
appcli rest-serverinstead. typecommand now supports dashes in app names.
v0.0.10-rc.3
Features:
- Configure
genesis.jsonthroughgenesisfield inconfig.yml - Initialize git repository on
appscaffolding - Check Go and GOPATH when running
serve
Changes:
- Renamed
frontenddirectory tovue - Added first E2E tests (for
appandadd wasmsubcommands)
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.ymltrigger reinitialization of the app - Running
starport add wasmmultiple times no longer breaks the ap
v0.0.10-rc.2
Fixed
- fixed serving developer UI over HTTP.
v0.0.10-rc.1
Fixed
- fix GoReleaser workflow on CI to match with updated paths of the templates and the main program.
v0.0.10-rc
Improvements
- Cosmos SDK Launchpad support
- Introduced a
config.ymlwith user account configuration support. servenow waits for a fix before refreshing serve when app cannot be compiled.- Improved
--verboselogs ofservecommand. - Updated CosmJS to the Launchpad version.
- Added CODEOWNERS.
- Started CONTRIBUTING guideline.
Fixed
- Improved reliability of
servecommand. - NPM page now shows the Starport's README.
Removed
- Replaced
Makefilewith newconfig.ymlin the project's directory. /faucetendpoint from the API.
Internal
- General refactoring.
- Refactored serve functionality and parts of the
cmdpackage. - Added more util packages under
pkg/. - Added CI workflow for unit testing.
/statusendpoint 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