Releases: graphprotocol/graph-tooling
@graphprotocol/[email protected]
@graphprotocol/[email protected]
@graphprotocol/[email protected]
Minor Changes
- #1406
faefa94
Thanks @incrypto32! - Fix derived loaders not working failing for
entities with Bytes as ID's
Patch Changes
-
#1400
e7423aa
Thanks @saihaj! - only updatenetwork.json
file duringgraph add
if it exists -
#1402
f0ce6c0
Thanks @saihaj! - show a descriptive error message and do not hang if
there is a deploy key issue -
#1403
dfa9ee1
Thanks @saihaj! - do not ask for local path when trying to add more
contracts during init -
#1400
e7423aa
Thanks @saihaj! - ask for start block ingraph add
if we cannot
fetch the start block from etherscan
@graphprotocol/[email protected]
@graphprotocol/[email protected]
Patch Changes
-
#1347
b442a11
Thanks @renovate! - dependencies updates:- Updated dependency
@oclif/[email protected]
↗︎
(from2.8.4
, independencies
)
- Updated dependency
-
#1384
16252be
Thanks @saihaj! - do not crash for codegen when it is substreams -
#1382
d2a1aa6
Thanks @saihaj! - Only ask directory and subgraph name when using
graph init --from-example ...
@graphprotocol/[email protected]
@graphprotocol/[email protected]
Minor Changes
-
#1340
2375877
Thanks @incrypto32! - exportloadRelated
host function -
#1296
dab4ca1
Thanks @dotansimha! - Added support for handling GraphQLInt8
scalar asi64
(AssemblyScript)
@graphprotocol/[email protected]
Minor Changes
-
#1340
2375877
Thanks @incrypto32! - Add support for codegen for derived field
loaders, This adds getters for derived fields defined in the schema for entities. -
#1363
f928262
Thanks @saihaj! - addgraph clean
command to delete generated
artifacts -
#1296
dab4ca1
Thanks @dotansimha! - Added support for handling GraphQLInt8
scalar asi64
(AssemblyScript)
@graphprotocol/[email protected]
@graphprotocol/[email protected]
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