Skip to content

Commit 37405bc

Browse files
chore(main): release dataprotector-v2 4.0.0-beta
1 parent 1980825 commit 37405bc

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/sdk": "2.0.0-beta.18",
3-
"packages/subgraph": "3.0.0",
3+
"packages/subgraph": "4.0.0-beta",
44
"packages/smart-contract": "0.1.0",
55
"packages/sharing-smart-contract": "2.0.0"
66
}

packages/subgraph/CHANGELOG.md

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

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

5+
## [4.0.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2-v3.0.0...dataprotector-v2-v4.0.0-beta) (2025-07-30)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438))
11+
12+
### Added
13+
14+
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
15+
* **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))
16+
* **subgraph:** Deploy subgraph on Thegraph network ([#446](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/446)) ([8de8d10](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/8de8d10ec7ddc1d1a44eee3df3b05352d8adcc58))
17+
18+
19+
### Changed
20+
21+
* 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))
22+
* add check for nested empty JSON objects ([#457](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/457)) ([5367bb3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5367bb35877da4338fcdf7033a8a1e567177f0b6))
23+
* Fix Sharing contract constructor arguments order ([#433](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/433)) ([230e035](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/230e035c4b06bcd26b4bce21c72916fc9c12ecde))
24+
* **package.json:** Add dotenv support to build and deployment scripts ([#439](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/439)) ([5ab3947](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5ab3947ee57f75e19e6911cbe774766bc21dc274))
25+
* scripts subgraph package ([#447](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/447)) ([ceaddaa](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/ceaddaa424064c0cae4c1f53506a16ad29097bf7))
26+
* standardize subgraphName for `dataprotector-v2` ([#460](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/460)) ([54796d5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/54796d5de7f68a4a1b37e3273e4d5493c69ab719))
27+
528
## [3.0.0]
629

730
### Changed

packages/subgraph/package-lock.json

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

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataprotector-v2",
3-
"version": "3.0.0",
3+
"version": "4.0.0-beta",
44
"license": "UNLICENSED",
55
"scripts": {
66
"codegen": "graph codegen subgraph.template.yaml",

0 commit comments

Comments
 (0)