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
I am deploying ERC 4337 account abstraction entry point contract (version 6) and it has function simulateValidation that reverts ValidationResult and has uint data type, while calling this function I am unable to get the values in ValidationResult due to which my dapp is stuck at that point. I tried it with a simple contract that returns a uint value to check if it is the problem with ERC 4337 or frontier still got the same error.
Description
I am deploying ERC 4337 account abstraction entry point contract (version 6) and it has function
simulateValidation
that revertsValidationResult
and hasuint
data type, while calling this function I am unable to get the values inValidationResult
due to which my dapp is stuck at that point. I tried it with a simple contract that returns auint
value to check if it is the problem with ERC 4337 or frontier still got the same error.Steps to Reproduce
abc.sol
file:0.8.17
Expected vs. Actual Behavior
Expected behaviour is as shown in the below screenshot:
But when I am deploying using the frontier client I am not getting any logs as you can see in the following screenshot:
The text was updated successfully, but these errors were encountered: