From 08f6d33ef8c008b6a6413e960d8ea6bb323296b7 Mon Sep 17 00:00:00 2001 From: quasisamurai Date: Tue, 24 Sep 2024 10:23:40 -0300 Subject: [PATCH] add more comments --- src/testcases/run_in_band/rate_limit.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/testcases/run_in_band/rate_limit.test.ts b/src/testcases/run_in_band/rate_limit.test.ts index bde9120c..0c96ef38 100644 --- a/src/testcases/run_in_band/rate_limit.test.ts +++ b/src/testcases/run_in_band/rate_limit.test.ts @@ -356,6 +356,10 @@ describe('Neutron / IBC transfer', () => { expect(res.rawLog).contains('IBC Rate Limit exceeded'); }); }); + + + // Note: we haven't unset the limit afterwards, instead we've removed rate limiting contract from params. + // ibc send afterwards should work because rate-limiting MW action is completely removed from the ibc stack describe('Remove RL contract from neutron', () => { const proposalId = 2; test('create proposal', async () => { @@ -378,7 +382,6 @@ describe('Neutron / IBC transfer', () => { test('execute passed proposal', async () => { await daoMember1.executeProposalWithAttempts(proposalId); }); - // Note: we haven't unset the limit afterwards, instead we've removed rate limiting contract from params // and here we just tests if ibc send works test('perform IBC send after removig of contract: should be fine', async () => { const res = await neutronClient.signAndBroadcast(