Skip to content

Commit 0203f38

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/fix-dataProtector-contract-verification
2 parents 3a7d928 + b05f3d2 commit 0203f38

File tree

15 files changed

+109
-50
lines changed

15 files changed

+109
-50
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"packages/sdk": "2.0.0-beta.17"
2+
"packages/sdk": "2.0.0-beta.18",
3+
"packages/subgraph": "3.1.0-beta",
4+
"packages/smart-contract": "0.2.0-beta",
5+
"packages/sharing-smart-contract": "3.0.0-beta"
36
}

packages/sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.0-beta.18](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.17...dataprotector-v2.0.0-beta.18) (2025-07-29)
6+
7+
8+
### Changed
9+
10+
* Add admin address input to initialize function in ABI ([#473](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/473)) ([74870fe](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/74870feb37c606894bdfaff29165cff3775dd6fd))
11+
* **sdk:** move to latest arbitrum-sepolia-testnet deployment ([#476](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/476)) ([bf5fcfb](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/bf5fcfb4c5ec5fd75eed7091519d5c80ca64c7f3))
12+
513
## [2.0.0-beta.17](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.16...dataprotector-v2.0.0-beta.17) (2025-07-08)
614

715

packages/sdk/package-lock.json

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

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/dataprotector",
3-
"version": "2.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"type": "module",
66
"types": "dist/src/index.d.ts",
@@ -61,7 +61,7 @@
6161
"debug": "^4.3.4",
6262
"ethers": "^6.13.2",
6363
"graphql-request": "^6.0.0",
64-
"iexec": "^8.16.0",
64+
"iexec": "^8.17.1",
6565
"jszip": "^3.7.1",
6666
"kubo-rpc-client": "^4.1.1",
6767
"magic-bytes.js": "^1.0.15",

packages/sdk/src/config/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ const CHAIN_CONFIG: Record<ChainId, ChainConfig> = {
2828
// Arbitrum Sepolia
2929
421614: {
3030
name: 'arbitrum-sepolia-testnet',
31-
dataprotectorContractAddress: '0x2296daeDD3090750a80fFB2D0147669984909ED2',
32-
sharingContractAddress: '0x2485Ed90d4566516298B7D01462df8d1A41E13AE',
31+
dataprotectorContractAddress: '0x168eAF6C33a77E3caD9db892452f51a5D91df621',
32+
sharingContractAddress: '0x34AD9D161E815D7696777a9D2d668aF2d6e675e9',
3333
subgraphUrl:
3434
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
3535
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
3636
ipfsNode: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
3737
smsDebugURL: 'https://sms.arbitrum-sepolia-testnet.iex.ec', // ⚠️ default SMS is a debug SMS
38-
workerpoolAddress: '0x39c3cdd91a7f1c4ed59108a9da4e79de9a1c1b59',
38+
workerpoolAddress: '0xB967057a21dc6A66A29721d96b8Aa7454B7c383F',
3939
isExperimental: true,
4040
},
4141
};

packages/sharing-smart-contract/CHANGELOG.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next
5+
## [3.0.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/sharing-contracts-v2.0.0...sharing-contracts-v3.0.0-beta) (2025-07-30)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438))
10+
11+
### Added
12+
13+
- deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
14+
- integrate-zod-validation ([#431](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/431)) ([68e05f5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/68e05f525026530b5a8038b0eb54628ef5a2f55c))
15+
- **sharing:** Deploy contracts using Hardhat Ignition ([#440](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/440)) ([e7c3e71](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/e7c3e71cd5a3ab653362888f6adbe52fde7dfb6f))
16+
- **sharing:** Deploy DPS contract using Github action ([#443](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/443)) ([ceb7645](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/ceb76457f94d49050adc79c400118f4e600bdd8a))
17+
- **sharing:** Deploy on testnet and save artifacts ([#444](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/444)) ([b6ead68](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/b6ead6853e57966e9667a898dfb312487246a640))
18+
- **sharing:** Deploy using testnets deployer ([#445](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/445)) ([73b90e6](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/73b90e612a50ed3b26733f18217e1f6488cdd082))
19+
- **sharing:** Import Ignition deployment in OZ upgrades plugin ([#441](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/441)) ([5e32a6a](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5e32a6a20d45d8d7e8758a72ea85b4395bbf9776))
20+
- **sharing:** Refactor sharing contract CI to use reusable workflows ([#442](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/442)) ([50c6c98](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/50c6c9817f20ae0490ff06af6fb5b17f964bbcfc))
21+
- **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438)) ([6582e96](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6582e96b11ec57265a38f78f2aff68e5c3de8cc0))
622

723
### Changed
824

9-
- CI fixes and add support for Arbitrum mainnet deployment (#469)
10-
- Deploy on testnet and save artifacts (#444, #445)
11-
- Deploy DPS contract using Github action (#443)
12-
- Refactor sharing contract CI to use reusable workflows (#442)
13-
- Import Ignition deployment in OZ upgrades plugin (#441)
14-
- Deploy contracts using Hardhat Ignition (#440)
15-
- [BREAKING] Remove result proxy url from contract config and deal params (#438).
16-
- Fix Sharing contract constructor arguments order (#433)
17-
- Update blockscout url
25+
- Fix Sharing contract constructor arguments order ([#433](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/433)) ([230e035](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/230e035c4b06bcd26b4bce21c72916fc9c12ecde))
26+
- Init proxy contracts at deployment ([#472](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/472)) ([66be383](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/66be383d0f1fefa29e243c180cc2b83c5813db25))
1827

1928
## [2.0.0]
2029

packages/sharing-smart-contract/package-lock.json

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

packages/sharing-smart-contract/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "sharing-contracts",
3-
"version": "2.0.0",
2+
"name": "sharing-smart-contracts",
3+
"version": "3.0.0-beta",
44
"description": "The sharing contract is a contract adding governance and monetization on iexec assets",
55
"type": "module",
66
"license": "Apache-2.0",

packages/smart-contract/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next
5+
## [0.2.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/hardhat-project-v0.1.0...hardhat-project-v0.2.0-beta) (2025-07-30)
66

77
### Added
88

9-
- Fix CIs and Support for Arbitrum mainnet (#468)
10-
- Support for Arbitrum and Avalanche Fuji testnets (#429).
9+
* Deploy DPC on other chains ([#432](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/432)) ([57b8998](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/57b89983b804f1ecaffb623919ff609b5bb5d697))
10+
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
11+
* integrate-zod-validation ([#431](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/431)) ([68e05f5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/68e05f525026530b5a8038b0eb54628ef5a2f55c))
1112

1213
### Changed
1314

14-
- Integrated Hardhat Ignition for CREATE2 deployment using the CreateX factory for new chain deployments (#429).
15-
16-
### Changed
17-
18-
- update blockscout url
15+
* dataProtector core fix ci ([#468](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/468)) ([5ca5d6c](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5ca5d6c6b628f9deaddbdf2c29b4349b49cdea8d))
1916

2017
## [0.1.0] Initial release

packages/smart-contract/package-lock.json

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

0 commit comments

Comments
 (0)