-
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
Fix Chainlight 005 // Introduce withdrawal delay and min deposit #27
Fix Chainlight 005 // Introduce withdrawal delay and min deposit #27
Conversation
let's merge below PR to develop first, take back merge and work on the test cases |
1 similar comment
let's merge below PR to develop first, take back merge and work on the test cases |
looking at it |
Here's a minor suggestion.
|
we thought these actions may not need event tracking. can still add @filmakarov |
Add bulk refund method
…-delay-and-min-deposit
addressed here 36fb443 |
Fix this.
Introduce submit request / execute request pattern for paymaster id balances withdrawals. Delay can be set to 0 for trusted paymasterIds though
introduce min deposit.
Introduce code changes
Fix tests