-
Notifications
You must be signed in to change notification settings - Fork 19
feat: fee payer for sudo fee #70
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: fee payer for sudo fee #70
Conversation
c08bc83 to
9865ef9
Compare
src/testcases/ibc_transfer.test.ts
Outdated
| testState.wallets.neutron.demo1, | ||
| NEUTRON_DENOM, | ||
| ); | ||
| cm3 = new CosmosWrapper( |
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.
cm3 before cm2 seems strange. Maybe it's time to rename these variables?
cm -> ntrnDemo1
cm3 -> ntrnDemo2
cm2 -> cosmosDemo2
Or please suggest something.
Because it's getting hard to read in test cases.
…n-org/neutron-integration-tests into feat/NTRN-331-payer-address-for-sudo-fees
NeverHappened
left a comment
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.
LGTM, although we did not rename the cm1, cm2, cm3 in the interchaintx.test.ts, maybe we can do it in a separate task.
related stuff:
please note: I've renamed simple test into ibc_transfer as it represents contents much better