-
```
StringVector permissions = new StringVector();
permissions.add("can_get_my_acc_ast_txs");
```
When i test `CreatorrRole` function,it returns an error
```
Exception in thread "main"…
-
This is a good start to optimise the codebase for anyone who is curious about Iroha
There are 4 occurrences in pb_query_factory_test:
https://github.com/hyperledger/iroha/blob/5fd84ec8191ceaf69bd4…
neewy updated
6 years ago
-
I use libhrohajava.so at my java client machine(ubuntu),
How to install other libhrohajava.so dependent dynamic link library?
thanks
-
There's an incorrect URL in the reStructuredTest documentation.
If you check the README file in the /docs folder (you can see it [here](https://github.com/hyperledger/iroha/tree/master/docs)), the …
-
Running MacOs, not able to find the boost library.
-
We are core team of the [iroha](https://github.com/hyperledger/iroha) project. Today I tried to upload a package to PyPI, and `iroha` name was already occupied, somebody uploaded our package there and…
-
Now I want to check the `SubtractAssetQuantity `function,but in all roles don't have the permission to do this .Where can i get the permission name.
-
Should glossary not be updated to refer to YAC as current Iroha consensus mechanism?
-
```
Choose what to do:
1. New transaction (tx)
2. New query (qry)
3. New transaction status request (st)
> : 1
Forming a new transactions, choose command to add:
1. Detach role from account (de…
-
So far permissions are still used from the old model and represented via hard-coded strings:
https://github.com/hyperledger/iroha/blob/c3b1a743e977de8a517b754eb727d7b9b997545d/irohad/model/permission…