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

feat: update x/ibc to support github.com/cosmos/ibc-go@v3.0.0 #651

Merged
merged 34 commits into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
bbbb755
Copy `cosmos/ibc-go/v3`
ulbqb Aug 26, 2022
33ce099
Rename tendermint file and directory
ulbqb Aug 26, 2022
2332ec7
Replace with correct path
ulbqb Aug 26, 2022
366c5b2
Formatting
ulbqb Aug 26, 2022
85fc34c
Copy `cosmos/ibc-go/v3` proto files
ulbqb Aug 26, 2022
fcc02bf
Rename tendermint file and directory for proto files
ulbqb Aug 26, 2022
792a22a
Replace with correct path for proto files
ulbqb Aug 26, 2022
99556eb
Remove `confio/proofs.proto`
ulbqb Aug 26, 2022
ce9e58b
Fix swagger-combine config
ulbqb Aug 26, 2022
ffe62d7
Generate swagger files
ulbqb Aug 26, 2022
9cea1a3
Generate stub files
ulbqb Aug 26, 2022
813696f
Fix `cosmos/ibc-go/v3` bugs
ulbqb Aug 26, 2022
db96083
Fix `go.mod` and `go.sum`
ulbqb Aug 26, 2022
c57f8e3
LBM-SDK FEATURES PATHC
ulbqb Aug 26, 2022
1d8782e
ibc v3 support for `x/wasm`
ulbqb Sep 2, 2022
3a03431
Remove `panic`
ulbqb Sep 2, 2022
52d8039
Use `github.com/line/lbm-sdk/simapp`
ulbqb Sep 2, 2022
ac3497e
Remove x/ibc/testing/simapp
ulbqb Sep 6, 2022
848d43f
Merge branch 'main' into feature/ibc_v3
ulbqb Sep 6, 2022
32b27ba
Fix conflicts
ulbqb Sep 6, 2022
dead065
Fix lint error
ulbqb Sep 6, 2022
1dbaab7
Merge branch 'main' into feature/ibc_v3
ulbqb Sep 6, 2022
854a64d
Update `CHANGELOG.md`
ulbqb Sep 6, 2022
acb3a9d
Fix comments
ulbqb Sep 6, 2022
fd2224f
Update `statik.go`
ulbqb Sep 9, 2022
5502413
Revert mistaken revert
ulbqb Sep 12, 2022
9cbbe33
Replace cosmos address with link address
ulbqb Sep 12, 2022
dd1c96c
Replace `wasmd` with `simapp`
ulbqb Sep 12, 2022
16d9ae3
Replace `tendermint` with `ostracon`
ulbqb Sep 12, 2022
7d5e1cc
Replace `tm` with `oc`
ulbqb Sep 12, 2022
ab4535d
Merge branch 'main' into feature/ibc_v3
ulbqb Sep 12, 2022
66687fc
Replace `TM` with `OC`
ulbqb Sep 15, 2022
12fecbd
Use `k.newQueryHandler`
ulbqb Sep 15, 2022
38f772f
Fix to correct storage gas
ulbqb Sep 15, 2022
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/collection) [\#622](https://github.com/line/lbm-sdk/pull/622) add Query/TokenClassTypeName
* (x/bank) [\#629](https://github.com/line/lbm-sdk/pull/629) remove unsafe balance changing methods from bank keeper such as `SetBalance` and `SetSupply`.
* (x/wasm) [\#649](https://github.com/line/lbm-sdk/pull/649) fix: wasm module's FIXME in the snapshotter.go file
* (x/ibc) [\#651](https://github.com/line/lbm-sdk/pull/651) feat: update x/ibc to support github.com/cosmos/ibc-go@v3.0.0
* (config) [\#665](https://github.com/line/lbm-sdk/pull/665) remove bech32-cache-size

### Improvements
Expand Down
7 changes: 4 additions & 3 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"url": "./tmp-swagger-gen/ibc/core/client/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "IBCClientParams"
"Params": "IBCClientParams",
"UpgradedConsensusState": "IBCUpgradedConsensusState"
}
}
},
Expand Down Expand Up @@ -176,7 +177,7 @@
"Approvers": "TokenApprovers",
"Supply": "TokenSupply",
"Minted": "TokenMinted",
"Burnt": "TokenBurnt",
"Burnt": "TokenBurnt"
}
}
},
Expand All @@ -189,7 +190,7 @@
"AllBalances": "CollectionAllBalances",
"GranteeGrants": "CollectionGranteeGrants",
"Approved": "CollectionApproved",
"Approvers": "CollectionApprovers",
"Approvers": "CollectionApprovers"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading