Levente Pap

Results 10 issues of Levente Pap

## Description Implement syntactic checks for blocks and payloads based on the TIPs. Such checks should be carried out before/after serializing/deserializing objects. AFAIK iota.go implements it in a way that...

## 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

Related: #268 Extend pyota documentation with well explained code examples for common use cases. Take inspiration from the [python community workshop](https://github.com/iota-community/python-iota-workshop). Suggestions for code examples are welcome! Besides the basic...

documentation

### Description Calling `get_messages` on a `ProposedBundle` object returns only the message of the first transaction in the bundle. ### Analysis `get_messages` relies on `group_transactions` to iterate over transactions in...

bug

As a node operator, I want to retain my Chrysalis database, so I can serve historical data.

feature

Currently the design and wording of the faucet is exclusively about IOTA. With the upcoming Shimmer network, we need to be able to tell the faucet whether it runs on...

Look at balance calc in iota.js, review it