Support additional CLI query commands for the ratelimit module#241
Support additional CLI query commands for the ratelimit module#241jaybxyz wants to merge 16 commits intoComposableFi:masterfrom
ratelimit module#241Conversation
…d by the module to enhance clarity
…ing error with grpc error
|
I'm currently stuck while adding the final test cases for In the @vuong177 @GNaD13 @anhductn2001 Could you lend me a hand with this when you have a moment? I'd appreciate your insights into why this might be happening. You can refer to this test case TestChanOpenInit() that i am debugging with. I will give an update if i find any. |
| func (s *KeeperTestSuite) TestChanOpenInit() { | ||
| // Create client and connections on both chains | ||
| path := ibctesting.NewPath(s.chainA, s.chainB) | ||
| s.coordinator.SetupConnections(path) |
There was a problem hiding this comment.
I think that this current path doesn't set portID which is used to retrieve capability. In our app.go, we didn't add port mock like ibc-go app.go. This port is only using for testing, not in product.
Description
This PR resolves #240
Tasks
types/msgs.gomsgServerandqueryServerto enhance clarifyMakefile