Alexandre ABRIOUX

Results 18 comments of Alexandre ABRIOUX

Wow, that was fast! Thank you for your help :)

It would be great to be able to input the basic auth directly in the URL, like this: `https://user:[email protected]/`. I don't have any knowledge with Kotlin but looking at the...

Thanks. I tried to get more info from my setup where it's actually working behind basic auth. Jellyfin apparently allows the use of the `X-Emby-Authorization` header to pass the authentication...

I agree with that, but we could switch to it if we detect basic auth in the input URL, that could be a great compromise, what do you think?

@bertux Infura & Alchemy do not support the Gnosis Chain. But this PR is not urgent since the original issue was that we were not calling the `GasPriceDefiner` in `TheGraphStorage`,...

rebased to fix conflicts following refactor in https://github.com/RequestNetwork/requestNetwork/pull/931

I can confirm that the issue is still present in `0.13.0` (using the Docker image). Here is the upstream config I'm using: ```yaml upstreams: - id: alchemy-eth chain: ethereum priority:...

@kevindavee No, when first introduced ganache didn't support eip1559 yet. Now it does, we should definitely add tests.

I confirm, this removes the `net_peerCount` calls and works with Alchemy! Thanks, @nlordell! However, I see a lot of errors after it starts, while this is not the case with...