Skip to content

Commit

Permalink
Merge pull request #863 from tendermint/release/v0.15.0
Browse files Browse the repository at this point in the history
chore: release/v0.15.0
  • Loading branch information
ilgooz authored Mar 16, 2021
2 parents b30ae61 + 53498eb commit 451ab81
Show file tree
Hide file tree
Showing 847 changed files with 356,016 additions and 14,644 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/devices.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/docker-push.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/docker.yml

This file was deleted.

20 changes: 2 additions & 18 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,22 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Set up Node
uses: actions/setup-node@v2-beta
with:
node-version: "14"

- name: Set up packr2
run: go get -u github.com/gobuffalo/packr/v2/packr2
node-version: 14

- name: Set up Snapcraft
run: |
sudo apt-get update && sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
- name: Checkout
uses: actions/checkout@v2
with:
path: ${{ env.working-directory }}
fetch-depth: 0

- name: Build UI
working-directory: ${{ env.working-directory }}
run: make ui

- name: Run packr2
working-directory: ${{ env.working-directory }}
run: |
export GOPATH=$GITHUB_WORKSPACE/go
export PATH=$PATH:$GOPATH
cd starport/interface/cli/starport
packr2 -v
- name: Snapcraft Login
env:
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/golangci-lint-action@master
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.28
version: v1.37
args: --timeout 10m
github-token: ${{ secrets.github_token }}

if: env.GIT_DIFF
19 changes: 0 additions & 19 deletions .github/workflows/makepkg.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15 changes: 2 additions & 13 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Set up Node
uses: actions/setup-node@v2-beta
with:
node-version: "14"
node-version: 14

- name: Install protoc
uses: arduino/setup-protoc@v1

- name: Set up packr2
run: go get -u github.com/gobuffalo/packr/v2/packr2

- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -39,14 +36,6 @@ jobs:
working-directory: ${{ env.working-directory }}
run: make ui

- name: Run packr2
working-directory: ${{ env.working-directory }}
run: |
export GOPATH=$GITHUB_WORKSPACE/go
export PATH=$PATH:$GOPATH
cd starport/interface/cli/starport
packr2 -v
- name: Install Starport
working-directory: ${{ env.working-directory }}
run: |
Expand Down
23 changes: 8 additions & 15 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: "Get Go 1.15"
run: |
go get golang.org/dl/go1.15
go1.15 download
- name: Install protoc
uses: arduino/setup-protoc@v1

- name: Set up packr2
run: go get -u github.com/gobuffalo/packr/v2/packr2

- name: Set up relayer
run: git clone https://github.com/cosmos/relayer && cd relayer && git checkout ba17c4db185229d9354187a8b9723097ab527261 && make install

- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -38,14 +37,6 @@ jobs:
working-directory: ${{ env.working-directory }}
run: make ui

- name: Run packr2
working-directory: ${{ env.working-directory }}
run: |
export GOPATH=$GITHUB_WORKSPACE/go
export PATH=$PATH:$GOPATH
cd starport/interface/cli/starport
packr2 -v
- name: Install Starport
working-directory: ${{ env.working-directory }}
run: |
Expand All @@ -54,3 +45,5 @@ jobs:
- name: Run Integration Tests
working-directory: ${{ env.working-directory }}
run: ./scripts/test-integration
env:
GONAME: "go1.15"
56 changes: 0 additions & 56 deletions .github/workflows/test-relayer.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: 1.16
- run: ./scripts/test-unit
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
build/
dist
packrd
*-packr.go
nodetime-*
node_modules
.DS_Store
apps/
.idea
.vscode
.vscode
7 changes: 7 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
FROM gitpod/workspace-full

RUN wget https://golang.org/dl/go1.16.linux-amd64.tar.gz && \
rm -rf $HOME/go && \
tar -C $HOME -xzf go1.16.linux-amd64.tar.gz && \
rm go1.16.linux-amd64.tar.gz

ENV GONAME go1.15

RUN brew install gh protobuf
7 changes: 4 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ workspaceLocation: "./starport/docs"

tasks:
- name: Install Starport
before: |
go get golang.org/dl/go1.15
go1.15 download
init: |
# Install Starport
export BIN_PATH=$GOPATH/bin
Expand All @@ -15,9 +19,6 @@ tasks:
mkdir -p $BIN_PATH
(cd /workspace/starport && ./scripts/install)
# install rly
(cd /tmp && git clone https://github.com/cosmos/relayer && cd relayer && git checkout ba17c4db185229d9354187a8b9723097ab527261 && make -C /tmp/relayer install)
command: |
export VUE_APP_CUSTOM_URL=$(gp url)
export CHISEL_ADDR=$(gp url 7575)
Expand Down
Loading

0 comments on commit 451ab81

Please sign in to comment.