iroha-python icon indicating copy to clipboard operation
iroha-python copied to clipboard

Python library for Hyperledger Iroha, a simple distributed ledger.

Results 41 iroha-python issues
Sort by recently updated
recently updated
newest added

Hello, [I already posted this to the iroha main repo] We are using Iroha 1.2 latest on kubernetes. Setup is a single peer, with a postgresql 13 DB - and...

zh-migration

Hi all, I am trying to execute example usage script, that is demonstrated in iroha-python repo Readme, ``` from iroha import Iroha, IrohaCrypto, IrohaGrpc iroha = Iroha('alice@test') net = IrohaGrpc('127.0.0.1:50051')...

zh-migration

Hi, I don't know if this is an `iroha` or a `iroha-python` issue but in brief, I was using `send_blocks_stream_query` to monitor some transactions using a separate thread and to...

zh-migration

I am contemplating adopting Iroha, but the documentation is sparse and there are several SDKs that seem to be at different levels of maintenance and functional coverage. I'd prefer to...

zh-migration

Bernstein's python3 reference implementation of ed25519 is not appropriate for production purposes as it makes the python interpreter run functions for which that interpreter is not (cryptographically) designed, creating realistic...

zh-migration

https://wiki.hyperledger.org/community/copyright-and-license-policy?s[]=license https://www.hyperledger.org/about/charter #13 please reuse https://github.com/hyperledger/iroha/pull/1944 if needed

zh-migration

Yeah, here I'm mostly focusing on at least having actual types instead of jsonly-typed blobs of something. Making it look like Python will require either way more future work or...

enhancement
iroha2

Today, @learningnoobi [wrote](https://discord.com/channels/905194001349627914/905205848547155968/1031885187300196443) that a fresh `qroha-python` is broken: ```bash $ git clone https://github.com/hyperledger/iroha-python/ --branch iroha2 iroha-2-python # ... $ cd iroha-2-python # ... $ maturin build 🍹 Building a...

iroha2

Codegen for enums currently uses complex meta-class constructor, which should be simplified to be more in line with `make_struct` and `make_tuple` factories.

enhancement
iroha2

Hello. I'd like to add the common language guide to the Iroha documentation. Since Iroha for Python 3 is the most convenient for many users, it is necessary for the...