@graphprotocol/toolshed
Version:
A collection of tools and utilities for the Graph Protocol Typescript components
356 lines (215 loc) • 5.82 kB
Markdown
# @graphprotocol/toolshed
## 1.0.1
### Patch Changes
- Fix L2Curation implementation address in subgraph service address book.
- Updated dependencies
- @graphprotocol/address-book@1.0.1
## 1.0.0
### Major Changes
- Deploy horizon to testnet
### Patch Changes
- Updated dependencies
- @graphprotocol/address-book@1.0.0
## 0.6.16
### Patch Changes
- Add LegacyRewardsManager interface
- Updated dependencies
- @graphprotocol/interfaces@0.6.3
## 0.6.15
### Patch Changes
- Ensure ServiceRegistry loads the correct interface
- Updated dependencies
- @graphprotocol/interfaces@0.6.2
## 0.6.14
### Patch Changes
- Update to latest interfaces package
## 0.6.13
### Patch Changes
- Use bigint for RAV timestamp
## 0.6.12
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.6.0
## 0.6.11
### Patch Changes
- Fix address book path resolution in toolshed
## 0.6.10
### Patch Changes
- Fixing release bug where dependency uses workspace nomenclature
## 0.6.9
### Patch Changes
- Updated dependencies
- @graphprotocol/address-book@0.2.0
## 0.6.8
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.5.0
## 0.6.7
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.4.0
## 0.6.6
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.3.0
## 0.6.5
### Patch Changes
- Updated dependencies [fbe38f9]
- Updated dependencies
- @graphprotocol/interfaces@0.2.5
## 0.6.4
### Patch Changes
- Ensure latest build is published to npm
- Updated dependencies
- @graphprotocol/interfaces@0.2.4
## 0.6.3
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.2.3
## 0.6.2
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.2.2
## 0.6.1
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.2.1
## 0.6.0
### Minor Changes
- Extracted contract interfaces into its own package
### Patch Changes
- Updated dependencies
- @graphprotocol/interfaces@0.2.0
## 0.5.7
### Patch Changes
- Updated dependencies
- @graphprotocol/contracts@7.2.1
- @graphprotocol/horizon@0.3.3
- @graphprotocol/subgraph-service@0.3.5
## 0.5.6
### Patch Changes
- Updated dependencies
- @graphprotocol/contracts@7.2.0
- @graphprotocol/horizon@0.3.3
- @graphprotocol/subgraph-service@0.3.5
## 0.5.5
### Patch Changes
- Properly address type issues
- @graphprotocol/horizon@0.3.3
- @graphprotocol/subgraph-service@0.3.5
## 0.5.4
### Patch Changes
- Fix type issue with GNS
- @graphprotocol/horizon@0.3.3
- @graphprotocol/subgraph-service@0.3.5
## 0.5.3
### Patch Changes
- Add encodeStopServiceData helper
- @graphprotocol/horizon@0.3.3
- @graphprotocol/subgraph-service@0.3.5
## 0.5.1
### Patch Changes
- Add GNS to deployments
- Updated dependencies
- @graphprotocol/subgraph-service@0.3.5
- @graphprotocol/horizon@0.3.3
## 0.5.0
### Minor Changes
- Ensure toolshed core components dont import hardhat runtime
### Patch Changes
- @graphprotocol/horizon@0.3.2
- @graphprotocol/subgraph-service@0.3.4
## 0.4.2
### Patch Changes
- Ensure all contracts are not wrapped when using connect shortcuts
- @graphprotocol/horizon@0.3.2
- @graphprotocol/subgraph-service@0.3.4
## 0.4.1
### Patch Changes
- Build before publishing
- @graphprotocol/horizon@0.3.2
- @graphprotocol/subgraph-service@0.3.4
## 0.4.0
### Minor Changes
- Make transaction logging optional, default to false for connect methods
### Patch Changes
- @graphprotocol/horizon@0.3.2
- @graphprotocol/subgraph-service@0.3.4
## 0.3.2
### Patch Changes
- Fix package exports
- @graphprotocol/horizon@0.3.2
- @graphprotocol/subgraph-service@0.3.4
## 0.3.1
### Patch Changes
- chore: fix package visibility
- Updated dependencies
- @graphprotocol/subgraph-service@0.3.4
- @graphprotocol/contracts@7.1.2
- @graphprotocol/horizon@0.3.2
## 0.3.0
### Minor Changes
- Proper path resolution for contract artifacts
### Patch Changes
- @graphprotocol/horizon@0.3.1
- @graphprotocol/subgraph-service@0.3.3
## 0.2.6
### Patch Changes
- Updated dependencies
- @graphprotocol/subgraph-service@0.3.3
- @graphprotocol/horizon@0.3.1
## 0.2.5
### Patch Changes
- Fix IServiceRegistry import in subgraph service toolshed deployment
- Updated dependencies
- @graphprotocol/subgraph-service@0.3.2
- @graphprotocol/contracts@7.1.1
- @graphprotocol/horizon@0.3.1
## 0.2.4
### Patch Changes
- Updated dependencies
- @graphprotocol/contracts@7.1.0
- @graphprotocol/horizon@0.3.1
- @graphprotocol/subgraph-service@0.3.1
## 0.2.3
### Patch Changes
- Use proper types for Curation contract, add epochLength to EpochManager import in Horizon.
- Updated dependencies
- @graphprotocol/subgraph-service@0.3.1
- @graphprotocol/horizon@0.3.1
## 0.2.2
### Patch Changes
- Updated dependencies
- @graphprotocol/subgraph-service@0.3.0
- @graphprotocol/horizon@0.3.0
## 0.2.1
### Patch Changes
- Pin ethers version
- Updated dependencies
- @graphprotocol/subgraph-service@0.2.1
- @graphprotocol/horizon@0.2.1
## 0.2.0
### Minor Changes
- Add connectContracts utility functions to deployments
### Patch Changes
- @graphprotocol/horizon@0.2.0
- @graphprotocol/subgraph-service@0.2.0
## 0.1.2
### Patch Changes
- 585cf27: Allow loading empty address books for subgraph service
- Updated dependencies
- @graphprotocol/subgraph-service@0.2.0
- @graphprotocol/horizon@0.2.0
## 0.1.1
### Patch Changes
- Publish fork 1 deployment
- Updated dependencies
- @graphprotocol/subgraph-service@0.1.1
- @graphprotocol/horizon@0.1.1
## 0.1.0
### Minor Changes
- Publish initial dev versions
### Patch Changes
- Updated dependencies
- @graphprotocol/subgraph-service@0.1.0
- @graphprotocol/horizon@0.1.0