Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(bindings): update Go contract bindings (#607)
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
mask-pp and davidtaikocha authored Mar 6, 2024
1 parent 3f99b4a commit 1b03e6a
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 44 deletions.
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1f6a8afc472b5cbee45ee3cbf6635f140d329673
71553ac94b7a99a1ec090bda1e156ffaea2b4ce4
4 changes: 4 additions & 0 deletions bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ var (
Name: "parentMetaHash",
Type: "bytes32",
},
{
Name: "sender",
Type: "address",
},
}
transitionComponents = []abi.ArgumentMarshaling{
{
Expand Down
26 changes: 13 additions & 13 deletions bindings/gen_assignment_hook.go

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions bindings/gen_guardian_prover.go

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions bindings/gen_lib_proposing.go

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

33 changes: 17 additions & 16 deletions bindings/gen_taiko_l1.go

Large diffs are not rendered by default.

0 comments on commit 1b03e6a

Please sign in to comment.