Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
f402925
chore: release 0.14.0 (#722)
lumtis Feb 4, 2021
14ccc66
Update build.sh
faddat Feb 4, 2021
9087bfc
Update build.sh
faddat Feb 4, 2021
af0c13b
Fixed path issues for immediate use
faddat Feb 4, 2021
0e72b72
Merge pull request #726 from tendermint/loopdisk-var
ilgooz Feb 5, 2021
711dc5b
feat: scaffold transactions using MsgServer convention (#725)
lumtis Feb 5, 2021
7f8bd92
docs: update version & video link (#730)
nylira Feb 5, 2021
80941cf
feat: add standalone relayer commands (#709)
ilgooz Feb 9, 2021
4d4516d
docs(cmd/relayer): document low-level relayer command (#737)
ilgooz Feb 9, 2021
93550a0
fix: alpine-Dockerfile (#741)
faddat Feb 10, 2021
53d0d16
docs(serve): detailed account logs (#742)
ilgooz Feb 11, 2021
d4072c6
fix: Delete PKGBUILD (#743)
faddat Feb 11, 2021
81cb403
ci(pi): disable them temp because high LFS usage (#748)
ilgooz Feb 11, 2021
60614f0
Removed docker and rpi automated builds (#749)
faddat Feb 11, 2021
fdd57c1
fix: register Msg Service Desc in module codec (#750)
lumtis Feb 11, 2021
c97bd6c
feat(serve): custom config option (#761)
lumtis Feb 18, 2021
6e8b9da
chore(integration): disable parallel run to not bottleneck the CI (#769)
ilgooz Feb 19, 2021
019c44f
feat: scaffold IBC module and IBC packets (#731)
lumtis Feb 19, 2021
f422d8e
docs: rm uncessary dash for cli flag description (#770)
wonderfan Feb 20, 2021
ed03f79
chore: faucet.coins compact notation (#774)
fadeev Feb 22, 2021
5de0aa7
feat: advanced options for relayer configure command (#767)
lumtis Feb 22, 2021
08d9d9c
fix(services/chain): CLI Home (#778)
lumtis Feb 22, 2021
7a221bf
fix(relayer): fetch chain id from /status endpoint (#782)
ilgooz Feb 23, 2021
d1e4df7
cosmosfaucet: add json output to launchpad send command (#784)
helder-moreira Feb 23, 2021
a2cbf2b
docs(dev ui): remove extra space (#787)
Feb 26, 2021
aa481ac
feat(cmd): add more spinners (#785)
ilgooz Feb 26, 2021
10f61d0
fix(docs): link on welcome screen to go to docs not the repo (#791)
Feb 26, 2021
c172df1
docs: Update install instructions (#794)
Feb 27, 2021
ab3f4c7
feat: scaffold indexed type (#790)
lumtis Feb 27, 2021
1d3bb3a
docs: update CosmWasm docs for v0.14 and Stargate (#796)
fadeev Mar 1, 2021
9cc965c
feat(packet): scaffold an acknowledgment type for each new packet (#800)
lumtis Mar 2, 2021
ed5cbe4
docs: add --depth=1 to install doc
fadeev Mar 3, 2021
1f2f47c
refactor(scaffolding): switch from packr to embed (#805)
ilgooz Mar 3, 2021
fbb381e
chore(faucet): add support for using external node (#813)
helder-moreira Mar 3, 2021
5268361
chore(ci): don't run the linter on non code changes (#817)
Mar 7, 2021
c7e8ba6
feat(chaincmd): add legacy send support to faucet (#829)
helder-moreira Mar 8, 2021
89b050f
feat: scaffold empty message (#823)
lumtis Mar 9, 2021
d836439
fix(chain): keyring backend & upgrade LP version (#832)
ilgooz Mar 10, 2021
7b9f4c4
refactor: rename server fields in config (#833)
lumtis Mar 11, 2021
74f48ea
fix: return error when imported module is not wasm (#836)
lumtis Mar 11, 2021
d3ab763
docs: pdated link to ecosystem projects (#841)
nassdonald Mar 11, 2021
81d7e85
chore(stargate): upgrade sdk version to v0.42.1 (#839)
ilgooz Mar 12, 2021
0e2e51b
fix: prevent using invalid field name for type/packet/message (#842)
lumtis Mar 12, 2021
e2e3502
refactor(type): use uint64 for id and encode it in the store in big e…
lumtis Mar 12, 2021
85fb3a8
fix: prevent using invalid name for type/packet/message (#849)
lumtis Mar 13, 2021
d5b3281
docs(scaffold): suggested update to fix a typo and add a little gramm…
Mar 13, 2021
8a6eb60
docs: remove aragon chain (#854)
hxrts Mar 14, 2021
0918d76
fix: prevent duplicated component name (#850)
lumtis Mar 15, 2021
88781ee
feat: codegen for frontend-X modules communication (#732)
ilgooz Mar 16, 2021
1f21b98
docs: updated changelog (#844)
fadeev Mar 16, 2021
d469b10
fix(nodetime): use the right binary for darwin (#858)
fadeev Mar 16, 2021
c8ff271
fix(ci): rm ui build step (#861)
ilgooz Mar 16, 2021
5fc3836
Merge branch 'develop' into sync-master
ilgooz Mar 16, 2021
53498eb
Merge pull request #862 from tendermint/sync-master
ilgooz Mar 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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/action-semantic-pull-request@v1.2.0
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