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
Signed-off-by: Karthika Murthy
1. Attestation service to do verify IAS AVR, DCAP quote 2. Service listens on HTTP based jrpc listener and uses format json-rpc 3. Python API makes to call to attestation...
fix 'RuntimeError: This event loop is already running' bug of asyncio in ethereum-ganache model Signed-off-by: PlyTools
Replace nested run_until_complete() with create_task() in Ethereum connector. The evet loop once started cannot be started again from within a coroutine. Signed-off-by: Rajeev Ranjan
Pushing the fix for the issue #693 . In the file work_order_receipt.py, in line 163, while creating the update receipt - we concatenate the update data to the work order...
This feature initiates refresh of worker encryption key pair based on number of work orders processed in case of Singleton worker or number of pre-processed work orders in case of...
1. verify IAS report utility which verifies MR enclave 2. generic client shows the usage. Signed-off-by: Ramakrishna Srinivasamurthy
Signed-off-by: Rajeev Ranjan
Signed-off-by: Hadrien Croubois