matter-labs/zksync

Limited Error Handling

ManiiiHz opened this issue · 0 comments

There's limited error handling in the contract. For example, when transferring funds to the
bootloader, if the transfer fails, there's a require statement, but no specific error message is provided,
making it harder to debug in case of failures.
the route is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol