Skip to content

Commit

Permalink
chore: bindings + compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Feb 20, 2025
1 parent 1777284 commit c101b0c
Show file tree
Hide file tree
Showing 49 changed files with 2,827 additions and 237 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Specifies the exact version of Solidity to use, overriding auto-detection.
solc_version = '0.8.27'
# If enabled, treats Solidity compiler warnings as errors, preventing artifact generation if warnings are present.
deny_warnings = true
deny_warnings = false
# If set to true, changes compilation pipeline to go through the new IR optimizer.
via_ir = false
# Whether or not to enable the Solidity optimizer.
Expand Down
49 changes: 40 additions & 9 deletions pkg/bindings/AVSDirectory/binding.go

Large diffs are not rendered by default.

74 changes: 68 additions & 6 deletions pkg/bindings/AVSDirectoryStorage/binding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 35 additions & 4 deletions pkg/bindings/AllocationManager/binding.go

Large diffs are not rendered by default.

95 changes: 94 additions & 1 deletion pkg/bindings/AllocationManagerStorage/binding.go

Large diffs are not rendered by default.

Loading

0 comments on commit c101b0c

Please sign in to comment.