-
Notifications
You must be signed in to change notification settings - Fork 170
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
test: unit and e2e tests to ibc-quota #1738
Conversation
1. add cli queries for rate_limits and params 2. add updateProposal for rate_limits and ibcPause status
1. add token_quota, total_quota, quota_duration params 2. ibc-transfer token quota checking with token_quota and total_quota params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's don't use testify/suite
. We are ok to use testify/require
if this helps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Let's convert all tests suites to gotest/tools/v3 based tests
- let's set
t.Parallel()
wherever possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-approving. Please look at all comments before merging
1. remove testify/suite and add gotest tools
Description
Adding unit and e2e tests to ibc transfer quota
closes: #1742
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...