Skip to content

Commit

Permalink
Adding a summary
Browse files Browse the repository at this point in the history
  • Loading branch information
shellygr committed Jan 15, 2025
1 parent 3008eaa commit 16a6c20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions certora/specs/entryPointShared.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ methods {
bytes32 userOpHash,
uint256 maxCost
) external => NONDET;
function _.validateSignatures(
EntryPoint.PackedUserOperation[] userOps,
bytes signature
) external => NONDET;

function balanceOf(address) external returns (uint256) envfree;
function _compensate(address beneficiary, uint256 amount) internal => NONDET;
Expand Down

0 comments on commit 16a6c20

Please sign in to comment.