Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raunak/proof api clients #258

Merged
merged 1 commit into from
Nov 23, 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
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Hardcoded for simplicity
CONTRACT_NAMES = channel \
CrossL2Prover \
Dispatcher \
DummyLightClient \
DummyProofVerifier \
Expand All @@ -11,6 +12,7 @@ CONTRACT_NAMES = channel \
Ibc \
IbcDispatcher \
IbcUtils \
ICrossL2Prover \
IDispatcher \
IFeeVault \
ILightClient \
Expand Down Expand Up @@ -40,7 +42,7 @@ build-contracts:
rm -frd ./out; \
forge install; \
forge build --skip test script -C contracts \
-R $$(cat remappings.txt) --lib-paths lib \
--lib-paths lib \
--extra-output-files abi --force

# Libraries do not generate the correct ABI code (ChannelState enum causes errors)
Expand Down
497 changes: 497 additions & 0 deletions bindings/go/crossl2prover/CrossL2Prover.go

Large diffs are not rendered by default.

306 changes: 306 additions & 0 deletions bindings/go/icrossl2prover/ICrossL2Prover.go

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions bindings/go/ilightclient/IClientUpdates.go

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

Loading
Loading