Skip to content

Tags: colinnielsen/graph-node

Tags

fraction3

Toggle fraction3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fail when ens rainbow not present (graphprotocol#4219)

fraction

Toggle fraction's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fail when ens rainbow not present (graphprotocol#4219)

canary-06a9f28

Toggle canary-06a9f28's commit message
The `SubstreamsBlockStream` was using `request.clone()` side stepping…

… latest cursor value

The `request.clone()` does not correctly use the `latest_cursor` value which is the valid up to date in memory cursor to use on re-connection. This led to poisining error in `graph-node` where the same block was processed multiple time because the cursor was not correctly used.

Fixed by moving the request creation directly where it's needed which will use the correct up to date `latest_cursor` value now.

canary-6792c9c

Toggle canary-6792c9c's commit message
Updated `Substreams` to latest version of Protobuf definition and act…

…ivated `ProductionMode` by default

The production mode is required to benefits from automatic backprocessing and downloading of block scoped data message as they are produced. This will drastically improve the ingestion speed of a substreams (time to gather some metrics!).

Updated also the instructions to re-generate the `substreams.proto` file with more instructions of how we do it.

v0.29.0

Toggle v0.29.0's commit message

Unverified

No user is associated with the committer email.
news: release v0.29.0

v0.29.0-rc.0

Toggle v0.29.0-rc.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release v0.29.0

canary-c82f5e213

Toggle canary-c82f5e213's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
build: remove cargo-chef, revert to stable rust

hosted-current

Toggle hosted-current's commit message
store: Improve predictability of the time for each batch during pruning

canary-e2dcff193

Toggle canary-e2dcff193's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ci: share kaniko cache across steps

canary-179210103

Toggle canary-179210103's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ci: fix kaniko args