-
Notifications
You must be signed in to change notification settings - Fork 3
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/token paymaster test refactor #34
Conversation
// Todo: marked for removal | ||
import "forge-std/console2.sol"; |
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.
do you want to remove it after audit?
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.
yes I will
@@ -56,7 +58,8 @@ contract BiconomyTokenPaymaster is | |||
// supported in // independent mode | |||
|
|||
// PAYMASTER_ID_OFFSET | |||
uint256 private constant _UNACCOUNTED_GAS_LIMIT = 50_000; // Limit for unaccounted gas cost | |||
// Note: Temp |
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.
Is it for testing purposes?
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.
yes, haven't gotten to right accounting yet.
Co-authored-by: filmakarov <[email protected]>
Note: some of the accounting tests are still unclear/unsatisfactory.
Also, left some console logs (to be removed) for now