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
make[2]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app' make -C /tmp/intel-sgx-ssl/Linux/sgx/test_app/ test make[2]: Entering directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app' make -f sgx_u.mk test make[3]: Entering directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app' sgx_u.mk:108: recipe for target 'test' failed make[3]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'...
Hello, I've been trying to execute standalone build in HW mode. I'm using ubuntu 20.04 When I execute the tcs_startup.sh script I got the following error: In SYM mode works...
Avalon register a worker with details which includes AVR to blockchain, then a user client can retrieve worker details and veirfy the AVR accordingly. The question is how do we...
It was observed during the CII Best Practices review that the version file has not been updated in the pre-release tag for v0.6 It was uncertain what the release process...
Avalon does not use Jira and so that should be removed. Only report through [email protected] Verify with Hyperledger about policy / availability for secure reporting using Github Issues
CII Best Practices recommends having clear contributor guidelines including documenting the need for new test cases when new features are submitted. I recommend using this as a template: https://sawtooth.hyperledger.org/docs/core/releases/latest/community/contributing.html In...
add: examples/apps/data_owner/ modified: tc/sgx/trusted_worker_manager/enclave/CMakeLists.txt modified: examples/apps/CMakeLists.txt
When the work order has not been completed, the enclave manager crashes with the following message: > avalon-wpe | [09:28:51 ERROR avalon_enclave_manager.work_order_processor_manager] Error while processing work-order; shutting down enclave manager...
Workload seems to keep the status of the logic between WorkOrders because the Clone method that you are using at "/common/sgx_workload/workload/workload_processor.cpp" does not clone an empty template of the Workload...
I want to test proxy model with besu, but I can't find any examples. I tried using eth_generic_client.py, but it didn't work. How to subscribe smart contract events with avalon?...