-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicholas Fett
authored and
Nicholas Fett
committed
Nov 28, 2023
1 parent
abba688
commit 6011912
Showing
55 changed files
with
2,411 additions
and
3,554 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../build-info/e846b13a4164ddb4d91bc8eb98ca8c74.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "ECDSA", | ||
"sourceName": "contracts/bridge/ECDSA.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [], | ||
"name": "ECDSAInvalidSignature", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "length", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "ECDSAInvalidSignatureLength", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "bytes32", | ||
"name": "s", | ||
"type": "bytes32" | ||
} | ||
], | ||
"name": "ECDSAInvalidSignatureS", | ||
"type": "error" | ||
} | ||
], | ||
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220cf8f4fe4b22e6d32b56575b1eae84f0d13165e45133b3e41946e9f4fb65eea9564736f6c63430008160033", | ||
"deployedBytecode": "0x6080604052600080fdfea2646970667358221220cf8f4fe4b22e6d32b56575b1eae84f0d13165e45133b3e41946e9f4fb65eea9564736f6c63430008160033", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
evm/artifacts/contracts/bridge/IDAOracle.sol/IDAOracle.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../build-info/e846b13a4164ddb4d91bc8eb98ca8c74.json" | ||
} |
69 changes: 69 additions & 0 deletions
69
evm/artifacts/contracts/bridge/IDAOracle.sol/IDAOracle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "IDAOracle", | ||
"sourceName": "contracts/bridge/IDAOracle.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "_tupleRootNonce", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "height", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "bytes32", | ||
"name": "dataRoot", | ||
"type": "bytes32" | ||
} | ||
], | ||
"internalType": "struct DataRootTuple", | ||
"name": "_tuple", | ||
"type": "tuple" | ||
}, | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "sideNodes", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "key", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "numLeaves", | ||
"type": "uint256" | ||
} | ||
], | ||
"internalType": "struct BinaryMerkleProof", | ||
"name": "_proof", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "verifyAttestation", | ||
"outputs": [ | ||
{ | ||
"internalType": "bool", | ||
"name": "", | ||
"type": "bool" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
} | ||
], | ||
"bytecode": "0x", | ||
"deployedBytecode": "0x", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
evm/artifacts/contracts/bridge/LayerLightClientBridge.sol/Blobstream.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../build-info/e846b13a4164ddb4d91bc8eb98ca8c74.json" | ||
} |
Oops, something went wrong.