Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/sdk": "2.0.0-beta.18",
"packages/subgraph": "3.0.0",
"packages/subgraph": "3.1.0-beta",
"packages/smart-contract": "0.1.0",
"packages/sharing-smart-contract": "2.0.0"
}
19 changes: 17 additions & 2 deletions packages/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

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

## [3.1.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2-v3.0.0...dataprotector-v2-v3.1.0-beta) (2025-07-30)

### Added

* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
* **subgraph:** Deploy subgraph on Thegraph network ([#446](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/446)) ([8de8d10](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/8de8d10ec7ddc1d1a44eee3df3b05352d8adcc58))

### Changed

* 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))
* Fix Sharing contract constructor arguments order ([#433](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/433)) ([230e035](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/230e035c4b06bcd26b4bce21c72916fc9c12ecde))
* **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))
* scripts subgraph package ([#447](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/447)) ([ceaddaa](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/ceaddaa424064c0cae4c1f53506a16ad29097bf7))
* standardize subgraphName for `dataprotector-v2` ([#460](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/460)) ([54796d5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/54796d5de7f68a4a1b37e3273e4d5493c69ab719))

## [3.0.0]

### Changed

- [BREAKING] Index `[email protected]` (drop `[email protected]`)
* [BREAKING] Index `[email protected]` (drop `[email protected]`)

## [2.1.0]

### Changed

- The format of Collection IDs has been updated from hexadecimal to decimal.
* The format of Collection IDs has been updated from hexadecimal to decimal.

## [2.0.0]

Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataprotector-v2",
"version": "3.0.0",
"name": "subgraph",
"version": "4.0.0-beta",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen subgraph.template.yaml",
Expand Down
Loading