Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 +1 @@
{ ".": "1.1.0" }
{".":"2.0.0"}
42 changes: 20 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
# Changelog

## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30)
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-08-14)

### Added
### 🚀 Changes

- Add Arbitrum & Avalanche networks. (#47)
- Add a modern test stack, agnostic to the forked network. (#38)
- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)

### Changed

- [BREAKING] Remove ERC1538 references and update related configurations (#52)
- Migrate integration tests from Jenkins to GitHub Actions. (#44)
- Remove unused files to streamline the repository. (#42)
- Rewrite Jenkins CI for future migration (#36, #37)
* Add config for Arbitrum one deployment (#54)
* [BREAKING] Remove ERC1538 references and update related configurations (#52)
* Add Arbitrum & Avalanche networks. (#47)
* Migrate integration tests from Jenkins to GitHub Actions. (#44)
* Remove unused files to streamline the repository. (#42)
* Add a modern test stack, agnostic to the forked network. (#38)
* Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)
* Rewrite Jenkins CI for future migration (#36, #37)

## v1.1.0 - Support deal sponsor

- Add `sponsor` to `deal`. (#31)
- Update deployment hosts:
- production (#30)
- staging (#29)
- Display coverage in Github PR checks. (#26)
- Add integration test suite. (#21)
- Add unit test suite. (#20)
* Add `sponsor` to `deal`. (#31)
* Update deployment hosts:
* production (#30)
* staging (#29)
* Display coverage in Github PR checks. (#26)
* Add integration test suite. (#21)
* Add unit test suite. (#20)

## v1.0.0 - initial release

### features

- index iExec PoCo v5.3.0 `@iexec/poco@5.3.0`
- chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo
- iExec enterprise version
* index iExec PoCo v5.3.0 `@iexec/poco@5.3.0`
* chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo
* iExec enterprise version
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iexec/subgraph",
"version": "1.1.0",
"version": "2.0.0",
"author": "iExec",
"type": "module",
"license": "Apache-2.0",
Expand Down