Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: antonnell/graph-node-rs

Tags

canary-investigate-stuck-substreams-v0.33.0-2dbfca2d7

Toggle canary-investigate-stuck-substreams-v0.33.0-2dbfca2d7's commit message
Added all messages for coverage

fraction

Toggle fraction's commit message
Add new API Version to validate when setting fields not defined in th…

…e schema (graphprotocol#4894)

* build(deps): bump chrono from 0.4.26 to 0.4.31 (graphprotocol#4876)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.31.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.31)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump webpki from 0.22.0 to 0.22.1 (graphprotocol#4857)

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.1.
- [Commits](https://github.com/briansmith/webpki/commits)

---
updated-dependencies:
- dependency-name: webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* runtime: only include valid fields in entity for store_set

* graph, runtime: add new apiVersion to validate fields not defined in the schema

* graph: update tests for setting invalid field

* tests: add runner tests for undefined field setting validation in apiVersion 0.0.8

* graph: add check_invalid_fields method to HostExports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.33.0

Toggle v0.33.0's commit message
Add new API Version to validate when setting fields not defined in th…

…e schema (graphprotocol#4894)

* build(deps): bump chrono from 0.4.26 to 0.4.31 (graphprotocol#4876)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.31.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.31)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump webpki from 0.22.0 to 0.22.1 (graphprotocol#4857)

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.1.
- [Commits](https://github.com/briansmith/webpki/commits)

---
updated-dependencies:
- dependency-name: webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* runtime: only include valid fields in entity for store_set

* graph, runtime: add new apiVersion to validate fields not defined in the schema

* graph: update tests for setting invalid field

* tests: add runner tests for undefined field setting validation in apiVersion 0.0.8

* graph: add check_invalid_fields method to HostExports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.33.0-rc.0

Toggle v0.33.0-rc.0's commit message
Add new API Version to validate when setting fields not defined in th…

…e schema (graphprotocol#4894)

* build(deps): bump chrono from 0.4.26 to 0.4.31 (graphprotocol#4876)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.31.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.31)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump webpki from 0.22.0 to 0.22.1 (graphprotocol#4857)

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.1.
- [Commits](https://github.com/briansmith/webpki/commits)

---
updated-dependencies:
- dependency-name: webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* runtime: only include valid fields in entity for store_set

* graph, runtime: add new apiVersion to validate fields not defined in the schema

* graph: update tests for setting invalid field

* tests: add runner tests for undefined field setting validation in apiVersion 0.0.8

* graph: add check_invalid_fields method to HostExports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

canary-investigate-stuck-substreams-ccac28fd4

Toggle canary-investigate-stuck-substreams-ccac28fd4's commit message
Improved `Next response received` to also log the message kind (to be…

…tter "see" the stream)

canary-investigate-stuck-substreams-def370693

Toggle canary-investigate-stuck-substreams-def370693's commit message
Added more logging to check if Substreams is stuck or something else

invalid-field-validation

Toggle invalid-field-validation's commit message
tests: add runner tests for undefined field setting validation in api…

…Version 0.0.8

fraction2

Toggle fraction2's commit message
all: Introduce an `Id` type to handle id values

We used to pass ids around mostly as strings, though that was never quite
clear from the code and it may have also been the case that in some
instances we passed ids around as bytes when the type in the GraphQL schema
was Bytes.

This PR makes it a lot clearer which type of id we are dealing with and
tries to restrict conversions from/to strings for Bytes ids to places where
we take them in from the outside, mostly mappings, substreams, and reading
and writing from/to the database.

It should make it possible to add more functionality and avoid conversion
bugs we encountered in the past as well as make it easier to support other
types of id, like integers.

canary-8ad65c25

Toggle canary-8ad65c25's commit message
graph: Apply first to children when optimizing child query

When we resolve a child query from memory, the `first` applies to the list
of children for each parent, not the number of total parents.

canary-3cdf7055

Toggle canary-3cdf7055's commit message
graph, graphql: Expand which fields we optimize away

This is a follow-on to
graphprotocol#4827 to cover the
important case where no ordering is specified (for example, for
single-value child fields)