Aleksandr Petrosyan
Aleksandr Petrosyan
The current approach of creating lots of objects is not very pythonic. It would be preferable, if instead we had a way of using dick-typing and methods + keyword arguments...
Because `iroha-python` is a wrapper around rust code, the full trace-back for an exception is truncated to the Python code in which it was called. So all exceptions should contain...
Hi. There's a relative lull in activity. Wondering if the project is going dark, or just not being developed as actively?
### Description of the Change - [x] Updated the new consensus. - [x] Fixed lints - [ ] Ran tests - [ ] Test flakyness documented - [ ] Re-reviewed...
Under high load conditions, and given high packet loss, genesis application might not finish, or go through partially. In this state Iroha does not have a valid genesis. It looks...
It depends on the use of `synthetic`, but generating keys would be closer to the actual situation _Originally posted by @s8sato in https://github.com/hyperledger/iroha/pull/2771#discussion_r976770513_
I'd imagine that it's much better to phrase this as an `enum`. So `genesis --default` is the default value, `genesis` becomes `genesis --default` and `genesis --synthetic` accepts the three args....
These aren't strictly necessary, but since we have them, we should consider adding `Transfer`s in a separate issue. _Originally posted by @appetrosyan in https://github.com/hyperledger/iroha/pull/2771#discussion_r977239857_
Just note for further improvement: could be chained is `sign` would return `Proof`. _Originally posted by @Erigara in https://github.com/hyperledger/iroha/pull/2762#discussion_r975100585_
### GIT commit hash 7ed7b4c8000db5505b445a61c03c3bc08c572b56 ### Minimum working example Taken from Orillion deployment. Given: An asset (with 10 metadata entries) is not seen at the peer X but present on...