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

feat(bindings): update Go contract bindings #587

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e659bbba8160fa2eb4de1180d27546674ed4d86
1f6a8afc472b5cbee45ee3cbf6635f140d329673
2 changes: 1 addition & 1 deletion bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func UnpackTxListBytes(txData []byte) ([]byte, error) {
return nil, err
}

inputs, ok := args["txList"].([]byte)
inputs, ok := args["_txList"].([]byte)

if !ok {
return nil, errors.New("failed to get txList bytes")
Expand Down
74 changes: 37 additions & 37 deletions bindings/gen_address_manager.go

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions bindings/gen_assignment_hook.go

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions bindings/gen_guardian_prover.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/gen_lib_depositing.go

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

2 changes: 1 addition & 1 deletion bindings/gen_lib_proposing.go

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

2 changes: 1 addition & 1 deletion bindings/gen_lib_proving.go

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

Loading
Loading