Skip to content

Tags: uv-deva/graph-node

Tags

fraction3

Toggle fraction3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Exclude full-text search columns from entity queries (graphprotocol#5693

)

- Remove `tsvector` columns from `SELECT` clauses in entity queries
- Filter out full-text search columns from the list of selected columns

Full-text search columns (`tsvector` type) are used for indexing and
efficient text searching, but they are not part of the entity's data
model and are not meant to be directly queried or returned. This fixes a
bug where trying to load a tsvector column fails, as diesel does not
natively have tsvector support, and we don't explicitly handle the type
in `relational::value::OidValue::from_sql`.

fraction2

Toggle fraction2's commit message
graph: increase range size for subgraph datasource subgraphs

fraction

Toggle fraction's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
graphman: deduplicate deployment locator for pause and resume (graphp…

…rotocol#5674)

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

integer

Toggle integer's commit message
Add more logs to integer

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-3ff4a4f4d

Toggle canary-3ff4a4f4d's commit message
all: Use snmalloc