This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The previous link is not IOTA official Discord community. Update the link to the official one.
Fixed array bound from FRAGMENT_LENGTH (which is 2187 in trytes) to HASH_LENGTH (which is 243 in trits).
To make it easier for devs to execute individual tests.
Update Discord link to IOTA official one
- Vanilla Python no longer outputs "now exiting InteractiveConsole..." on exit. - IPython now respects profile settings. (`IPython.embed()` is meant for debugging purposes; `IPython.start_ipython()` is part of the public API; see https://ipython.readthedocs.io/en/stable/interactive/reference.html\#embedding for more info.)
ProposedTransaction.__init__ now convert tag value to a Tag object
add were_addresses_spent_from api
Included Hash Indicator in Variable Name
Fixed Array Bounds for Fragment
- Fixed formatting of list items. - Added more info about PEP-8.
marko-k0
pushed a commit
to marko-k0/iota.lib.py
that referenced
this pull request
Jul 28, 2018
Release/2.0.5
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PyOTA v2.0.5
were_addresses_spent_from
API command (thanks @lunfardo314 for reporting and @scottbelden for implementing!).tag
value to aTag
object #100]ProposedTransaction
now properly converts thetag
parameter into aTag
object (thanks @lukzmu for reporting and @rpitonak!).iota/transaction/creation.py
now conforms to PEP-8 (thanks @rpitonak).PrivateKey.get_digest()
(thanks @phil-zxx!).README.rst
(thanks @pcwu!).pyota-cli
command:test-runner
extra.README.rst
.CONTRIBUTING.rst
.Thanks to the following individuals for their contributions to PyOTA v2.0.5: