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

Skip to content

Tags: forcodedancing/graph-node

Tags

hosted-current

Toggle hosted-current's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump blake3 from 1.3.2 to 1.3.3 (graphprotocol#4209)

Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.3.2...1.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

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

fraction

Toggle fraction's commit message

Unverified

No user is associated with the committer email.
store: use a BTreeMap for RecentCachedBlocks

This commit significatly alters the design of RecentCachedBlocks. Thes
most prominent changes are:

1. We don't require a `.set_chain_head` call anymore. Block insertion
   and chain head update attempt are now the same thing.
2. We don't evict all items in the cache anymore every time the chain
   head advances.
3. Unlike the previous data structure, we are now limited to storing a
   contiguous range of blocks in the cache. This is not really a
   drawback (as the cache contents will usually be identical, i.e. the
   last N blocks before the chain head), but it's worth pointing out.

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)

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

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