github mobilecoinfoundation/mobilecoin 1.1.0-pre1.1
Client Update 2021-03-23

latest releases: v6.1.1, v6.1.0, v6.0.2...
pre-release3 years ago

Adds fog support to clients, built for 1.0.0-pre7 consensus enclaves for both TestNet and MainNet

Clients built with e.g.:

INGEST_SIGSTRUCT_URI=$(curl -s https://enclave-distribution.test.mobilecoin.com/production.json | jq -r '.ingest | .sigstruct')
curl -O https://enclave-distribution.test.mobilecoin.com/${INGEST_SIGSTRUCT_URI}
CONSENSUS_SIGSTRUCT_URI=$(curl -s https://enclave-distribution.test.mobilecoin.com/production.json | jq -r '.consensus | .sigstruct')
curl -O https://enclave-distribution.test.mobilecoin.com/${CONSENSUS_SIGSTRUCT_URI}
RUSTFLAGS='-C target-cpu=penryn' SGX_MODE=HW IAS_MODE=PROD CONSENSUS_ENCLAVE_CSS=$(pwd)/consensus-enclave.css INGEST_ENCLAVE_CSS=$(pwd)/ingest-enclave.css  cargo build --release -p mc-mobilecoind -p mc-mobilecoind-json

Don't miss a new mobilecoin release

NewReleases is sending notifications on new releases.