Skip to content

Releases: mobilecoinfoundation/mobilecoin

TestNet 2021-05-12

12 May 16:38
Compare
Choose a tag to compare
TestNet 2021-05-12 Pre-release
Pre-release
1.1.0-pre3

Pin to 18:04 latest

Client Update 2021-03-23

24 Mar 05:50
66ce727
Compare
Choose a tag to compare
Pre-release

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

TestNet 2021-03-10

11 Mar 05:51
Compare
Choose a tag to compare
TestNet 2021-03-10 Pre-release
Pre-release
  • Add slam tool for load testing
  • Fixes to support Fog and SDKs

TestNet 2021-03-05

05 Mar 21:15
Compare
Choose a tag to compare
  • Crypto-box changes to support Fog
  • Authority key and signature scheme for Fog Report Service
  • Watcher improvements for auditing block signatures in consensus

Client Update 2021-01-09

10 Jan 04:15
0dfb34e
Compare
Choose a tag to compare
  • Includes fix to status check for critical bug in mobilecoind

Client Update 2020-11-24

25 Nov 00:29
568fe17
Compare
Choose a tag to compare
  • Reverts removes pseudo outputs from range proof

Desktop Wallet

If you are looking for the desktop wallet releases, please see https://github.com/mobilecoinofficial/desktop-wallet/releases

Client Update 2020-11-23

24 Nov 02:12
deed8d9
Compare
Choose a tag to compare
  • Adds ip-check
  • Origin block hint field

Client Update 2020-11-08

08 Nov 21:09
933a79f
Compare
Choose a tag to compare
  • Sending transactions can now override the subaddress for the transaction change

Client Update 2020-11-05

06 Nov 08:00
a9d99f0
Compare
Choose a tag to compare
  • Fix for Permission Denied when messages delivered out of order

TestNet 2020-10-27

28 Oct 01:28
86b78e4
Compare
Choose a tag to compare
  • Better error handling
  • Better S3 support for archive ledger
  • mobilecoind Fog support
  • constant time aes-gcm encrypt