iota.py icon indicating copy to clipboard operation
iota.py copied to clipboard

PyOTA: The IOTA Python API Library

Results 41 iota.py issues
Sort by recently updated
recently updated
newest added

# Description of change Changes are: 1. Removed 'devnet' keyword in Iota(...) because not a known argument 2. Add length of 81 to random address generation, because call needs length...

## Bug description Tutorial 02_send_data.py not working as expected: 1. Creating Iota object generates error because of unexpected argument 'devnet' 2. Address.random() misses required argument length 3. Sending message throws...

bug

# Description of change Fixes an error found by using the Pylance LS in basic typechecking mode. ![image](https://user-images.githubusercontent.com/1946977/117411948-075b1000-aec9-11eb-8db9-160ea1c6069f.png) I'm assuming the original code was meant to be "str or bytes"....

I was trying to figure out why `get_account_data` sometimes takes seemingly forever. For example, take the following script: ```python from iota import Iota import time seed = 'A' * 81...

enhancement

Hey, I am using pyota `find_transactions` function to retrieve transactions from one address. Till today the function was working as intended however now I get the following error: SSLError: HTTPSConnectionPool(host='nodes.devnet.iota.org',...

bug

## Description CheckConsistency is being removed from Hornet for Chrysalis pt 1. We need to have a PR ready for this once it is released

## Description `comnet` is the community run test network of IOTA. Update documentation with details about `comnet`. (Required MWM = 10) Maybe add `comnet` configuration option to API classes. ##...

enhancement
help wanted

It is not clear from the documentation which method might throw and what exception. For example, `Iota.traverse_bundle` might throw a `BadApiResponse` if bundle transactions are not visible, but it is...

help wanted
documentation

The command itself doesn't have tests for the logic it implements. Would be great to have some tests for `IsReattachableCommandTestCase` in `is_reattachable_test.py`. Tests should cover: - An input transaction is...

enhancement
help wanted

I am using MultiSignature Code. When I am preparing transfer, I am the error --- ValueError: Request failed validation ({'multisigInput': ['wrong_type']}) (`exc.context["filter_errors"]` contains more information). What can be the issue...

bug