Nico Vergauwen
Nico Vergauwen
The error appears to be that quasar will throw this when any installed package that uses babel , uses a higher version than quasar's Then again it doesn't happen on...
From a high level the proposal and some iterations I've done myself on this boil down to: 1. Keep track of a reward pool across orchestrators accruing each round based...
The main issue I see with this is that different providers can have different `eth_call` gas limits. For example infura has a pretty low one of 20-ish million. As long...
One other point to note is that the bottleneck now becomes EVM execution speed instead of RPC calls. I have written a Viewer contract just now which we could use...
I quickly prototyped something up , tested in manually with a mainnet broadcaster node. It's an extensible subgraph client although it currently only implements a single function. https://github.com/livepeer/go-livepeer/tree/nv/subgraph-transcoderpool Misses unit...
Some initial benchmarking results using the mainnet orchestrator pool. This data is for fetching the on-chain data for all transcoders in the `TranscoderPool`, it does not include separately querying each...
As mentioned during the planning meeting. The subgraph and a viewer contract aren't mutually exclusive features. The workflow would be 1. Try fetching `TranscoderPool` using subgraph (if `subgraph` flag is...
The session limit can be benchmarked and determined beforehand, it needs to be put at the maximum you want and should not be a dynamic value based on the load...
I checked this too. They are all empty. It only occurs on the miners and node. It doesn't happen on the swarm , explorer or monitor containers. ``` nico@nico-Aspire-A515-51G:~$ docker...
@javahippie Possibly these are created by some http proxy? I don't think this is geth related but rather docker/nginx. Then again the others dont have it when not running geth....