Skip to content

Commit

Permalink
feat: update x/ibc to support github.com/cosmos/ibc-go@v3.0.0 (#651)
Browse files Browse the repository at this point in the history
* Copy `cosmos/ibc-go/v3`

* Rename tendermint file and directory

* Replace with correct path

* Formatting

* Copy `cosmos/ibc-go/v3` proto files

* Rename tendermint file and directory for proto files

* Replace with correct path for proto files

* Remove `confio/proofs.proto`

* Fix swagger-combine config

* Generate swagger files

* Generate stub files

* Fix `cosmos/ibc-go/v3` bugs

* Fix `go.mod` and `go.sum`

* LBM-SDK FEATURES PATHC

* ibc v3 support for `x/wasm`

* Remove `panic`

* Use `github.com/line/lbm-sdk/simapp`

* Remove x/ibc/testing/simapp

* Fix conflicts

* Fix lint error

* Update `CHANGELOG.md`

* Fix comments

* Update `statik.go`

* Revert mistaken revert

* Replace cosmos address with link address

* Replace `wasmd` with `simapp`

* Replace `tendermint` with `ostracon`

* Replace `tm` with `oc`

* Replace `TM` with `OC`

* Use `k.newQueryHandler`

* Fix to correct storage gas
  • Loading branch information
ulbqb authored Sep 19, 2022
1 parent 5dbd91d commit 80ba750
Show file tree
Hide file tree
Showing 457 changed files with 40,265 additions and 11,027 deletions.
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

0 comments on commit 80ba750

Please sign in to comment.