Yadunandan Batchu
Yadunandan Batchu
@lesnitsky I am not referring to the subdomain. Subdomains are working fine. I am asking about the main domain!
Thanks @lesnitsky - adding the CloudFront invalidation rule solved my issue! 😄 But this change needs to be picked up for implementation!
@richardkiss I see that BCH and XCH are missing in the _NETWORK_PREFIXES variable. I guess this part of code is not release to pypi package version 0.80. Can you validate?
@i-rme @jaonoctus @popenkomaksim @vv01f https://nandubatchu.github.io/bitaddress.org/bitaddress.org.html @pointbiz Is this PR addressing segwit address format? - https://github.com/pointbiz/bitaddress.org/pull/200
@sammchardy does this work both for HttpRpcClient and HttpApiClient? Also how reliably can we use this in broadcasting transactions? Will this cause any data inconsistency issues or double spends? Do...
@sammchardy ``` aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host testnet-dex.binance.org:443 ssl:None [[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)] ```
@sammchardy everytime I initialize the client, it starts over from the 0th index of the peer-list? If I am initializing the client on every invocation, it always will end up...
@sammchardy also can the HttpRpcClient and HttpApiClient can be used with our own lightnode/fullnode instances? Where we can remove the API rate limits for our usecases?
> @sammchardy > > ``` > aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host testnet-dex.binance.org:443 ssl:None [[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)] > ``` possibly related: https://github.com/ccxt/ccxt/issues/927 https://github.com/ccxt/ccxt/commit/caca5c46db445c73307efda3ab4ec2af13788b2b
@sammchardy I am using MacOS and python 3.6.5 with virtualenv. It is happening both on production and testnet Environments.