Skip to content

Commit

Permalink
bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 13, 2024
1 parent d859641 commit c8ac40a
Show file tree
Hide file tree
Showing 14 changed files with 381 additions and 109 deletions.
31 changes: 13 additions & 18 deletions packages/relayer/ERC1155Vault.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
[
{
"type": "function",
"name": "MAX_TOKEN_PER_TXN",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "acceptOwnership",
Expand Down Expand Up @@ -90,6 +77,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "impl",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "inNonReentrant",
Expand Down Expand Up @@ -1003,11 +1003,6 @@
"name": "VAULT_INVALID_TO_ADDR",
"inputs": []
},
{
"type": "error",
"name": "VAULT_MAX_TOKEN_PER_TXN_EXCEEDED",
"inputs": []
},
{
"type": "error",
"name": "VAULT_PERMISSION_DENIED",
Expand Down
13 changes: 13 additions & 0 deletions packages/relayer/ERC20Vault.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,19 @@
],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "impl",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "inNonReentrant",
Expand Down
31 changes: 13 additions & 18 deletions packages/relayer/ERC721Vault.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
[
{
"type": "function",
"name": "MAX_TOKEN_PER_TXN",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "acceptOwnership",
Expand Down Expand Up @@ -90,6 +77,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "impl",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "inNonReentrant",
Expand Down Expand Up @@ -959,11 +959,6 @@
"name": "VAULT_INVALID_TO_ADDR",
"inputs": []
},
{
"type": "error",
"name": "VAULT_MAX_TOKEN_PER_TXN_EXCEEDED",
"inputs": []
},
{
"type": "error",
"name": "VAULT_PERMISSION_DENIED",
Expand Down
13 changes: 13 additions & 0 deletions packages/relayer/QuotaManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "impl",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "inNonReentrant",
Expand Down
13 changes: 13 additions & 0 deletions packages/relayer/SignalService.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "impl",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "inNonReentrant",
Expand Down
36 changes: 36 additions & 0 deletions packages/relayer/TaikoL1.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "impl",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "inNonReentrant",
Expand Down Expand Up @@ -639,6 +652,19 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "resetGenesisHash",
"inputs": [
{
"name": "_genesisBlockHash",
"type": "bytes32",
"internalType": "bytes32"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "resolve",
Expand Down Expand Up @@ -1943,6 +1969,16 @@
"name": "L1_RECEIVE_DISABLED",
"inputs": []
},
{
"type": "error",
"name": "L1_TOO_LATE",
"inputs": []
},
{
"type": "error",
"name": "L1_TOO_LATE",
"inputs": []
},
{
"type": "error",
"name": "L1_TOO_MANY_BLOCKS",
Expand Down
39 changes: 35 additions & 4 deletions packages/relayer/bindings/bridge/Bridge.go

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions packages/relayer/bindings/erc1155vault/ERC1155Vault.go

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion packages/relayer/bindings/erc20vault/ERC20Vault.go

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions packages/relayer/bindings/erc721vault/ERC721Vault.go

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion packages/relayer/bindings/quotamanager/QuotaManager.go

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion packages/relayer/bindings/signalservice/SignalService.go

Large diffs are not rendered by default.

54 changes: 53 additions & 1 deletion packages/relayer/bindings/taikol1/TaikoL1.go

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion packages/relayer/bindings/taikol2/TaikoL2.go

Large diffs are not rendered by default.

0 comments on commit c8ac40a

Please sign in to comment.