-
See https://search.maven.org/artifact/jp.co.soramitsu/iroha.
Would it be possible to update it?
It could be useful in particular for those who cannot set up a full JDK environment to build iroha-jav…
-
Yes, I remember that requirement, in that case maybe something like:
```
pub enum Command {
AddAssetQuantity(commands::AddAssetQuantity),
...
Custom(Vec)
}
```
_Originally posted…
-
- [x] Verify Kagome build in the docker container.
- [x] Verify Kagome build on the latest LTS Ubunutu.
- [x] Otherwise communicate with Kagome team.
- [x] Discuss the problem with Hunter and repro…
-
Use A Lightweight Blockchain backend like Hyperledger Iroha to spice things up? Added benefits include increased security and inbuild encryption.
-
https://wiki.hyperledger.org/community/copyright-and-license-policy?s[]=license
https://www.hyperledger.org/about/charter #13
neewy updated
5 years ago
-
## Context
Bootstrapping the Caliper repository with BENCHMARK=besu
BENCHMARK=fabric ./.travis/benchmark-integration-test-direct.sh
## Expected Behavior
Linting checks
Licence head…
-
## Context
error: [iroha.js]: Error: Cannot find module 'caliper-core'
info: [local-client.js]: Client[30782] encountered an error: Error: Failed when finding access point or user key
at …
-
After executing "npm run e2e_install", it turned out failed when installed caliper-cli. I have tried out the method "npm config set prefix ~/.local" issued by #478, but still can't work. Could you ple…
-
## Details
* Read the Docs project URL: https://iroha.readthedocs.io/ja/latest/index.html
* Build URL (if applicable): https://readthedocs.org/projects/iroha-ja/builds/8299696/
* Read the Docs us…
neewy updated
5 years ago
-
page_size in proto is uint32, max value is 4294967296, but iroha-java uses Integer. Solutions is use Long and check on negative or use Integer as unsigned and check with compareUnsigned().