iroha-python
iroha-python copied to clipboard
Python library for Hyperledger Iroha, a simple distributed ledger.
Finally no more metaclass voodoo in codegen, also (probably) more pythonic types for rust enums. Next steps would be to refactor codegen on the rust side, then probably move as...
Bumps the cargo group with 1 update in the / directory: [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek). Updates `curve25519-dalek` from 4.1.2 to 4.1.3 Commits 5312a03 curve: Bump version to 4.1.3 (#660) b4f9e4d SECURITY: fix timing...
> ok, but we should split our CI into these workflows: > 1. workflow that runs on every merge to `main` > 2. workflow that runs on every merge to...
Currently, the I2 PR workflow fails for all jobs. At first glance: - [ ] rust toolchain needs to be updated (to what? should it be synced with `iroha`?) -...
iroha --version iroha version=2.0.0-rc.2.0 git_commit_sha=4672d14d5 I try with main branch in docs-recipes example work all except file 5.register-and-mint.py it error wiith File "/root/iroha-python/docs-recipes/5.register-and-mint.py", line 25, in assets = client.query_all_assets_owned_by_account("xxx@wonderland") RuntimeError:...
With the recent Iroha (main branch) and recent iroha-python (main branch) all built with the suggested nightly Rust, I'm getting the below error message when trying to run any asset...