Skip to content

Commit f30ad4a

Browse files
authored
chore: Remove unused iexec NPM packages @iexec/interface and @iexec/solidity (#319)
1 parent 7f2865f commit f30ad4a

File tree

4 files changed

+3
-60
lines changed

4 files changed

+3
-60
lines changed

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ const v8Settings = {
7676
const config: HardhatUserConfig = {
7777
solidity: {
7878
compilers: [
79-
{ version: '0.8.21', settings: v8Settings }, // PoCo Boost
80-
{ version: '0.6.12', settings }, // PoCo contracts
79+
{ version: '0.8.21', settings: v8Settings }, // PoCo contracts
80+
{ version: '0.6.12', settings }, // External dependencies (@amxx/factory)
8181
{ version: '0.4.24', settings }, // RLC contracts
8282
],
8383
},

package-lock.json

Lines changed: 0 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,13 @@
4545
]
4646
},
4747
"dependencies": {
48-
"@iexec/interface": "3.0.35-8",
49-
"@iexec/solidity": "^0.1.1",
5048
"@mudgen/diamond-1": "github:mudgen/diamond-1-hardhat#3da037b",
5149
"@openzeppelin/contracts": "^5.0.2",
5250
"@uniswap/v2-periphery": "1.1.0-beta.0",
5351
"createx": "github:pcaversaccio/createx#v1.0.0",
5452
"rlc-faucet-contract": "1.0.10"
5553
},
5654
"__dependenciesComments": {
57-
"@iexec/solidity": "TODO replace with openzeppelin contracts when possible",
5855
"rlc-faucet-contract": "TODO Replace with rlc-token if possible"
5956
},
6057
"devDependencies": {

test/byContract/registries/registries.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ import {
1515
Dataset__factory,
1616
IexecInterfaceNative,
1717
IexecInterfaceNative__factory,
18+
InitializableUpgradeabilityProxy__factory,
1819
WorkerpoolRegistry,
1920
WorkerpoolRegistry__factory,
2021
Workerpool__factory,
2122
} from '../../../typechain';
22-
//import the correct InitializableUpgradeabilityProxy__factory from the local registry's proxy instead of @iexec/solidity
23-
//TODO: merge with the previous import when @iexec/solidity will be removed
24-
import { InitializableUpgradeabilityProxy__factory } from '../../../typechain/factories/contracts/registries/proxy/InitializableUpgradeabilityProxy__factory';
2523
import config from '../../../utils/config';
2624
import { MULTIADDR_BYTES } from '../../../utils/constants';
2725
import { getIexecAccounts } from '../../../utils/poco-tools';

0 commit comments

Comments
 (0)