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

Skip to content

Tags: Link-Key/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.
Replace specialized `firehose_triggers_in_block` by direct usage of `…

…TriggerAdapter::triggers_in_blocks` (graphprotocol#3082)

With the revamped `FirehoseBlockStream`, it's now possible to directly re-use the `TriggerAdapter::triggers_in_blocks` code instead of relying on our specialized `firehose_triggers_in_block`. This make the code more re-usable.

Eliminated at the same time a useless close in `NearChair::TriggersAdapter`. Also make some `NearChain` now panics instead of silently returning something that is not good.

Linked to graphprotocol#3080

Co-authored-by: Matthieu Vachon <[email protected]>

canary-tokio-watcher-v12

Toggle canary-tokio-watcher-v12's commit message
chain head listener: could log be reordered?

canary-tokio-watcher-v11

Toggle canary-tokio-watcher-v11's commit message
chain head listener: add blocking thread pool contention check

canary-tokio-watcher-v10

Toggle canary-tokio-watcher-v10's commit message
chain head listener: more logs

canary-tokio-watcher-v9

Toggle canary-tokio-watcher-v9's commit message
chain head listener: change watcher deadlock detection to avoid spuri…

…ous deadlock detection

canary-tokio-watcher-v8

Toggle canary-tokio-watcher-v8's commit message
chain head listener: change watcher deadlock detection to avoid spuri…

…ous deadlock detection

canary-tokio-watcher-v7

Toggle canary-tokio-watcher-v7's commit message
chain head listener: add number to logging contexts

canary-tokio-watcher-v6

Toggle canary-tokio-watcher-v6's commit message
chain head listener: switch atomic for mutex

canary-tokio-watcher-v5

Toggle canary-tokio-watcher-v5's commit message
chain head listener: moar moar logs

canary-tokio-watcher-v4

Toggle canary-tokio-watcher-v4's commit message
chain head listener: moar logs