Skip to content

Commit 7d645ef

Browse files
author
Spencer Miller
committed
bump coti-contracts version
1 parent 44edec6 commit 7d645ef

File tree

36 files changed

+193
-99
lines changed

36 files changed

+193
-99
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../../../../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../../../../../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../../../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../../../../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../../../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../../../../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../../../../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../../../../../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../../../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../../../../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

artifacts/@coti-io/coti-contracts/contracts/utils/mpc/MpcCore.sol/MpcCore.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"type": "function"
1818
}
1919
],
20-
"bytecode": "0x6088610038600b82828239805160001a607314602b57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361060335760003560e01c806331b943d5146038575b600080fd5b604061010081565b60405190815260200160405180910390f3fea2646970667358221220170499f356b133943fd28ee6e090bf80464d6e6420afe2627382df8274fd033264736f6c63430008130033",
21-
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040526004361060335760003560e01c806331b943d5146038575b600080fd5b604061010081565b60405190815260200160405180910390f3fea2646970667358221220170499f356b133943fd28ee6e090bf80464d6e6420afe2627382df8274fd033264736f6c63430008130033",
20+
"bytecode": "0x6088610038600b82828239805160001a607314602b57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361060335760003560e01c806331b943d5146038575b600080fd5b604061010081565b60405190815260200160405180910390f3fea2646970667358221220e2317442b2e1e5903f19003c60e7481ac88c049e2fa309f2e38efb17b538f07564736f6c63430008130033",
21+
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040526004361060335760003560e01c806331b943d5146038575b600080fd5b604061010081565b60405190815260200160405180910390f3fea2646970667358221220e2317442b2e1e5903f19003c60e7481ac88c049e2fa309f2e38efb17b538f07564736f6c63430008130033",
2222
"linkReferences": {},
2323
"deployedLinkReferences": {}
2424
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../../../../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../../../../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

artifacts/@coti-io/coti-contracts/contracts/utils/mpc/MpcInterface.sol/ExtendedOperations.json

+58
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,64 @@
775775
"stateMutability": "nonpayable",
776776
"type": "function"
777777
},
778+
{
779+
"inputs": [
780+
{
781+
"internalType": "bytes3",
782+
"name": "metaData",
783+
"type": "bytes3"
784+
},
785+
{
786+
"internalType": "uint256",
787+
"name": "lhs",
788+
"type": "uint256"
789+
},
790+
{
791+
"internalType": "uint256",
792+
"name": "rhs",
793+
"type": "uint256"
794+
}
795+
],
796+
"name": "Shl",
797+
"outputs": [
798+
{
799+
"internalType": "uint256",
800+
"name": "result",
801+
"type": "uint256"
802+
}
803+
],
804+
"stateMutability": "nonpayable",
805+
"type": "function"
806+
},
807+
{
808+
"inputs": [
809+
{
810+
"internalType": "bytes3",
811+
"name": "metaData",
812+
"type": "bytes3"
813+
},
814+
{
815+
"internalType": "uint256",
816+
"name": "lhs",
817+
"type": "uint256"
818+
},
819+
{
820+
"internalType": "uint256",
821+
"name": "rhs",
822+
"type": "uint256"
823+
}
824+
],
825+
"name": "Shr",
826+
"outputs": [
827+
{
828+
"internalType": "uint256",
829+
"name": "result",
830+
"type": "uint256"
831+
}
832+
],
833+
"stateMutability": "nonpayable",
834+
"type": "function"
835+
},
778836
{
779837
"inputs": [
780838
{

artifacts/build-info/1a23c534e0ba8fa5a718da0b72ce6900.json

+1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

artifacts/contracts/DataOnChain.sol/DataOnChain.json

+2-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

artifacts/contracts/OnChainDatabase.sol/OnChainDatabase.json

+2-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

artifacts/contracts/PrivateAuction.sol/PrivateAuction.json

+2-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

artifacts/contracts/PrivateIdentityRegistry.sol/PrivateIdentityRegistry.json

+2-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_format": "hh-sol-dbg-1",
3-
"buildInfo": "../../build-info/15d472569be70b5e1a9b68e8b0c2ee3d.json"
3+
"buildInfo": "../../build-info/1a23c534e0ba8fa5a718da0b72ce6900.json"
44
}

0 commit comments

Comments
 (0)