Dan Anderson
Dan Anderson
I don't know. An alternative is to copy the string and convert to lower case--for comparison purposes only.
Also using http instead of https should help (it worked for me). For example, `git clone http://github.com/msgpack/msgpack-c.git`
The build failed because you are missing a "DCO line". For you it will be something like: Signed-off-by: m3ngyang For details, see https://github.com/hyperledger-labs/trusted-compute-framework/blob/master/CONTRIBUTING.md This is a legal requirement of The...
That would be welcomed and we can offer assistance for a PR. Jim Zhang integrated Besu with these files: - docs/dev-environments/besu/* - docs/BesuProxyModel.md - docker-compose-eth-besu.yaml - sdk/avalon_sdk/tcf_connector.toml Listen at 23:40...
You have no commit message, so the build is also failing. Put the message above, including your DCO signature line, in the commit. You can amend your commit with `git...
`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
The instructions for running Besu are the same for HW mode or SIM mode. The instructions for installing Avalon in HW mode or SIM mode are 1. Install prerequisites (including...
Apparently this PR was abondonded and a new PR filed, PR #123
I see `/etc/avalon` hard-coded here: ``` ./shared_kv_storage/setup.py:conf_dir = "/etc/avalon" ./shared_kv_storage/kv_storage/remote_lmdb/lmdb_listener.py: return '/etc/avalon' ``` Directory `/etc/avalon` is a reasonable choice of a **default** config directory. Certainly better than directory`$TCF_HOME/config`, especially once...
If you are using Sawtooth 1.1, it could be related to this Validator bug: https://github.com/hyperledger/sawtooth-core/pull/1994 https://jira.hyperledger.org/browse/STL-1477