|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Fixes: |
4 | | - |
5 | | -- Routing REST API endpoints of querier on Stargate. |
6 | | -- Evaluate `--address-prefix` option when scaffolding for Stargate. |
7 | | -- Use a deterministic method to generate scaffolded type ids |
8 | | -- Modify scaffolded type's creator type from address to string |
9 | | -- Copy built starport arm64 binary from endermintdevelopment/starport:arm64 for device images |
10 | | -- Added git to amd64 docker image |
11 | | -- Comment out Gaia's seeds in the systemd unit template for downstream chains |
| 3 | +## `v0.13.0` |
12 | 4 |
|
13 | 5 | ### Features: |
14 | 6 |
|
15 | | -- Upgraded Stargate's version to v0.40.0-rc3. |
16 | | -- Added a gRPC-Web proxy which is available under http://localhost:12345/grpc. |
| 7 | +- Added `starport network` commands for launching blockchains |
| 8 | +- Added proxy (Chisel) to support launching blockchains from Gitpod |
| 9 | +- Upgraded the template (Stargate) to Cosmos SDK v0.40.0-rc3 |
| 10 | +- Added a gRPC-Web proxy, which is available under http://localhost:12345/grpc. |
17 | 11 | - Added chain id configurability by recognizing `chain_id` from `genesis` section of `config.yml`. |
18 | 12 | - Added `config/app.toml` and `config/config.toml` configurability for appd under new `init.app` and `init.config` sections of `config.yml`. |
19 | 13 | - Point to Stargate as default SDK version for scaffolding. |
20 | 14 | - Covered CRUD operations for Stargate scaffolding. |
21 | 15 | - Added docs on gopath to build from source directions |
22 | 16 | - Arch Linux Based Raspberry Pi development environment |
23 | | -- Calculate the necessary gas for sending transactions to spn |
| 17 | +- Calculate the necessary gas for sending transactions to SPN |
| 18 | + |
| 19 | +## Fixes: |
| 20 | + |
| 21 | +- Routing REST API endpoints of querier on Stargate. |
| 22 | +- Evaluate `--address-prefix` option when scaffolding for Stargate. |
| 23 | +- Use a deterministic method to generate scaffolded type IDs |
| 24 | +- Modify scaffolded type's creator type from address to string |
| 25 | +- Copy built starport arm64 binary from tendermintdevelopment/starport:arm64 for device images |
| 26 | +- Added git to amd64 docker image |
| 27 | +- Comment out Gaia's seeds in the systemd unit template for downstream chains |
24 | 28 |
|
25 | 29 | ## `v0.12.0` |
26 | 30 |
|
|
0 commit comments