Skip to content

Commit

Permalink
init compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Fett authored and Nicholas Fett committed Nov 28, 2023
1 parent abba688 commit 6011912
Show file tree
Hide file tree
Showing 55 changed files with 2,411 additions and 3,554 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions evm/artifacts/contracts/bridge/ECDSA.sol/ECDSA.dbg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/e846b13a4164ddb4d91bc8eb98ca8c74.json"
}
38 changes: 38 additions & 0 deletions evm/artifacts/contracts/bridge/ECDSA.sol/ECDSA.json
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": {}
}
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 evm/artifacts/contracts/bridge/IDAOracle.sol/IDAOracle.json
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": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/e846b13a4164ddb4d91bc8eb98ca8c74.json"
}
Loading

0 comments on commit 6011912

Please sign in to comment.