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
6 changes: 6 additions & 0 deletions packages/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/horizon

## 1.1.1

### Patch Changes

- remove return types from IGraphTokenLockWalletToolshed

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/horizon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/horizon",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphprotocol/interfaces

## 0.6.6

### Patch Changes

- fix: rebuild wagmi dist files with correct withdrawDelegated outputs

## 0.6.5

### Patch Changes

- remove return types from IGraphTokenLockWalletToolshed

## 0.6.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface IGraphTokenLockWalletToolshed is IGraphTokenLockWallet {
uint32 maxVerifierCut,
uint64 thawingPeriod
) external;
function thaw(address serviceProvider, address verifier, uint256 tokens) external returns (bytes32);
function thaw(address serviceProvider, address verifier, uint256 tokens) external;
function deprovision(address serviceProvider, address verifier, uint256 nThawRequests) external;

// === PROVISION CONFIGURATION ===
Expand All @@ -45,5 +45,5 @@ interface IGraphTokenLockWalletToolshed is IGraphTokenLockWallet {
function withdrawDelegated(address serviceProvider, address verifier, uint256 nThawRequests) external;

// === LEGACY DELEGATION MANAGEMENT ===
function withdrawDelegated(address indexer, address __DEPRECATED_delegateToIndexer) external returns (uint256);
function withdrawDelegated(address indexer, address __DEPRECATED_delegateToIndexer) external;
}
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/interfaces",
"version": "0.6.4",
"version": "0.6.6",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/subgraph-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/subgraph-service

## 1.1.1

### Patch Changes

- remove return types from IGraphTokenLockWalletToolshed

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/subgraph-service",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/token-distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphprotocol/token-distribution

## 2.0.1

### Patch Changes

- remove return types from IGraphTokenLockWalletToolshed

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/token-distribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/token-distribution",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "Graph Token Distribution",
"author": "Edge & Node",
Expand Down
8 changes: 8 additions & 0 deletions packages/toolshed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/toolshed

## 1.1.2

### Patch Changes

- remove return types from IGraphTokenLockWalletToolshed
- Updated dependencies
- @graphprotocol/interfaces@0.6.5

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolshed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/toolshed",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {
"access": "public"
},
Expand Down