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

chore(relayer): update abi for the protocol 1.11.0 #18862

Closed
wants to merge 1 commit into from
Closed
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
269 changes: 197 additions & 72 deletions packages/eventindexer/contracts/bridge/Bridge.go

Large diffs are not rendered by default.

364 changes: 234 additions & 130 deletions packages/eventindexer/contracts/sgxverifier/SgxVerifier.go

Large diffs are not rendered by default.

1,485 changes: 1,106 additions & 379 deletions packages/eventindexer/contracts/taikol1/TaikoL1.go

Large diffs are not rendered by default.

251 changes: 188 additions & 63 deletions packages/eventindexer/contracts/taikotoken/TaikoToken.go

Large diffs are not rendered by default.

119 changes: 44 additions & 75 deletions packages/relayer/bindings/bridge/Bridge.go

Large diffs are not rendered by default.

119 changes: 44 additions & 75 deletions packages/relayer/bindings/erc1155vault/ERC1155Vault.go

Large diffs are not rendered by default.

397 changes: 304 additions & 93 deletions packages/relayer/bindings/erc20vault/ERC20Vault.go

Large diffs are not rendered by default.

119 changes: 44 additions & 75 deletions packages/relayer/bindings/erc721vault/ERC721Vault.go

Large diffs are not rendered by default.

119 changes: 44 additions & 75 deletions packages/relayer/bindings/quotamanager/QuotaManager.go

Large diffs are not rendered by default.

271 changes: 213 additions & 58 deletions packages/relayer/bindings/signalservice/SignalService.go

Large diffs are not rendered by default.

2,368 changes: 1,919 additions & 449 deletions packages/relayer/bindings/taikol1/TaikoL1.go

Large diffs are not rendered by default.

539 changes: 429 additions & 110 deletions packages/relayer/bindings/taikol2/TaikoL2.go

Large diffs are not rendered by default.

Loading