Commit 55729ad
feat: Upgrade all contracts to Solidity v0.8.0 (#287)
Co-authored-by: Robin Le Caignec <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: gfournieriExec <[email protected]>
Co-authored-by: Le-Caignec <[email protected]>1 parent ec8fedf commit 55729ad
File tree
139 files changed
+3340
-1664
lines changed- .github/workflows
- abis
- contracts
- abstract
- facets
- interfaces
- libs
- registries
- apps
- datasets
- proxy
- workerpools
- human-readable-abis
- @iexec
- interface/contracts
- IexecClerk.sol
- IexecHub.sol
- IexecRegistries.sol
- libs/IexecODBLibOrders.sol
- solidity/contracts/ERC1154/IERC1154.sol
- @openzeppelin
- contracts-v5
- access/Ownable.sol
- token
- ERC20/IERC20.sol
- ERC721/IERC721.sol
- contracts
- access/Ownable.sol
- interfaces
- IERC1271.sol
- IERC5313.sol
- draft-IERC6093.sol
- introspection/IERC165.sol
- token/ERC721
- ERC721.sol
- extensions
- ERC721Enumerable.sol
- IERC721Enumerable.sol
- IERC721Metadata.sol
- utils
- Create2.sol
- Strings.sol
- cryptography/ECDSA.sol
- introspection
- ERC165.sol
- IERC165.sol
- math
- Math.sol
- SafeCast.sol
- contracts
- abstract/IexecERC20Base.sol
- facets
- IexecERC20Core.sol
- IexecEscrowNativeFacet.sol
- IexecEscrowTokenFacet.sol
- interfaces
- IexecERC20.sol
- IexecERC20Common.sol
- IexecHubV3Interface.sol
- libs/PocoStorageLib.v8.sol
- registries
- Registry.sol
- apps/AppRegistry.sol
- datasets/DatasetRegistry.sol
- proxy
- BaseUpgradeabilityProxy.sol
- InitializableUpgradeabilityProxy.sol
- Proxy.sol
- workerpools/WorkerpoolRegistry.sol
- tools/testing
- ReceiveApprovalTestHelper.sol
- TestClient.sol
- TestReceiver.sol
- config
- contracts
- abstract
- facets
- interfaces
- libs
- registries
- apps
- datasets
- proxy
- workerpools
- tools
- diagrams
- testing
- deploy
- docs/solidity
- scripts/upgrades
- test
- byContract/IexecEscrow
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
139 files changed
+3340
-1664
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 88 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
27 | 96 | | |
28 | 97 | | |
29 | 98 | | |
| |||
49 | 118 | | |
50 | 119 | | |
51 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
52 | 140 | | |
53 | 141 | | |
54 | 142 | | |
| |||
This file was deleted.
0 commit comments