Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node: Refactor config to accept Firehose providers (and made Provider…
… a little bit more extensible) (graphprotocol#2647) There is a backward compatible handling of config that at some point should be converted to the new syntax form. The new syntax form is ``` { label = "node0", details = { type = "web3", transport = "rpc", url = "...", features = [...] } } ``` While a Firehose provider now looks like: ``` { label = "firehose0", details = { type = "firehose", url = "..." } } ``` This is for now undocumented and is first step towards Firehose integration in the codebase directly.
- Loading branch information