avalon
avalon copied to clipboard
Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
bridge module doesn't work currently. This pr aims to fix the problem. #51
``` executor failed running [/bin/sh -c python3 -m solcx.install v0.5.15]: exit code: 1 ERROR: Service 'avalon-shell' failed to build : Build failed ``` ``` avalon % docker-compose up --build Building...
when I test Hyperledger Avalon Proxy model with Hyperledger Besu. I got a error: ~/avalon$ docker exec -it avalon-shell bash root@3708c69249e6:/project/avalon# cd examples/apps/generic_client/ root@3708c69249e6:/project/avalon/examples/apps/generic_client# ./generic_client.py -b ethereum --workload_id "echo-result" -o...
when I run : cd $TCF_HOME/docs/dev-environments/ethereum/besu ./startup.sh I got a error : Step 84/104 : RUN python3 -m solcx.install v0.5.15 ---> Running in 3ddb9e639621 /usr/bin/python3: Error while finding module specification...
When running a load test of 600 transactions per minute, the following error occurred. Is it because the worker is running in a single thread? 23:58:02 ERROR call_client] Work order...
## Description of the issue Avalon is not working with the latest master of Graphene due to an issue with importing the crypto libraries required by Avalon. While starting the...
I followed [Testing Hyperledger Avalon Proxy Model with Hyperledger Fabric](https://github.com/kunmel/avalon/blob/master/docs/TestingFabricProxyModel.rst) and tried to run Fabric with Hyperledger Avalon on a single machine .But i got the following error when running...
It looks like there are two @abstractmethod def work_order_receipt_update(...) in [work_order.receipt.py](https://github.com/hyperledger/avalon/blob/cde34ee441df6d34d02addca9255c0b6bed9da8e/sdk/avalon_sdk/connector/interfaces/work_order_receipt.py) (the interface)?
Based on [spec](https://entethalliance.github.io/trusted-computing/spec.html#sec-proxy-model-receipt-retrieve-update)., ``` Retrieving a Work Order Receipt Update ... Inputs: ... updateIndex is an index of the update to retrieve. Value "0xFFFFFFFF" is reserved to retrieve the last...
I test fabric.When I run ```bash ./script/./scripts/start_fabric.sh -u ``` I get error as follows: ```bash # Run the chaincode install script on cli container *********** non-zero return code Error: No...