Filipe Azevedo
Filipe Azevedo
@athei a review here as well if you get the chance :)
Hey guys, I just found this PR while searching for something similar in terms of remapping space keybinds. For my own use I have swapped f and F because F...
The issue is that if match_and_decode filters every trigger out, an "empty" POI is created because the main loop always assumes there is a valid set of triggers [here](https://github.com/graphprotocol/graph-node/blob/master/core/src/subgraph/runner.rs#L167) So...
The main issue is the assumption that any block then went through filtering will have at least a single valid trigger. There might be other places with this assumption, so...
@leoyvens on a firehose stream is the thing I was testing locally but the blocks look the same on the database. The firehose ingestor I didn't test because as far...
@That3Percent as we discussed we need a fix and then a new tag on crates.io. For reference could you also add the examples you refer to in the last comment?...
Marking this has blocked, waiting for PR Review, and the new Implementation by @That3Percent
As discussed, ticket is with zac for the implementation of the new BlockEventStream enum and then I'll take over to do the algo selection based on version (discussion pending with...
Update: Still waiting on https://github.com/graphprotocol/graph-node/pull/3678#issuecomment-1176539459 to be merged. Since the API is now defined, we can prolly start working on the next step of enabling the new API for a...
For Hash constraint: Currently it looks like for hash we only call `store.block_number` which returns `Option`, to introduce this we would need to either change the `BlockNumber` type or introduce...