Skip to content

Commit

Permalink
docs(changelog): v0.19 (#1924)
Browse files Browse the repository at this point in the history
* docs(changelog): v0.19

* Update changelog.md
  • Loading branch information
fadeev authored Dec 17, 2021
1 parent c37a382 commit 9993db3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@

### Features:

- `starport scaffold` commands support `ints`, `uints`, `strings`, `coin`, `coins` as field types (#1579)
- Simulation testing with `simapp` has been added to the default template (#1731)
- Added `starport generate dart` to generate a Dart client from protocol buffer files
- Added `starport scaffold flutter` to scaffold a Flutter mobile app template
- `starport scaffold` commands support `ints`, `uints`, `strings`, `coin`, `coins` as field types [#1579](https://github.com/tendermint/starport/pull/1579)
- Parameters can be specified with a new `--params` flag when scaffolding modules (#1716)
- Simulations can be run with `starport chain simulate`
- `cointype` for accounts can be set in the `config.yml` (#1663)

### Fixes:

- Allow using a `creator` field when scaffolding a model with a `--no-message` flag (#1730)
- Improved error handling when generating code (#1907)
- Ensure account has funds after faucet transfer when using `cosmosclient` (#1846)
- Move from `io/ioutil` to `io` and `os` package (refactoring) (#1746)

## `v0.18.0`

Expand Down

0 comments on commit 9993db3

Please sign in to comment.