Skip to content

Commit 9b937b9

Browse files
authored
Update changelog.md (#587)
1 parent 6dfa294 commit 9b937b9

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

changelog.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
# Changelog
22

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`
124

135
### Features:
146

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.
1711
- Added chain id configurability by recognizing `chain_id` from `genesis` section of `config.yml`.
1812
- Added `config/app.toml` and `config/config.toml` configurability for appd under new `init.app` and `init.config` sections of `config.yml`.
1913
- Point to Stargate as default SDK version for scaffolding.
2014
- Covered CRUD operations for Stargate scaffolding.
2115
- Added docs on gopath to build from source directions
2216
- 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
2428

2529
## `v0.12.0`
2630

0 commit comments

Comments
 (0)