This repository was archived by the owner on Jan 27, 2025. It is now read-only.
  
  
  
  
File tree
7 files changed
+21
-15
lines changed- deployments
- src
7 files changed
+21
-15
lines changedSubmodule confidentiality-contracts updated 23 files
- CODE_OF_CONDUCT.md+44
- CONTRIBUTING.md+101
- LICENSE+201
- contracts/AccountOnboard/AccountOnboard.sol+3-3
- contracts/examples/precompiles/PrecompilesArythmeticTestsContract.sol+104-277
- contracts/examples/precompiles/PrecompilesBitwiseTestsContract.sol+83-185
- contracts/examples/precompiles/PrecompilesComparison1TestsContract.sol+67-113
- contracts/examples/precompiles/PrecompilesComparison2TestsContract.sol+67-113
- contracts/examples/precompiles/PrecompilesMinMaxTestsContract.sol+69-162
- contracts/examples/precompiles/PrecompilesMiscellaneous1TestsContract.sol+70-50
- contracts/examples/precompiles/PrecompilesMiscellaneousTestsContract.sol+99-275
- contracts/examples/precompiles/PrecompilesOffboardToUserKeyTestContract.sol+44-20
- contracts/examples/precompiles/PrecompilesShiftTestsContract.sol+37-220
- contracts/examples/precompiles/PrecompilesTransferScalarTestsContract.sol+53-208
- contracts/examples/precompiles/PrecompilesTransferTestsContract.sol+162-638
- contracts/lib/MpcCore.sol+3.3k-1.2k
- contracts/lib/MpcInterface.sol+6-2
- hardhat.config.ts+4-5
- package.json+1-1
- test-hardhat/account-onboard.test.ts+48
- test-hardhat/precompile.test.ts+34-35
- test-hardhat/util/onboard.ts+14-10
- yarn.lock+11-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 |  | - | |
|  | 2 | + | |
| 3 | 3 |  | |
| 4 | 4 |  | |
| 5 | 5 |  | |
|  | |||
| 13 | 13 |  | |
| 14 | 14 |  | |
| 15 | 15 |  | |
| 16 |  | - | |
|  | 16 | + | |
|  | 17 | + | |
|  | 18 | + | |
|  | 19 | + | |
|  | 20 | + | |
|  | 21 | + | |
|  | 22 | + | |
| 17 | 23 |  | |
| 18 | 24 |  | |
| 19 | 25 |  | |
|  | |||
| 24 | 30 |  | |
| 25 | 31 |  | |
| 26 | 32 |  | |
| 27 |  | - | |
|  | 33 | + | |
| 28 | 34 |  | |
| 29 | 35 |  | |
| 30 | 36 |  | |
| 31 | 37 |  | |
| 32 |  | - | |
|  | 38 | + | |
| 33 | 39 |  | |
| 34 | 40 |  | |
| 35 | 41 |  | |
| 36 |  | - | |
|  | 42 | + | |
| 37 | 43 |  | |
| 38 | 44 |  | |
| 39 | 45 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 |  | - | |
|  | 2 | + | |
| 3 | 3 |  | |
| 4 | 4 |  | |
| 5 | 5 |  | |
|  | |||
| 352 | 352 |  | |
| 353 | 353 |  | |
| 354 | 354 |  | |
| 355 |  | - | |
|  | 355 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | 1 |  | |
| 2 |  | - | |
|  | 2 | + | |
| 3 | 3 |  | |
| 4 | 4 |  | |
| 5 | 5 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 10 | 10 |  | |
| 11 | 11 |  | |
| 12 | 12 |  | |
| 13 |  | - | |
|  | 13 | + | |
| 14 | 14 |  | |
| 15 | 15 |  | |
| 16 | 16 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 16 | 16 |  | |
| 17 | 17 |  | |
| 18 | 18 |  | |
| 19 |  | - | |
|  | 19 | + | |
| 20 | 20 |  | |
| 21 | 21 |  | |
| 22 | 22 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 |  | - | |
| 11 |  | - | |
| 12 |  | - | |
| 13 |  | - | |
|  | 10 | + | |
|  | 11 | + | |
|  | 12 | + | |
|  | 13 | + | |
| 14 | 14 |  | |
| 15 | 15 |  | |
| 16 | 16 |  | |
|  | |||
0 commit comments