Giuseppe Valente

Results 3 comments of Giuseppe Valente

Something like this seems to still work, I recently switched from `ystockquote` to it: ```python import json import requests symbol = 'ANET' response = requests.get('https://finance.google.com/finance?output=json&q=' + symbol) # The response ...

Looks like it requires node 8, probably worth mentioning in the readme. The following worked for me: ```sh docker run -v `pwd`:/contracts node:8 sh -c "cd contracts && npm install"...

The `TestScenarioFeeMiddleware` looks like an existing intermittent issue unrelated to this PR, happens on other PRs as well. For example: https://github.com/cosmos/relayer/actions/runs/5025760972/jobs/9013148394 on https://github.com/cosmos/relayer/pull/1185