From 0d25bceea3b1000c54ba8afa0f169f56ab807490 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 30 Apr 2022 11:35:09 +0700 Subject: [PATCH 1/4] Create .gitpod.yml --- .gitpod.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000000..df997585467 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,17 @@ +image: ghcr.io/faddat/cosmos + + + +tasks: + - name: Setup + init: + command: + + +ports: + - port: 1317 + - port: 26657 + - port: 8080 + - port: 7575 + visibility: public + - port: 4500 From 1852f2c74cd11e017ac35cf0729f0f70e429195e Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 30 Apr 2022 11:45:21 +0700 Subject: [PATCH 2/4] Update .gitpod.yml --- .gitpod.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index df997585467..68669e4418b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,12 +2,7 @@ image: ghcr.io/faddat/cosmos -tasks: - - name: Setup - init: - command: - - + ports: - port: 1317 - port: 26657 From 9d676e4467e9208adbec69379ec3e28987f1011c Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 30 Apr 2022 11:55:51 +0700 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585c6948fc2..0de8d5e2878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * [#1363](https://github.com/osmosis-labs/osmosis/pull/1363) Switch e2e test setup to create genesis and configs via Dockertest From 64f6ed123aaab5d3187e6579f6cdb7eaedf930ef Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 7 May 2022 18:45:15 +0700 Subject: [PATCH 4/4] Update .gitpod.yml Co-authored-by: Roman --- .gitpod.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 68669e4418b..5d7ad67e74f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,8 +1,5 @@ image: ghcr.io/faddat/cosmos - - - ports: - port: 1317 - port: 26657