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

Commit 1b03e6a

Browse files
feat(bindings): update Go contract bindings (#607)
Co-authored-by: David <david@taiko.xyz>
1 parent 3f99b4a commit 1b03e6a

6 files changed

+49
-44
lines changed

bindings/.githead

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f6a8afc472b5cbee45ee3cbf6635f140d329673
1+
71553ac94b7a99a1ec090bda1e156ffaea2b4ce4

bindings/encoding/input.go

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ var (
7474
Name: "parentMetaHash",
7575
Type: "bytes32",
7676
},
77+
{
78+
Name: "sender",
79+
Type: "address",
80+
},
7781
}
7882
transitionComponents = []abi.ArgumentMarshaling{
7983
{

bindings/gen_assignment_hook.go

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/gen_guardian_prover.go

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/gen_lib_proposing.go

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/gen_taiko_l1.go

+17-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)