iroha-python
iroha-python copied to clipboard
Python library for Hyperledger Iroha, a simple distributed ledger.
receiving random grpc._channel._MultiThreadedRendezvous errors from iroha server every 24hours or so
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...
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')...
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...
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...
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...
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
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...
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...
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.
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...