Minor Changes
-
#1353
125c687
Thanks @saihaj! - Add a new--ipfs-hash
flag tograph deploy
allowing to deploy a subgraph that is already compiled and uploaded to IPFS. -
#1335
7343f50
Thanks @saihaj! - For substreams generate the directory tree as
follows. ├── package.json ├── schema.graphql └── subgraph.yaml
In the
package.json
we only depend on the CLI since that is what developer will use to deploy
the subgraph. Theschema.graphql
is the schema of the subgraph and thesubgraph.yaml
is the
manifest file for the subgraph. -
#1335
7343f50
Thanks @saihaj! - respect --abi flag instead of loading from
etherscan -
#1335
7343f50
Thanks @saihaj! - remove index events as entities for substreams -
#1335
7343f50
Thanks @saihaj! - remove start block selection for substreams -
#1343
032d703
Thanks @saihaj! - add SPK input for substreams protocol
Patch Changes
-
#1335
7343f50
Thanks @saihaj! - dependencies updates:- Updated dependency
@oclif/[email protected]
↗︎
(from2.8.2
, independencies
) - Updated dependency
[email protected]
↗︎ (from
https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep
, independencies
)
- Updated dependency
-
#1351
c7cf89c
Thanks @saihaj! - return tuple arrays as a Bytes array in GraphQL -
#1329
308cb8a
Thanks @saihaj! - Point to new examples repo instead of old