- #3707 Add collections support.
- #3977 Add
chain lintcommand to lint the chain's codebase usinggolangci-lint - #3770 Add
scaffold configsandscaffold paramscommands - #4001 Improve
xgennydry run - #3967 Add HD wallet parameters
address indexandaccount numberto the chain account config - #4004 Remove all import placeholders using the
xastpkg
- #4058 Simplify scaffolded modules by including
ValidateBasic()logic in message handler. - #4058 Use
address.Codecinstead ofAccAddressFromBech32. - #3993 Oracle scaffolding was deprecated and has been removed
- #3959 Remove app name prefix from the
.gitignorefile - #3962 Rename all RPC endpoints and autocli commands generated for
map/list/singletypes - #3976 Remove error checks for Cobra command value get calls
- #4002 Bump buf build
- #4008 Rename
pkg/yamltopkg/xyaml
- #3969 Get first config validator using a getter to avoid index errors
- #4000 Run all dry runners before the wet run in the
xgennypkg
- #4019 Add
skip-protoflag tos chaincommand - #3985 Make some
cmdpkg functions public - #3956 Prepare for wasm app
- #3660 Add ability to scaffold ICS consumer chain
- #4035 Bump
cometbfttov0.38.6andibc-go/v8tov8.1.1 - #4031 Bump
cli-plugin-networktov0.2.2due to dependencies issue. - #4013 Bump
cosmos-sdktov0.50.5 - #4010 Use
AppNameinsteadModuleNamefor scaffold a new App - #3972 Skip Ignite app loading for some base commands that don't allow apps
- #3983 Bump
cosmos-sdktov0.50.4andibc-gotov8.1.0
- #4021 Set correct custom signer in
s list --signer <signer> - #3995 Fix interface check for ibc modules
- #3953 Fix apps
Stdoutis redirected toStderr - #3863 Fix breaking issue for app client API when reading app chain info
- #3924 Scaffold NFT module by default
- #3839 New structure for app scaffolding
- #3835 Add
--minimalflag toscaffold chainto scaffold a chain with the least amount of sdk modules - #3820 Add integration tests for IBC chains
- #3956 Prepare for wasm app
- #3899 Introduce
plugin.Executefunction - #3903 Don't specify a default build tag and deprecate notion of app version
- #3878 Support local forks of Cosmos SDK in scaffolded chain.
- #3869 Fix .git in parent dir
- #3867 Fix genesis export for ibc modules.
- #3850 Fix app.go file detection in apps scaffolded before v28.0.0
- #3885 Scaffold chain with Cosmos SDK
v0.50.3 - #3877 Change Ignite App extension to "ign"
- #3897 Introduce alternative folder in templates
- #3786 Add artifacts for publishing Ignite to FlatHub and Snapcraft
- #3830 Remove gRPC info from Ignite Apps errors
- #3861 Send to the analytics if the user is using a GitPod
- #3822 Improve default scaffolded AutoCLI config
- #3838 Scaffold chain with Cosmos SDK
v0.50.2, and bump confix and x/upgrade to latest - #3829 Support version prefix for cached values
- #3723 Create a wrapper for errors
- #3827 Change ignite apps to be able to run in any directory
- #3831 Correct ignite app gRPC server stop memory issue
- #3825 Fix a minor Keplr type-checking bug in TS client
- #3836, #3858 Add missing IBC commands for scaffolded chain
- #3833 Improve Cosmos SDK detection to support SDK forks
- #3849 Add missing
tx.gofile by default and enable cli if autocli does not exist - #3851 Add missing ibc interfaces to chain client
- #3860 Fix analytics event name
- #3659 cosmos-sdk
v0.50.xupgrade - #3694 Query and Tx AutoCLI support
- #3536 Change app.go to v2 and add AppWiring feature
- #3544 Add bidirectional communication to app (plugin) system
- #3756 Add faucet compatibility for latest sdk chains
- #3476 Use
buf.buildbinary to code generate from proto files - #3724 Add or vendor proto packages from Go dependencies
- #3561 Add GetChainInfo method to plugin system API
- #3626 Add logging levels to relayer
- #3614 feat: use DefaultBaseappOptions for app.New method
- #3715 Add test suite for the cli tests
- #3793 Refactor Ignite to follow semantic versioning (prepares v28.0.0). If you are using packages, do not forget to import the
/v28version of the packages. - #3529 Refactor plugin system to use gRPC
- #3751 Rename label to skip changelog check
- #3745 Set tx fee amount as option
- #3748 Change default rpc endpoint to a working one
- #3621 Change
pkg/availableportto allow custom parameters inFindfunction and handle duplicated ports - #3810 Bump network app version to
v0.2.1 - #3581 Bump cometbft and cometbft-db in the template
- #3522 Remove indentation from
chain serveoutput - #3346 Improve scaffold query --help
- #3601 Update ts-relayer version to
0.10.0 - #3658 Rename Marshaler to Codec in EncodingConfig
- #3653 Add "app" extension to plugin binaries
- #3656 Disable Go toolchain download
- #3662 Refactor CLI "plugin" command to "app"
- #3669 Rename
pluginsconfig file toigniteapps - #3683 Resolve
--dep authas--dep accountinscaffold module - #3795 Bump cometbft to
v0.38.2 - #3599 Add analytics as an option
- #3670 Remove binaries
- #3386 Prevent scaffolding of default module called "ibc"
- #3592 Fix
pkg/protoanalysisto support HTTP rule parameter arguments - #3598 Fix consensus param keeper constructor key in
app.go - #3610 Fix overflow issue of cosmos faucet in
pkg/cosmosfaucet/transfer.goandpkg/cosmosfaucet/cosmosfaucet.go - #3618 Fix TS client generation import path issue
- #3631 Fix unnecessary vue import in hooks/composables template
- #3661 Change
pkg/cosmosanalysisto find Cosmos SDK runtime app registered modules - #3716 Fix invalid plugin hook check
- #3725 Fix flaky TS client generation issues on linux
- #3726 Update TS client dependencies. Bump vue/react template versions
- #3728 Fix wrong parser for proto package names
- #3729 Fix broken generator due to caching /tmp include folders
- #3767 Fix
v0.50ibc genesis issue - #3808 Correct TS code generation to generate paginated fields
- #3701 Bump
goversion to 1.21
- #3505 Auto migrate dependency tools
- #3538 bump sdk to
v0.47.3and ibc tov7.1.0 - #2736 Add
--skip-gitflag to skip git repository initialization. - #3381 Add
ignite doctorcommand - #3446 Add
gas-adjustmentflag to the cosmos client. - #3439 Add
--build.tagsflag forchain serveandchain buildcommands. - #3524 Apply auto tools migration to other commands
- Added compatibility check and auto migration features and interactive guidelines for the latest versions of the SDK
- #3444 Add support for ICS chains in ts-client generation
- #3494 bump
cosmos-sdkandcometbftversions - #3434 Detect app wiring implementation
- #3497 Use corret bank balance query url in faucet openapi
- #3481 Use correct checksum format in release checksum file
- #3470 Prevent overriding minimum-gas-prices with default value
- #3523 Upgrade Cosmos SDK compatibility check for scaffolded apps
- #3441 Correct wrong client context for cmd query methods
- #3487 Handle ignired error in package
cosmosaccountAccount.PubKey
- #3238 Add
Sharedhostplugin option - #3214 Global plugins config.
- #3142 Add
ignite network request param-changecommand. - #3181 Addition of
addandremovecommands forplugins - #3184 Separate
plugins.ymlconfig file. - #3038 Addition of Plugin Hooks in Plugin System
- #3056 Add
--genesis-configflag option toignite network chain publish - #2892 Add
ignite scaffold reactcommand. - #2892 Add
ignite generate composablescommand. - #2892 Add
ignite generate hookscommand. - #2955 Add
ignite network request add-accountcommand. - #2877 Plugin system
- #3060 Plugin system flag support
- #3105 Addition of
ignite plugin describe <path>command - #2995 Add
ignite network request remove-validatorcommand. - #2999 Add
ignite network request remove-accountcommand. - #2458 New
chain servecommand UI. - #2992 Add
ignite chain debugcommand.
- #3369 Update
ibc-gotov6.1.0. - #3306 Move network command into a plugin
- #3305 Bump Cosmos SDK version to
v0.46.7. - #3068 Add configs to generated TS code for working with JS projects
- #3071 Refactor
ignite/templatespackage. - #2892
ignite scaffold vueandignite scaffold reactuse v0.4.2 templates - #2892
removeSigner()method added to generatedts-client - #3035 Bump Cosmos SDK to
v0.46.4. - #3037 Bump
ibc-gotov5.0.1. - #2957 Change generate commands to print the path to the generated code.
- #2981 Change CLI to also search chain binary in Go binary path.
- #2958 Support absolute paths for client code generation config paths.
- #2993 Hide
ignite scaffold bandcommand and deprecate functionality. - #2986 Remove
--proto-all-modulesflag because it is now the default behaviour. - #2986 Remove automatic Vue code scaffolding from
scaffold chaincommand. - #2986 Add
--generate-clientstochain servecommand for optional client code (re)generation. - #2998 Hide
ignite generate dartcommand and remove functionality. - #2991 Hide
ignite scaffold fluttercommand and remove functionality. - #2944 Add a new event "update" status option to
pkg/cliui. - #3030 Remove colon syntax from module scaffolding
--depflag. - #3025 Improve config version error handling.
- #3084 Add Ignite Chain documentation.
- #3109 Refactor scaffolding for proto files to not rely on placeholders.
- #3106 Add zoom image plugin.
- #3194 Move config validators check to validate only when required.
- #3183 Make config optional for init phase.
- #3224 Remove
grpc_*prefix from query files in scaffolded chains - #3229 Rename
campaigntoprojectin ignite network set of commands - #3122 Change
generate ts-clientto ignore the cache by default. - #3244 Update
actions.ymlfor resolving deprecation message - #3337 Remove
pkg/openapiconsoleimport from scaffold template. - #3337 Register
nodeservicegRPC inapp.gotemplate. - #3455 Bump
cosmos-sdktov0.47.1 - #3434 Detect app wiring implementation.
- #3445 refactor: replace
github.com/ghodss/yamlwithsigs.k8s.io/yaml
- #3033 Remove Cosmos SDK Launchpad version support.
- #3114 Fix out of gas issue when approving many requests
- #3068 Fix REST codegen method casing bug
- #3031 Move keeper hooks to after all keepers initialized in
app.gotemplate. - #3098 Fix config upgrade issue that left config empty on error.
- #3129 Remove redundant
keyring-backendconfig option. - #3187 Change prompt text to fit within 80 characters width.
- #3203 Fix relayer to work with multiple paths.
- #3320 Allow
idandcreatoras names when scaffolding a type. - #3327 Scaffolding messages with same name leads to aliasing.
- #3383 State error and info are now displayed when using serve UI.
- #3379 Fix
ignite docsissue by disabling mouse support. - #3435 Fix wrong client context for cmd query methods.
- #3145 Security fix upgrading Cosmos SDK to
v0.46.6
- #2968 Dragonberry security fix upgrading Cosmos SDK to
v0.46.3
- Add
pkg/cosmostxcollectorpackage with support to query and save TXs and events. - Add
ignite network coordinatorcommand set. - Add
ignite network validatorcommand set. - Deprecate
cosmoscmdpkg and add cmd templates for scaffolding. - Add generated TS client test support to integration tests.
- Updated
pkg/cosmosanalysisto discover the list of app modules when defined in variables or functions. - Improve genesis parser for
networkcommands - Integration tests build their own ignite binary.
- Updated
pkg/cosmosanalysisto discover the list of app modules when defined in variables. - Switch to broadcast mode sync in
cosmosclient - Updated
nodetime:ts-prototov1.123.0,protobufjstov7.1.1,swagger-typescript-apitov9.2.0 - Switched codegen client to use
axiosinstead offetch - Added
useKeplr()anduseSigner()methods to TS client. Allowed query-only instantiation. nodetimebuilt withvercel/pkg@5.6.0- Change CLI to use an events bus to print to stdout.
- Move generated proto files to
proto/{appname}/{module} - Update
pkg/cosmosanalysisto detect when proto RPC services are using pagination. - Add
--peer-addressflag tonetwork chain joincommand. - Change nightly tag format
- Add cosmos-sdk version in
versioncommand - #2935 Update
gobuffalo/plushtemplating tool tov4
- Fix ICA controller wiring.
- Change vuex generation to use a default TS client path.
- Fix cli action org in templates.
- Seal the capability keeper in the
app.gotemplate. - Change faucet to allow CORS preflight requests.
- Fix config file migration to void leaving end of file content chunks.
- Change session print loop to block until all events are handled.
- Handle "No records were found in keyring" message when checking keys.
- #2941 Fix session to use the same spinner referece.
- #2922 Network commands check for latest config version before building the chain binary.
- Upgraded Cosmos SDK to
v0.46.2.
- Upgraded Cosmos SDK to
v0.46.0and IBC tov5in CLI and scaffolding templates - Change chain init to check that no gentx are present in the initial genesis
- Add
network rewards releasecommand - Add "make mocks" target to Makefile
- Add
--skip-protoflag tobuild,initandservecommands to build the chain without building proto files - Add
node query txcommand to query a transaction in any chain. - Add
node query bankcommand to query an account's bank balance in any chain. - Add
node tx bank sendcommand to send funds from one account to another in any chain. - Add migration system for the config file to allow config versioning
- Add
node tx bank sendcommand to send funds from one account to another in any chain. - Implement
network profilecommand - Add
generate ts-clientcommand to generate a stand-alone modular TypeScript client.
- Add changelog merge strategy in
.gitattributesto avoid conflicts. - Refactor
templates/appto removemonitoringpmodule from the default template - Updated keyring dependency to match Cosmos SDK
- Speed up the integration tests
- Refactor ignite network and fix genesis generation bug
- Make Go dependency verification optional during build by adding the
--check-dependenciesflag so Ignite CLI can work in a Go workspace context. - Temporary SPN address change for nightly
- Rename
simapp.go.plushsimulation file template tohelpers.go.plush - Remove campaign creation from the
network chain publishcommand - Optimized JavaScript generator to use a single typescript API generator binary
- Improve documentation and add support for protocol buffers and Go modules syntax
- Add inline documentation for CLI commands
- Change
cmd/accountto skip passphrase prompt when importing from mnemonic - Add nodejs version in the output of ignite version
- Removed
handler.gofrom scaffolded module template - Migrated to
cosmossdk.iopackages for andmath - Vuex stores from the
generate vuexcommand use the new TypeScript client - Upgraded frontend Vue template to v0.3.10
- Improved error handling for crypto wrapper functions
- Fix
pkg/cosmosclientto call the faucet prior to creating the tx. - Test and refactor
pkg/comosclient. - Change templates to add missing call to
RegisterMsgServerin the default module's template to match what's specified in the docs - Fix cosmoscmd appID parameter value to sign a transaction correctly
- Fix
scaffold querycommand to useGetClientQueryContextinstead ofGetClientTxContext - Fix flaky integration tests issue that failed with "text file busy"
- Fix default chain ID for publish
- Replace
os.Renamewithxos.Rename - Fix CLI reference generation to add
ignite completiondocumentation - Remove usage of deprecated
io/ioutilpackage
- Apps can now use generics
- Fix
pkg/cosmosanalysisto support apps with generics - Remove
ignite-hq/clifrom dependency list in scaffolded chains
- Change
pkg/cosmosgento allow importing IBC proto files - Improve docs for Docker related commands
- Improve and fix documentation issues in developer tutorials
- Add migration docs for v0.22.2
- Improve
go mod downloaderror report inpkg/cosmosgen
- Enable Darwin ARM 64 target for chain binary releases in CI templates
- Rename
ignite-hqtoignite
- Fix IBC module scaffolding interface in templates
- Optimized the build system. The
chain serve,chain build,chain generatecommands and other variants are way faster now - Upgraded CLI and templates to use IBC v3
- Add a fix in code generation to avoid user's NodeJS configs to break TS client generation routine
- Set min. gas to zero when running
chaincommand set
- Add compatibility to run chains built with Cosmos-SDK
v0.46.0-alpha1and above - Scaffold chains now will have
authmodule enabled by default
- Fixed shell completion generation
- Make sure proto package names are valid when using simple app names
- Support simple app names when scaffolding chains. e.g.:
ignite scaffold chain mars - Ask confirmation when scaffolding over changes that are not committed yet
- Use
protocbinary compiled in an older version of macOS AMD64 for backwards compatibility in code generation
- Use the latest version of CLI in templates to fix Linux ARM support (It's now possible to develop chains in Linux ARM
machines and since the chain depends on the CLI in its
go.mod, it needs to use the latest version that support ARM targets)
- Use
unsafe-reset-allcmd undertendermintcmd for chains that use=> v0.45.3version of Cosmos SDK
- Release the CLI with Linux ARM and native M1 binaries
Our new name is Ignite CLI!
IMPORTANT! This upgrade renames starport command to ignite. From now on, use ignite command to access the CLI.
- Upgraded Cosmos SDK version to
v0.45.2 - Added support for in memory backend in
pkg/cosmosclientpackage - Improved our tutorials and documentation
- Enable client code and Vuex code generation for query only modules as well.
- Upgraded the Vue template to
v0.3.5.
- Fixed snake case in code generation.
- Fixed plugin installations for Go =>v1.18.
- Dropped transpilation of TS to JS. Code generation now only produces TS files.
- Upgraded Vue template to
v0.3.0.
- Upgraded Flutter template to
v2.0.3
- Fixed race condition during faucet transfer
- Fixed account sequence mismatch issue on faucet and relayer
- Fixed templates for IBC code scaffolding
- Upgraded blockchain templates to use IBC v2.0.2
-
Deprecated the Starport Modules tendermint/spm repo and moved the contents to the Ignite CLI repo
ignite/pkg/in PR 1971Updates are required if your chain uses these packages:
spm/ibckeeperis nowpkg/cosmosibckeeperspm/cosmoscmdis nowpkg/cosmoscmdspm/openapiconsoleis nowpkg/openapiconsoletestutil/sampleis nowcosmostestutil/sample
-
Updated the faucet HTTP API schema. See API changes in fix: improve faucet reliability #1974
- Enabled the
scaffold fluttercommand
starport scaffoldcommands supportints,uints,strings,coin,coinsas field types (#1579)- Added simulation testing with
simappto the default template (#1731) - Added
starport generate dartto generate a Dart client from protocol buffer files - Added
starport scaffold flutterto scaffold a Flutter mobile app template - Parameters can be specified with a new
--paramsflag when scaffolding modules (#1716) - Simulations can be run with
starport chain simulate - Set
cointypefor accounts inconfig.yml(#1663)
- Allow using a
creatorfield when scaffolding a model with a--no-messageflag (#1730) - Improved error handling when generating code (#1907)
- Ensure account has funds after faucet transfer when using
cosmosclient(#1846) - Move from
io/ioutiltoioandospackage (refactoring) (#1746)
- Starport v0.18 comes with Cosmos SDK v0.44 that introduced changes that are not compatible with chains that were scaffolded with Starport versions lower than v0.18. After upgrading from Starport v0.17.3 to Starport v0.18, you must update the default blockchain template to use blockchains that were scaffolded with earlier versions. See Migration.
- Scaffold commands allow using previously scaffolded types as fields
- Added
--signerflag tomessage,list,map, andsinglescaffolding to allow customizing the name of the signer of the message - Added
--indexflag toscaffold mapto provide a custom list of indices - Added
scaffold typeto scaffold a protocol buffer definition of a type - Automatically check for new Starport versions
- Added
starport tools completionsto generate CLI completions - Added
starport accountcommands to manage accounts (key pairs) starport versionnow prints detailed information about OS, Go version, and more- Modules are scaffolded with genesis validation tests
- Types are scaffolded with tests for
ValidateBasicmethods cosmosclienthas been refactored and can be used as a library for interacting with Cosmos SDK chainsstarport relayerusesstarport account- Added
--pathflag for allscaffold,generateandchaincommands - Added
--outputflag to thebuildcommand - Configure port of gRPC web in
config.ymlwith thehost.grpc-webproperty - Added
build.mainfield toconfig.ymlfor apps to specify the path of the chain's main package. This property is required to be set only when an app contains multiple main packages.
- Scaffolding a message no longer prevents scaffolding a map, list, or single that has the same type name when using
the
--no-messageflag - Generate Go code from proto files only from default directories or directories specified in
config.yml - Fixed faucet token transfer calculation
- Removed
creatorfield for types scaffolded with the--no-messageflag - Encode the count value in the store with
BigEndian
- oracle: add a specific BandChain pkg version to avoid Cosmos SDK version conflicts
client.tomlis initialized and used by node's CLI, can be configured throughconfig.ymlwith theinit.clientproperty- Support serving Cosmos SDK
v0.43.xbased chains
- Set visibility to
publicon Gitpod's port 7575 to enable peer discovery for SPN - Fixed GitHub action that releases blockchain node's binary
- Fixed an error in chain scaffolding due to "unknown revision"
- Fixed an error in
starport chain serveby limiting the scope where proto files are searched for
- Added GitHub action that automatically builds and releases a binary
- The
--releaseflag for thebuildcommand adds the ability to release binaries in a tarball with a checksum file. - Added the flag
--no-moduleto the commandstarport appto prevent scaffolding a default module when creating a new app - Added
--depflag to specify module dependency when scaffolding a module - Added support for multiple naming conventions for component names and field names
- Print created and modified files when scaffolding a new component
- Added
starport generatenamespace with commands to generate Go, Vuex and OpenAPI - Added
starport chain initcommand to initialize a chain without starting a node - Scaffold a type that contains a single instance in the store
- Introduced
starport toolscommand for advanced users. Existingstarport relayer lowlevel *commands are also moved undertools - Added
faucet.rate_limit_windowproperty toconfig.yml - Simplified the
cmdpackage in the template - Added
starport scaffold bandoracle query scaffolding - Updated TypeScript relayer to 0.2.0
- Added customizable gas limits for the relayer
- Use snake case for generated files
- Prevent using incorrect module name
- Fixed permissions issue when using Starport in Docker
- Ignore hidden directories when building a chain
- Fix error when scaffolding an IBC module in non-Starport chains
- Prevent indirect Buf dependency
- Ensure that CLI operates fine even if the installation directory (bin) of Go programs is not configured properly
- The new
joinflag adds the ability to pass a--genesisfile and--peersaddress list withstarport network chain join - The new
showflag adds the ability to show--genesisand--peerslist withstarport network chain show protocis now bundled with Ignite CLI. You don't need to install it anymore.- Starport is now published automatically on the Docker Hub
starport relayerconfigureandconnectcommands now use the confio/ts-relayer under the hood. Also, checkout the newstarport relayer lowlevelcommand- An OpenAPI spec for your chain is now automatically generated with
serveandbuildcommands: a console is available atlocalhost:1317and spec atlocalhost:1317/static/openapi.ymlby default for the newly scaffolded chains - Keplr extension is supported on web apps created with Starport
- Added tests to the scaffold
- Improved reliability of scaffolding by detecting placeholders
- Added ability to scaffold modules in chains not created with Starport
- Added the ability to scaffold Cosmos SDK queries
- IBC relayer support is available on web apps created with Starport
- New types without CRUD operations can be added with the
--no-messageflag in thetypecommand - New packet without messages can be added with the
--no-messageflag in thepacketcommand - Added
docscommand to read Starport documentation on the CLI - Published documentation on https://docs.starport.network
- Added
mnemonicproperty to account in theaccountslist to generate a key from a mnemonic
starport network chain joinhanging issue when creating an account- Error when scaffolding a chain with an underscore in the repo name (thanks @bensooraj!)
starport serveno longer starts the web app in thevuedirectory (usenpmto start it manually)- Default scaffold no longer includes legacy REST API endpoints (thanks @bensooraj!)
- Removed support for Cosmos SDK v0.39 Launchpad
- IBC module scaffolding
- IBC packet scaffolding with acknowledgements
- JavaScript and Vuex client code generation for Cosmos SDK and custom modules
- Standalone relayer with
configureandconnectcommands - Advanced relayer options for configuring ports and versions
- Scaffold now follows
MsgServerconvention - Message scaffolding
- Added
starport type ... --indexedto scaffold indexed types - Custom config file support with
starport serve -c custom.yml - Detailed terminal output for created accounts: name, address, mnemonic
- Added spinners to indicate progress for long-running commands
- Updated to Cosmos SDK v0.42.1
- Replaced
packrwith Go 1.16embed - Renamed
serverstop-level property tohost
- Chain state persistence between
starport servelaunches - Integrated Stargate app's
scripts/protocgeninto Starport as a native feature. Runningstarport build/servewill automatically take care of building proto files without a need of script in the app's source code. - Integrated third-party proto-files used by Cosmos SDK modules into Ignite CLI
- Added ability to customize binary name with
build.binaryinconfig.yml - Added ability to change path to home directory with
.homeinconfig.yml - Added ability to add accounts by
addresswith inconfig.yml - Added faucet functionality available on port 4500 and configurable with
faucetinconfig.yml - Added
starport faucet [address] [coins]command - Updated scaffold to Cosmos SDK v0.41.0
- Distroless multiplatform docker containers for starport that can be used for
starport serve - UI containers for chains scaffolded with Starport
- Use SOS-lite and Docker instead of systemD
- Arch PKGBUILD in
scripts
- Support for CosmWasm on Stargate
- Bug with dashes in GitHub username breaking proto package name
- Bug with custom address prefix
- use docker buildx as a single command with multiple platforms to make multi-manifest work properly
- 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 that 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
- 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
- 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
- Added an option to configure server addresses under
serverssection inconfig.yml
--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 protobuf profiler: prof_laddr -> pprof_laddr
- Fix an error, when a Stargate
servecmd doesn't start if a user doesn't have a relayer installed
- Published on Snapcraft
- 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 generated 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
- Add ARM64 releases
- OS Image Generation for Raspberry Pi 3 and 4
- Added
versioncommand - Added support for validator configuration in config.yml.
- Starport can be launched on Gitpod
- Added
make clean
- Compile with go1.15
- Running
starport add type...multiple times no longer breaks the app - Running
appcli tx app create-xnow checks for all required args - 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 compatibility issues) and enabled CORS
for
appcli rest-serverinstead typecommand supports dashes in app names
- Configure
genesis.jsonthroughgenesisfield inconfig.yml - Initialize git repository on
appscaffolding - Check Go and GOPATH when running
serve
- verbose is --verbose, not -v, in the cli
- Renamed
frontenddirectory tovue - Added first E2E tests (for
appandadd wasmsubcommands)
- 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 app
- Initialize with accounts defined
config.yml starport serve --verboseshows detailed output from every process- Custom address prefixes with
--address-prefixflag - Cosmos SDK Launchpad support
- Rebuild and reinitialize on file change
Initial release.