-
Couldn't load subscription status.
- Fork 109
test: add e2e for evm #753
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
base: main
Are you sure you want to change the base?
Conversation
| ) | ||
| return receipt | ||
| else: | ||
| return receipt |
Check failure
Code scanning / CodeQL
Potentially uninitialized local variable Error test
|
|
||
|
|
||
| def wait_for_fn(name, fn, *, timeout=120, interval=1): | ||
| for i in range(int(timeout / interval)): |
Check warning
Code scanning / CodeQL
Unnecessary 'else' clause in loop Warning test
|
|
||
|
|
||
| async def wait_for_fn_async(name, fn, *, timeout=120, interval=1): | ||
| for i in range(int(timeout / interval)): |
Check warning
Code scanning / CodeQL
Unnecessary 'else' clause in loop Warning test
| ) | ||
| signer1_balance = await ERC20.fns.balanceOf(signer1).call(w3, to=tf_erc20_addr) | ||
| assert signer1_balance == signer1_balance_bf - approve_amt | ||
| signer1_balance_bf = signer1_balance |
Check notice
Code scanning / CodeQL
Unused local variable Note test
| assert signer2_balance == signer2_balance_bf | ||
| receiver_balance = await ERC20.fns.balanceOf(receiver).call(w3, to=tf_erc20_addr) | ||
| assert receiver_balance == receiver_balance_bf + approve_amt | ||
| receiver_balance_bf = receiver_balance |
Check notice
Code scanning / CodeQL
Unused local variable Note test
ref cmd wait 2 blks
Description
Closes: #XXXX
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...
mainbranch