Yadunandan Batchu
Yadunandan Batchu
@sammchardy is there a way this can be achieved in the existing code? Like query the other node in case of API rate limit breach?
@ranaroussi Please merge the following to add support for RVN (Ravencoin).
Tried to set the alias - but not fruitful. ``` tf-next alias set mydomain.com .mydomain.com ```
@richardkiss Not working for both mainnet (BCH) and testnet (XCH). ``` rand = codecs.encode(os.urandom(32), 'hex').decode() key = Key(secret_exponent=int('0x' + rand, 0), netcode="XCH") in create_account address = key.address() in address return...
https://github.com/richardkiss/pycoin/blob/256967d9e0a1e7e902d4269283c557ba15e31ffa/pycoin/symbols/zec.py#L4
- **OpenEthereum version (>=3.1.0)**: 3.3.0-rc4 - **Operating system**: Windows / MacOS / Linux - **Installation**: one-line installer - **Fully synchronized**: yes - **Network**: ethereum - **Restarted**: yes The node has...
@pointbiz I am not sure if I used the correct format of bech32 file. Let me know if I need to compile it to some other format.
On `v2-master` Can there be more explanatory error on what went wrong here? https://github.com/kinecosystem/kin-sdk-python/blob/3460e8191b66a535ef13e0d500d0529d6b0c6980/kin/account.py#L259
Is there a way to leverage the userID concept across all the events of a page/session? 🤔 Maybe we need the `set` API - https://developers.google.com/tag-platform/gtagjs/reference#set
### Expected behavior Should be able to view compiled SQL and be able to run and get query results either entire model or of selection ### Actual behavior Not able...