-
instead of
```
steps:
- name: install substreams cli
uses: jaxxstorm/action-install-gh-release@v1.7.1
with:
repo: streamingfast/substreams
cache: ena…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
The graph node emits the following log line:
```
Jan 25 12:50:31.611 ERRO An error occurred…
-
We had an issue with tier-2 firehose misconfiguration (wrong `substream-state-store-url` flag), so if you stream a module in production mode, you would eventually get an error:
```
Error: read next …
-
Steps to reproduce:
1) run a mongodb from substreams-sink-mongodb/devel/eth-block-meta/mongodb (`docker-compose up`)
2) from your browser (localhost:8081), ensure that you delete the 'substreams' …
-
Recent commit fails due to the end block not set properly, see:
```golang
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1…
-
See https://discord.com/channels/666749063386890256/1041633976034533406/1060940860352626798
Seems that using https://github.com/streamingfast/substreams-consumer will be required. Let's try to reprod…
-
Now that we have a Substreams sink to KV (https://github.com/streamingfast/substreams/issues/93), we will know try to have something easier for the developers to consume the KV store.
We are going …
-
See https://github.com/streamingfast/substreams/issues/154
right now production mode appears to be broken which makes [substreams-sink-postgres](https://github.com/streamingfast/substreams-sink-postg…
-
Hello!
I'm having trouble getting any data from substream in production mode while it works perfectly in development
```
substreams run -p -e localhost:9000 \
substreams.yaml \
db_o…
-
This is the task list I see for when we are going to do the release:
- [x] Release https://github.com/streamingfast/substreams, let's bump it to 0.1.0
- Ensure the documentation is up to date (cr…