Phoenix

Results 70 comments of Phoenix

Hi @jo7399 I apologise that it has taken me so long to address this. Unfortunately, PyOTA currently requires a connection to a node to complete the PoW process. #139 proposes...

Hey guys. Thanks for suggesting this! Here's what I put in [`CONTRIBUTING.rst`](https://github.com/iotaledger/iota.lib.py/blob/2.0.3/CONTRIBUTING.rst#requirements-for-pull-requests): > - Please ensure that your code conforms to PEP-8. > - You may deviate from PEP-8 if...

I would be hard-pressed to argue against adopting standards in an open-source project (: The 2.0.4 release will be delayed a bit while I figure out how to update the...

It would also be super cool if we could integrate flake8 into the build process ([random example](https://github.com/owocki/pytrader/commit/183d28033b56d9eec715122f9118eb3f17b2d634#diff-354f30a63fb0907d4ad57269548329e3R21)).

We've made good progress on this. All of the package files are now PEP-8-ified. Next up is to reformat the tests (wanted to do this separately, to make it less...

Hey @scottbelden thanks for raising this issue! I'm inclined to agree with you. Most Python developers (probably developers in general) wouldn't think to look for a `context` object attached to...

Hi @woywoy123 could you log the above as a separate issue?

Hey @rav1112 this message indicates that a transaction containing a signature fragment had a non-zero `value` amount. This is not valid; see https://iota.stackexchange.com/a/936/283 for more info.

Hey Scott! This looks awesome!! Out of curiosity, is it too late to call the package ckerl, so that we can have ccurl and ckerl to complement PyCurl and PyKerl?...