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
1. Create interface for connector module 2. Add apis to sdk to create event handler for block chain to unify the event handling part 3. Separate out connectors specific blockchain...
Changes are required in the sdk to not calculate the worker id in worker_details and use the worker id from the worker lookup function.
Whlie documenting the Ethereum and Fabric SDKs I noticed the implementations differ. For these methods for Etherum, the return code is: `Transaction receipt on success or None on error.` For...
Avalon workflow is broken in SGX HW mode. Following SGX error is observed during enclave initialization. failed to initialize enclave; Failed to get SGX quote size.: UNKNOWN SGX ERROR: This...
Currently both Fabric and ethereum worker sync up and event handling implementation in block chain connector and SDK is different. Ideally most of the logic and function implementation will be...
It should be possible to integrate Hyperledger Burrow with Avalon with relative ease, considering we expose many of the same interfaces as Besu.
In blockchain_connector/Dockerfile, /usr/local is copied from build_image to final_image. See if you can selectively copy the needed folders/files in final_image. One probable solution is to copy these folders: COPY --from=build_image...
Fabric dockerfile final build stage needs to be optimized to copy required artifacts from build image
Add unit tests for newly implemented sdk.