avalon icon indicating copy to clipboard operation
avalon copied to clipboard

lack module EthereumDirectRegistry in direct_registry_bridge.py

Open m3ngyang opened this issue 6 years ago • 2 comments

direct_registry_bridge.py doesn't work because of lacking import module EthereumDirectRegistry.

m3ngyang avatar Sep 03 '19 07:09 m3ngyang

I'm doing some tests on the bridge module, but it seems that some files are missing, can you provide them? @danintel @manju956

m3ngyang avatar Sep 09 '19 05:09 m3ngyang

EthereumDirectRegistry is used by: examples/common/python/connectors/ethereum/unit_tests/test_direct_registry_bridge.py examples/common/python/connectors/ethereum/direct_registry_bridge.py It is implemented with the Solidity source file ./examples/common/python/connec tors/ethereum/contracts/WorkerRegistryList.sol

For details, see https://github.com/hyperledger-labs/trusted-compute-framework/blob/master/examples/common/python/connectors/TestingContracts.md

danintel avatar Sep 09 '19 18:09 danintel