Skip to content

Commit

Permalink
add l2 event proposer contract and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu authored and RnkSngh committed Nov 23, 2024
1 parent 8e57e56 commit 72f50ad
Show file tree
Hide file tree
Showing 47 changed files with 4,422 additions and 280 deletions.
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

0 comments on commit 72f50ad

Please sign in to comment.