Skip to content

Commit

Permalink
Handling calls recursively in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Dec 18, 2024
1 parent f3ed98a commit 318cf6b
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 206 deletions.
1 change: 1 addition & 0 deletions packages/validation-manager/src/BundlerCollectorTracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export interface TopLevelCallInfo {
contractSize: { [addr: string]: ContractSizeInfo }
extCodeAccessInfo: { [addr: string]: string }
oog?: boolean
calls?: []
}

/**
Expand Down
Loading

0 comments on commit 318cf6b

Please sign in to comment.