Commit d5c1ed0
committed
Refactor: Remove unused IexecLibOrders_v5 ABI and update related contracts
- Deleted the empty IexecLibOrders_v5.json file.
- Removed the ERC1167FailedCreateClone error from AddOnlyAppWhitelistRegistry ABI and added FailedDeployment and InsufficientBalance errors.
- Updated getPocoContract and pocoContract.reads to use the new IPoCo interface instead of IExecPocoDelegate.
- Updated DataProtectorSharingABI.json to change internalType from contract IExecPocoDelegate to address and renamed FailedInnerCall to FailedCall.
- Added new IPoCo interface with comprehensive event and function definitions.1 parent 8857e7d commit d5c1ed0
File tree
8 files changed
+596
-31
lines changed- packages
- sdk
- abis/sharing
- DataProtectorSharing.sol
- interfaces/IPoCo.sol
- libs/IexecLibOrders_v5.sol
- registry/AddOnlyAppWhitelistRegistry.sol
- src/lib/dataProtectorSharing/smartContract
- subgraph/abis
8 files changed
+596
-31
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments