-
Current implementation of `put`/`get` functions has terrible iface so we should discuss how we can change it. Here's the list of use-cases and regarding proposal to fix.
Macros analogues are pretty s…
-
This is why curl with register account receives empty uuid:
https://github.com/hyperledger/iroha/blob/master/core/infra/server/http_server_with_cappuccino.cpp#L123-L128
```
Api::Domai…
-
In `feature/api` branch, I created test file `java_vm_test`, which calls java function of `test/smart_contract/Test/Test.java`. Test.java loads `libDomainRepository.so` and calls C++ function by using…
motxx updated
7 years ago
-
build environment:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
build iroha by https://github.com/hyperledger/iroha/blob/master/docs/how_to_build.rst s…
-
Trying to build Iroha on Mac OS X, I'm running into the following error:
> [ 76%] Linking CXX executable ../bin/iroha-main
ld: warning: directory not found for option '-L/Users/e11778/work/_BLOCKC…
-
**Version**: latest develop branch
I tried to run `iroha-main` as single node with the following `sumeragi.json`:
```json
{
"group": [
{
"ip": "127.0.0.1",
"name": "da77880a…
-
Yesterday and this morning (JST), Iroha can't build and show below messages.
[ 70%] Building CXX object core/infra/server/CMakeFiles/http_server_with_cappuccino.dir/http_server_with_cappuccino.cpp.…
-
Pulled latest changes and now build fails:
```
[ 9%] Built target googletest
[ 11%] Built target exception
[ 17%] Built target objects
[ 20%] Built target datetime
[ 22%] Built target logger
…
-
Commit: 610302954414957aff29275f3d6bf984cdc1c799
I started a single `iroha-main` node, sent this request:
```bash
bogdan@private ~ $ curl -X POST http://127.0.0.1:1204/account/register -d '{"publ…
-
Hi
I write grpc + flatbuffers application.
In https://github.com/hyperledger/iroha
(Environments information is in https://github.com/MizukiSonoko/test_flatbuffers , Sorry)
1) This commit(htt…