Vladimir Pesterev
Vladimir Pesterev
Signed-off-by: Vladimir Pesterev ### Description of the Change I've added sorting parameter into ISI queries. The sorting will apply only to entities that have metadata. [More about here](https://github.com/hyperledger/iroha/issues/2553). - [x]...
Signed-off-by: Vladimir Pesterev ### Description of the Change Replaces the lexicographical order of assets with a timestamp-based order in `AssetsMap`. For example: Before: `1 (1658432537)`, `10 (1658432546)`, `2 (1658432538)`, `3...
### GIT commit hash 4936869d ### Minimum working example ```rust fn main() { } ``` ### Expected behaviour I expected that the scheme should have `Sorting` structure on the client...
### Feature request I'd like to have the ability to listen to events with a given timeout. I see the function signature in this way: ```rust pub fn listen_for_events( &self,...