Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: check if enable to query and execute smart contract of wasmd in x/token module #151

Closed
wants to merge 117 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
f936c7d
feat: add zerolog based rolling log system (#883)
dudong2 Feb 9, 2023
e2aa3ea
fix: remove some x/token,collection queries on listable collections (…
0Tech Feb 9, 2023
b886473
feat!: apply the changes of vrf location in Ostracon (#887)
zemyblue Feb 9, 2023
4863dfa
feat: remove time-based upgrade (#889)
dudong2 Feb 10, 2023
d70e63b
Map Ostracon:ErrTxInMap to lbm-sdk:ErrTxInMempoolCache (#890)
Mdaiki0730 Feb 10, 2023
eba7b9d
chore(deps): Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#886)
dependabot[bot] Feb 10, 2023
e371872
feat!: add custom `GetBlockWithTxs` for lbm (#891)
zemyblue Feb 10, 2023
5a8d776
chore(deps): Bump github.com/cosmos/btcutil from 1.0.4 to 1.0.5 (#823)
dependabot[bot] Feb 12, 2023
cb6f186
fix: change the default params of x/collection (#894)
0Tech Feb 13, 2023
4776b03
feat!: remove the incompatible field `index=14` in `TxResponse`. (#892)
zemyblue Feb 13, 2023
302cb11
fix: remove max gas validation (#895)
0Tech Feb 13, 2023
958dd22
chore: release v0.47.0-alpha1 (#897)
zemyblue Feb 13, 2023
11966d1
fix: fix a bug not added `lbm.tx.v1beta1.Service/GetBlockWithTxs` in …
zemyblue Feb 14, 2023
a642968
build: update release pipeline to match non-wasm env (#901)
tkxkd0159 Feb 14, 2023
34c10e5
chore: typos (#857)
omahs Feb 22, 2023
2eb63d9
chore(deps): Bump actions/checkout from 2 to 3 (#917)
dependabot[bot] Feb 27, 2023
bd1703f
fix: add missing Command(collection module's TxCmdModify) (#911)
jaeseung-bae Feb 27, 2023
52d9fe6
chore(deps): Bump github.com/VictoriaMetrics/fastcache from 1.12.0 to…
dependabot[bot] Feb 27, 2023
6192e0d
chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 (#904)
dependabot[bot] Feb 27, 2023
81fec6d
feat: add "uri" for MsgModify and deprecate the old ones (#900)
0Tech Feb 28, 2023
389f25a
chore(deps): Bump actions/cache from 3.2.4 to 3.2.6 (#908)
dependabot[bot] Mar 9, 2023
642412e
chore(deps): Bump github.com/hdevalence/ed25519consensus from 0.0.0-2…
dependabot[bot] Mar 9, 2023
b6b275f
chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#918)
dependabot[bot] Mar 9, 2023
465f0c4
chore(deps): Bump gaurav-nelson/github-action-markdown-link-check fro…
dependabot[bot] Mar 9, 2023
62696ae
chore(deps): Bump github.com/prometheus/common from 0.39.0 to 0.42.0 …
dependabot[bot] Mar 9, 2023
7130516
chore(deps): Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#921)
dependabot[bot] Mar 9, 2023
ce8d910
chore(deps): Bump github.com/coinbase/rosetta-sdk-go from 0.8.2 to 0.…
dependabot[bot] Mar 9, 2023
b626dec
deprecate block mode in proto (#923)
loin3 Mar 10, 2023
d9428ec
feat: introduce censorship into x/foundation (#912)
0Tech Mar 14, 2023
c025e91
fix: propagate events in x/foundation through sdk.Results (#922)
0Tech Mar 16, 2023
7623acc
docs: update permlinks in x/foundation documents (#934)
0Tech Mar 16, 2023
924cf98
build: update release pipeline to match non-wasm env (#901)
tkxkd0159 Feb 14, 2023
f3ce309
chore: typos (#857)
omahs Feb 22, 2023
220083d
fix: add missing Command(collection module's TxCmdModify) (#911)
jaeseung-bae Feb 27, 2023
884dc49
feat: add "uri" for MsgModify and deprecate the old ones (#900)
0Tech Feb 28, 2023
8fbfb7c
deprecate block mode in proto (#923)
loin3 Mar 10, 2023
524cf1f
feat: introduce censorship into x/foundation (#912)
0Tech Mar 14, 2023
6a35014
fix: propagate events in x/foundation through sdk.Results (#922)
0Tech Mar 16, 2023
b748d70
docs: update permlinks in x/foundation documents (#934)
0Tech Mar 16, 2023
691bf6b
chore(deps): Bump golang.org/x/crypto from 0.0.0-20200622213623-75b28…
dependabot[bot] Mar 20, 2023
e5590fb
chore(deps): Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#926)
dependabot[bot] Mar 20, 2023
2ec553e
chore(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 (#931)
dependabot[bot] Mar 20, 2023
aabe516
chore: clean up x/foundation api (#933)
0Tech Mar 21, 2023
f224b71
chore(deps): Bump github.com/line/ostracon from 1.0.9-0.2023020904311…
dependabot[bot] Mar 21, 2023
a063fd0
feat: bump up ostracon version to v1.0.9 (backport #939)
zemyblue Mar 21, 2023
7e85625
chore: add progress log into x/collection import-genesis (#938)
0Tech Mar 21, 2023
b57f364
chore(deps): Bump actions/cache from 3.2.6 to 3.3.1 (#928)
dependabot[bot] Mar 21, 2023
54def7b
chore: clean up x/foundation api (#933)
0Tech Mar 21, 2023
776d4de
docs: update permlinks in x/foundation documents (#934)
0Tech Mar 16, 2023
a6ca9e7
chore: add progress log into x/collection import-genesis (#938)
0Tech Mar 21, 2023
8bb999d
Merge pull request #937 from zemyblue/backporting_main
zemyblue Mar 22, 2023
b948bbd
docs: update comments in the x/token,collection events proto (#944)
0Tech Mar 28, 2023
2eb6cde
fix: fix broken x/foundation invariant on treasury (#946)
0Tech Mar 29, 2023
e5d7b04
fix: unpack proposals in x/foundation import-genesis (#947)
0Tech Apr 3, 2023
15314e4
fix: allow zero amount of coin in x/collection Query/Balance (#953)
0Tech Apr 7, 2023
4fe8ae8
fix: remove duplicated events in x/collection Msg/Modify (#954)
0Tech Apr 7, 2023
d562b43
fix: return nil where the parent not exists in x/collection Query/Par…
0Tech Apr 7, 2023
0c74e6f
fix: replace query errors on the original modules into gRPC ones (#956)
0Tech Apr 8, 2023
b842111
fix: revert #955 and add Query/HasParent into x/collection (#959)
0Tech Apr 10, 2023
0afcc7d
fix: fix default next class ids of x/collection (#960)
0Tech Apr 11, 2023
8792d89
fix: do not loop enum in x/collection (#961)
0Tech Apr 12, 2023
88c4242
chore: address generation of the empty coins in x/foundation (#952)
0Tech Apr 12, 2023
598af0a
chore(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.30.0 (#…
dependabot[bot] Apr 12, 2023
631ca58
fix: refactor queries of x/collection and x/token (#957)
0Tech Apr 13, 2023
f656c7a
fix: check event determinism on original modules (#963)
0Tech Apr 13, 2023
79cdf2d
chore: provide specific error messages on x/collection queries (#965)
0Tech Apr 14, 2023
489c442
fix: remove legacy events on x/collection and x/token (#966)
0Tech Apr 14, 2023
1c841d9
chore: change import path to `github.com/Finschia/finschia-sdk` (#970)
zemyblue Apr 18, 2023
3a7a409
fix: not to throw error when no txs in block (#982)
loin3 Apr 19, 2023
4845096
refactor: refactor x/token,collection query errors (#980)
0Tech Apr 19, 2023
ea50f75
fix: revert #952 (#984)
0Tech Apr 20, 2023
834db49
ci: update docker action (#983)
zemyblue Apr 21, 2023
d03627e
Merge branch 'rc/v0.47.0-alpha1' into feat/backport_to_main
zemyblue Apr 21, 2023
ca7c7c5
chore: update url path in changelog
zemyblue Apr 21, 2023
58428aa
Merge pull request #986 from zemyblue/feat/backport_to_main
zemyblue Apr 24, 2023
4f96389
Release finschia-sdk v0.47.0 (#988)
zemyblue Apr 25, 2023
7cc5524
chore(deps): Bump github.com/Finschia/ostracon from 1.0.10-0.20230417…
dependabot[bot] Apr 25, 2023
d25dc9f
chore(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.3 (#985)
dependabot[bot] Apr 25, 2023
5e8cc8d
chore(deps): Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#…
dependabot[bot] Apr 25, 2023
58eedc4
chore(deps): Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#949)
dependabot[bot] Apr 25, 2023
33d4252
chore(deps): Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#958)
dependabot[bot] Apr 25, 2023
96c15fe
chore(deps): Bump actions/cache from 3.2.4 to 3.3.1 (#974)
dependabot[bot] Apr 25, 2023
72702a3
chore(deps): Bump DoozyX/clang-format-lint-action from 0.15 to 0.16 (…
dependabot[bot] Apr 25, 2023
2634b37
chore(deps): Bump gaurav-nelson/github-action-markdown-link-check fro…
dependabot[bot] Apr 25, 2023
565ffd3
chore(deps): Bump golang.org/x/crypto from 0.0.0-20200622213623-75b28…
dependabot[bot] Apr 28, 2023
8bbbce0
chore(deps): Bump github.com/prometheus/client_golang from 1.14.0 to …
dependabot[bot] Apr 28, 2023
34753f2
chore(deps): Bump github.com/coinbase/rosetta-sdk-go from 0.8.2 to 0.…
dependabot[bot] Apr 28, 2023
c626995
Merge branch 'main' into feat/apply_v1.0.0
zemyblue May 2, 2023
bf4815b
Merge pull request #992 from zemyblue/feat/apply_v1.0.0
zemyblue May 2, 2023
a0c02c4
chore(deps): Bump github.com/prometheus/client_golang from 1.15.0 to …
dependabot[bot] May 8, 2023
d192860
chore(deps): Bump github.com/prometheus/common from 0.42.0 to 0.43.0 …
dependabot[bot] May 9, 2023
4e69766
docs: fix local swagger url (#997)
dudong2 May 11, 2023
46a5123
chore(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 (#973)
dependabot[bot] May 11, 2023
1e6bae4
chore(deps): Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#996)
dependabot[bot] May 11, 2023
8e8a3d8
chore(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#1004)
dependabot[bot] May 16, 2023
c357b6a
chore(deps): Bump actions/setup-go from 4.0.0 to 4.0.1 (#1003)
dependabot[bot] May 16, 2023
32b9736
chore(deps): Bump github.com/grpc-ecosystem/go-grpc-middleware from 1…
dependabot[bot] May 22, 2023
db2dc68
chore(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#1005)
dependabot[bot] May 22, 2023
97b255e
chore(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1…
dependabot[bot] May 22, 2023
13ae1f6
feat: support custom r/w gRPC options (#1017)
zemyblue May 27, 2023
227ee73
chore(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1…
dependabot[bot] Jun 5, 2023
6d8639a
chore(deps): Bump github.com/prometheus/common from 0.43.0 to 0.44.0 …
dependabot[bot] Jun 5, 2023
d8ceec3
chore(deps): Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#1020)
dependabot[bot] Jun 6, 2023
910a66b
feat!: migrate x/foundation FoundationTax into x/params (#999)
0Tech May 17, 2023
a9762dc
feat: add the api for querying next account number (#1011)
zemyblue May 22, 2023
616ff41
Merge pull request #1035 from zemyblue/feat/apply_changes_v0.47.x
zemyblue Jul 11, 2023
97b78db
refactor: change the proof.proto path to third_party/proto/confio (#1…
170210 Jul 14, 2023
3e775ff
fix: unable to connect ledger nano S on Ubuntu (#1040)
jaeseung-bae Jul 20, 2023
43555be
build: update golang version to 1.20 (#1043)
0Tech Jul 25, 2023
f8840ed
fix: make x/foundation MsgExec propagate events (#1053)
0Tech Jul 25, 2023
c3279ef
chore(deps): Bump github.com/prometheus/client_golang from 1.15.1 to …
dependabot[bot] Jul 31, 2023
6613064
chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#…
dependabot[bot] Jul 31, 2023
2d437b0
chore: Bump up Ostracon to 1.1.1 (#1057)
tnasu Aug 1, 2023
ba75f8e
docs: create ERRORS.md for x/module (#1059)
170210 Aug 9, 2023
3b238f9
docs: update links in x/foundation README.md (#1120)
0Tech Sep 11, 2023
8eb450b
chore: fix tag comments in github actions workflow docker.yml (#1078)
loloicci Sep 11, 2023
9e3a3da
feat: add sample to query and execute smart contract in x/token module.
zemyblue Sep 12, 2023
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ closes: #XXXX
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If any of the checklist items are not applicable, leave it `[ ]` and write a little note why. --->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I followed the [contributing guidelines](https://github.com/line/lbm-sdk/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/line/lbm-sdk/blob/main/CODE_OF_CONDUCT.md).
- [ ] I followed the [contributing guidelines](https://github.com/Finschia/finschia-sdk/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/Finschia/finschia-sdk/blob/main/CODE_OF_CONDUCT.md).
- [ ] I have added a relevant changelog to `CHANGELOG.md`
- [ ] I have added tests to cover my changes.
- [ ] I have updated the documentation accordingly.
Expand Down
37 changes: 37 additions & 0 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Verify that generated code is up-to-date.

name: Check generated code
on:
workflow_dispatch:
pull_request:
branches:
- '*'

permissions:
contents: read

jobs:
check-error-doc:
runs-on: ubuntu-latest
steps:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Check generated error docs
run: |
make error-doc-gen
if ! git diff --stat --exit-code ; then
echo ">> ERROR:"
echo ">>"
echo ">> Error documents require update (source files in x folder may have changed)."
echo ">> Ensure your tools are up-to-date, re-run 'make error-doc' and update this PR."
echo ">>"
exit 1
fi
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- rc*/*
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v20.15.10-rc5, v20.15.10-rc12+build1
env:
registry: docker.io
repository: line/lbm-simapp
repository: finschia/finschia-simapp
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/[email protected].14
- uses: gaurav-nelson/[email protected].15
with:
folder-path: "docs"
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
# This workflow is run on every pull request and push to main
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed.
env:
GOPRIVATE: "github.com/line/*"
GOPRIVATE: "github.com/Finschia/*"
on:
pull_request:
push:
Expand All @@ -17,20 +17,20 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/golangci-lint-action@master
- uses: golangci/golangci-lint-action@v3
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.47.2
version: v1.51
args: --timeout 10m
github-token: ${{ secrets.GITHUB_TOKEN }}
if: env.GIT_DIFF
8 changes: 4 additions & 4 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.15
- uses: DoozyX/clang-format-lint-action@v0.16
with:
source: '.'
exclude: './third_party'
Expand All @@ -23,10 +23,10 @@ jobs:
name: check generated swagger files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3.5.0
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- uses: ./.github/actions/generate-swagger
- name: diff
run: git diff
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip-sims') && contains(github.event.pull_request.labels.*.name, 'release')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- run: |
make build

install-runsim:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: install runsim
run: |
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -53,10 +53,10 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
- uses: actions/cache@v3.2.4
go-version: '1.20'
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -73,10 +73,10 @@ jobs:
needs: [build, install-runsim, test-sim-multi-seed-long-part1]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
- uses: actions/cache@v3.2.4
go-version: '1.20'
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -93,10 +93,10 @@ jobs:
needs: [build, install-runsim, test-sim-multi-seed-long-part2]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
- uses: actions/cache@v3.2.4
go-version: '1.20'
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip-sims')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- run: make build
Expand All @@ -35,14 +35,14 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -52,9 +52,9 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: technote-space/[email protected]
Expand All @@ -64,7 +64,7 @@ jobs:
!**/**_test.go
go.mod
go.sum
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -79,9 +79,9 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: technote-space/[email protected]
Expand All @@ -93,7 +93,7 @@ jobs:
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -108,9 +108,9 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: technote-space/[email protected]
Expand All @@ -122,7 +122,7 @@ jobs:
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -137,9 +137,9 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: technote-space/[email protected]
Expand All @@ -151,7 +151,7 @@ jobs:
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/sims_normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip-sims')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- run: make build
Expand All @@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -39,12 +39,12 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -57,12 +57,12 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -75,12 +75,12 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.1
with:
go-version: 1.18
go-version: '1.20'
- name: Display go version
run: go version
- uses: actions/cache@v3.2.4
- uses: actions/cache@v3.3.1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
make release
env:
GORELEASER_MOUNT_CONFIG: true
GORELEASER_IMAGE: line/goreleaserx-wasm:1.0.0-0.10.0
GORELEASER_IMAGE: line/goreleaserx:1.13.1-1.19.3
GORELEASER_RELEASE: true
BUILD_TAGS: static
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading
Loading