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 (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Feb 29, 2024
1 parent d323c6f commit 2237295
Show file tree
Hide file tree
Showing 16 changed files with 3,045 additions and 676 deletions.
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

0 comments on commit 2237295

Please sign in to comment.