Aleksandr Petrosyan
Aleksandr Petrosyan
Refactor the accounts to only *optionally* have an alias. We still need to retain the current semantics of account structure, but most data should be stored in a separate location:...
All ISI which can target an account need to have separate implementations that can target an account both by their address (public key, then ss58) and an alias.
https://github.com/hyperledger/cactus is an inter-blockchain communication protocol and system that has support for Iroha v1. We should add support for HL cactus in Iroha v2. This issue will be converted into...
The test introduced in #1784 demonstrated that creating a million accounts results in average memory usage of 5kiB per account. This is far in excess of what is acceptable for...
### Feature request Solving #2501 via #2515 rerquires us to store a timestamp for all assets. This doubles the memory overhead and increases the time complexity of all queries that...
## MWE run ``` cargo bench ``` ## Expected Works ## Actual Error messages in logs complaining about not being able to find `alice@1@wonderland`.
The Iroha swarm tool allows generating `docker-compose.yml` files for specific numbers of peers. Having such a tool would be useful for @Mingela and the DevOps team.