Skip to content

Commit

Permalink
Merge branch 'main' into create-account
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech authored Feb 3, 2023
2 parents 54075cf + 3933ad1 commit af89b27
Show file tree
Hide file tree
Showing 92 changed files with 4,739 additions and 6,202 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
- name: docker build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: ${{github.event_name != 'pull_request'}}
build-args: ARCH=x86_64
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: install runsim
run: |
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.18
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.18
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -96,7 +96,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.18
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -64,7 +64,7 @@ jobs:
!**/**_test.go
go.mod
go.sum
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sims_normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -44,7 +44,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -62,7 +62,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -80,7 +80,7 @@ jobs:
go-version: 1.18
- name: Display go version
run: go version
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: install tparse
run: |
go install github.com/mfridman/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-tparse-binary
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes
* (client) [\#817](https://github.com/line/lbm-sdk/pull/817) remove support for composite (BLS) type
* (x/foundation) [#834](https://github.com/line/lbm-sdk/pull/834) Apply foundation audit
* (x/foundation) [\#834](https://github.com/line/lbm-sdk/pull/834) Apply foundation audit
* (x/collection,token) [\#849](https://github.com/line/lbm-sdk/pull/849) Introduce codespace into x/collection,token
* (x/token,collection) [\#863](https://github.com/line/lbm-sdk/pull/863) Update x/collection,token proto
* (x/collection,token) [\#866](https://github.com/line/lbm-sdk/pull/866) Do not create account on x/token,collection

### Removed
Expand All @@ -59,6 +60,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Breaking Changes
* (rest) [\#807](https://github.com/line/lbm-sdk/pull/807) remove legacy REST API
* (codec) [\#833](https://github.com/line/lbm-sdk/pull/833) Fix foundation amino codec

### Build, CI
* (ci) [\#829](https://github.com/line/lbm-sdk/pull/829) automate release process
Expand Down
6 changes: 4 additions & 2 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt"
"Burnt": "TokenBurnt",
"Contract": "TokenContract"
}
}
},
Expand All @@ -148,7 +149,8 @@
"AllBalances": "CollectionAllBalances",
"GranteeGrants": "CollectionGranteeGrants",
"Approved": "CollectionApproved",
"Approvers": "CollectionApprovers"
"Approvers": "CollectionApprovers",
"Contract": "CollectionContract"
}
}
},
Expand Down
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit af89b27

Please sign in to comment.