You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: The validateAndPayForPaymasterTransaction function is missing implementation for the actual validation logic of the transaction. Currently, it only checks the length of _transaction.paymasterInput and transfers funds to the bootloader without any validation logic.
route for mentioned issues is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol
The text was updated successfully, but these errors were encountered:
Description: The
validateAndPayForPaymasterTransaction
function is missing implementation for the actual validation logic of the transaction. Currently, it only checks the length of_transaction.paymasterInput
and transfers funds to the bootloader without any validation logic.route for mentioned issues is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol
The text was updated successfully, but these errors were encountered: