Commit 57efe50
Submodule blocklock-solidity updated 35 files
- README.md+10-46
- package-lock.json+2-2
- package.json+1-1
- script/DeployAllContracts.s.sol-67
- script/DeployFactory.s.sol-23
- script/README.md-96
- script/json/README.md-14
- script/libraries/Constants.sol-9
- script/single-deployment/DeployBlocklockReceiver.s.sol-46
- script/single-deployment/DeployBlocklockSender.s.sol-145
- script/single-deployment/DeployBlocklockSignatureScheme.s.sol-54
- script/single-deployment/DeployDecryptionSender.s.sol-90
- script/single-deployment/DeploySignatureSchemeAddressProvider.s.sol-48
- script/utils/EnvReader.sol-31
- script/utils/JsonUtils.sol-33
- src/AbstractBlocklockReceiver.sol+44-33
- src/blocklock/BlocklockSender.sol+34-34
- src/decryption-requests/DecryptionReceiverBase.sol+7-7
- src/decryption-requests/DecryptionSender.sol+42-42
- src/interfaces/IBlocklockReceiver.sol+2-2
- src/interfaces/IBlocklockSender.sol+6-4
- src/interfaces/IDecryptionReceiver.sol+2-2
- src/interfaces/IDecryptionSender.sol+8-8
- src/libraries/BLS.sol+3-3
- src/libraries/TypesLib.sol+1-1
- src/mocks/MockBlocklockReceiver.sol+8-8
- src/mocks/MockBlocklockRevertingReceiver.sol+8-8
- src/mocks/MockBlocklockStringReceiver.sol+8-8
- test/forge/DirectFunding.t.sol+21-105
- test/forge/SubscriptionFunding.t.sol+23-23
- test/forge/base/Blocklock.t.sol+23
- test/forge/base/Deployment.t.sol+1-4
- test/hardhat/blocklock.test.ts+12-14
- utils/mocks/create-blocklock-request.ts+274
- utils/mocks/fetch-contract-data.ts+103
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments