Skip to content

Tags: graphprotocol/graph-node

Tags

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make VID element internal to the Entity (#5857)

* make vid entries internal to the entity

* cleanup

* better performant entity comparison

* shorten it

* filter out fom into_iter()

* Revert "shorten it"

This reverts commit 133f79a.

* more effecient iteration

* add test

v0.36.1

Toggle v0.36.1's commit message
store: Fix handling of enum arrays

Roundtripping arrays of enums would fail because we would read an array of
enums back as a single string "{yellow,red,BLUE}" instead of the array
["yellow", "red", "BLUE"]. Storing an update to such an entity, even if
users make no changes to that field, would fail because Postgres expects an
array and we were sending a scalar value.

This fixes a bug introduced in PR
#5372

v0.36.0

Toggle v0.36.0's commit message
Bump version to 0.36.0, add release notes

v0.36.0-rc.0

Toggle v0.36.0-rc.0's commit message
Add config option for cache stores

v0.35.1

Toggle v0.35.1's commit message
cargo: Update workspace crates' version to v0.35.1

v0.35.1-rc.1

Toggle v0.35.1-rc.1's commit message
cargo: Update workspace crates' version to v0.35.1

canary-substreams-index-module-e532c3135

Toggle canary-substreams-index-module-e532c3135's commit message
add support for substreams using 'index modules' and 'block filters' …

…(bump substreams protobuf def)

canary-substreams-index-module-3f13680c5

Toggle canary-substreams-index-module-3f13680c5's commit message
fix tests on substreams data_source

v0.35.1-rc.0

Toggle v0.35.1-rc.0's commit message
chain/ethereum: fix block receipts call failing for some providers

canary-bed0bc6e

Toggle canary-bed0bc6e's commit message
store: COmbine SortKey::ManyIdAsc and SortKey::ManyIdDesc