Skip to content

Commit

Permalink
Create .gitpod.yml (#1378)
Browse files Browse the repository at this point in the history
* Create .gitpod.yml

* Update .gitpod.yml

* Update CHANGELOG.md

* Update .gitpod.yml

Co-authored-by: Roman <roman@osmosis.team>

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Roman <roman@osmosis.team>
  • Loading branch information
3 people authored May 7, 2022
1 parent 56a30f5 commit 7fd7e7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image: ghcr.io/faddat/cosmos

ports:
- port: 1317
- port: 26657
- port: 8080
- port: 7575
visibility: public
- port: 4500
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

* [#1378](https://github.com/osmosis-labs/osmosis/pull/1378) add .gitpod.yml
* [#1262](https://github.com/osmosis-labs/osmosis/pull/1262) Add a `forceprune` command to the binaries, that prunes golevelDB data better.
* [#1244](https://github.com/osmosis-labs/osmosis/pull/1244) Refactor `x/gamm`'s `ExitSwapExternAmountOut`.
* [#1107](https://github.com/osmosis-labs/osmosis/pull/1107) Update to wasmvm v0.24.0, re-enabling building on M1 macs!
* [#1292](https://github.com/osmosis-labs/osmosis/pull/1292) CLI account-locked-duration
*

### Minor improvements & Bug Fixes

* [#1379](https://github.com/osmosis-labs/osmosis/pull/1379) Introduce `Upgrade` and `Fork` structs, to simplify upgrade logic.
Expand Down

0 comments on commit 7fd7e7e

Please sign in to comment.