-
The StreamingFast team has added support for grpc compression to the Ethererum Firehose.
Requesting same support here.
About GRPC compression: https://github.com/grpc/grpc/blob/master/doc/compres…
-
I'm using the `StoreMinBigDecimal` to keep the min value in a store like so:
```rust
let price = BigDecimal::from_str(&listing.price).unwrap();
log::info!("{:?}", price);
output.min(
listin…
-
When running gaiad 4 and there is no tty (eg log to file, systemd, syslog, etc), firehose-cosmos doesn't display ansi characters for color highlighting, however, the downstream cosmos node does output…
-
Merger keeps finding new files that are old, but it doesn't delete them for some reason.
Re: https://github.com/streamingfast/sf-ethereum/issues/10
It seems to wait until it can merge a block, t…
-
We need to better document when user should use a `map` and when to use `store`. We need to give some general guidelines as well as clear use cases like example of when to choose on over the other. Fi…
-
It seems forward parallel execution of Uniswap V3 does not stream rapidly data out while it expected that the scheduler should favor chain segment over modules (e.g. that all dependencies should run i…
-
Multiple crashes similar to this. If you restart firehose-cosmos then it continues running. Seen on theta-testnet-001, while cosmoshub, osmosis and juno were fine.
```
4:59PM INF committed state …
-
The component name in prometheus is `reader-node-` (notice the trailing hyphen)
-
As title said, the graph node was running good and the final data can be demonstrated nicely via graphql. Few hours later, it stopped with the blew errors.
```
graph-node-sebm | Feb 16 20:30:25.5…
-
Merger is slow to start when there are many one-block files piled up in s3 bucket. (reading list from s3 is not fast)
In older implementations of merger it would read the first 2000 files (approxim…