Skip to content

Tags: graphprotocol/graph-node

Tags

fraction2

Toggle fraction2's commit message

Verified

This tag was signed with the committer’s verified signature.
lutter David Lutterkort
Test PR 6521

v0.44.0

Toggle v0.44.0's commit message

Verified

This commit was signed with the committer’s verified signature.
incrypto32 Krishnanand V P
graph: Re-enable postponed index creation in debug builds

The v0.44.0 disable patch hardcoded `postpone_attribute_index_creation`
to `false`, which broke three `relational::ddl_tests` (`generate_ddl`,
`generate_postponed_indexes`, `postponed_indexes_with_block_column`)
that exercise the postponed-index DDL path and relied on the prior
`cfg!(debug_assertions)` auto-on for that coverage.

Switch the field to `cfg!(debug_assertions)` so:

- Release builds (production): postponement stays off regardless of
  env var, matching the intent of the original disable.
- Debug builds (CI + dev): postponement is on, so the existing tests
  exercise the code path and pass.

The `GRAPH_POSTPONE_ATTRIBUTE_INDEX_CREATION` env var stays inert
(parsed but unused, hence the existing `#[allow(unused)]`).

integer2

Toggle integer2's commit message

Verified

This commit was signed with the committer’s verified signature.
incrypto32 Krishnanand V P
Log block details on "Found no transaction for event" error

fraction

Toggle fraction's commit message

Verified

This commit was signed with the committer’s verified signature.
incrypto32 Krishnanand V P
Log tx count at RPC fetch point in load_blocks_rpc

canary-d62f04f

Toggle canary-d62f04f's commit message

Verified

This tag was signed with the committer’s verified signature.
lutter David Lutterkort
bigdecimal test

v0.43.0

Toggle v0.43.0's commit message

Verified

This commit was signed with the committer’s verified signature.
incrypto32 Krishnanand V P
news: v0.43.0 release notes

v0.42.2-dev.4

Toggle v0.42.2-dev.4's commit message

Verified

This tag was signed with the committer’s verified signature.
lutter David Lutterkort
Test only - do not use

v0.42.2-dev.3

Toggle v0.42.2-dev.3's commit message

Verified

This tag was signed with the committer’s verified signature.
lutter David Lutterkort
Test only - do not use

v0.42.1

Toggle v0.42.1's commit message

Verified

This commit was signed with the committer’s verified signature.
incrypto32 Krishnanand V P
news: v0.42.1 release notes

untagged-d42247585a5c3650b6f9

Toggle untagged-d42247585a5c3650b6f9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: extract file path from IPC URL in Transport::new_ipc (#6443)