Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Avalon pre-release 0.5.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@manojgop manojgop released this 31 Mar 16:04

This release for Avalon adds support for Proxy Model in Trusted compute specification v1.1. Below are the features supported.

  • Proxy model support for Ethereum (Hyperledger Besu, Ganache) and Hyperledger Fabric blockchain.
  • Support for Receipt handling for direct model.
  • Single SGX TEE Worker is supported which can contain multiple workloads.
  • External data access from SGX TEE.
  • Improved Avalon modularization and added Dockerfile and Kubernetes deployment files for Avalon components.
  • Sample workloads and client applications.
  • Documentation to build and run Avalon, FAQs and example applications.

Known issues:

  • Simultaneous work order requests from multiple clients is not yet stable for proxy model.
  • Receipt handling support is not available for Fabric and Ethereum Proxy model.
  • Fabric version 1.4.4 is used as default (instead of 2.0) for Fabric proxy model due to long time to start Fabric 2.0 blockchain nodes.
  • WorkerLookupNext API is not yet functional.