-
When I try to log in, using Version 1.7.2 (1.7.2) of the Mobilecoin Mac Desktop app, I get a ~10 second wait and then a red "Network Error" at the bottom left of the app. If I try an incorrect passwor…
-
Right now the fog sample paykit avoids creating transactions with invalid rings (in the sense that a ring singature can't include the same txo twice). In the pathological case, this undermines the sec…
jcape updated
2 years ago
-
I've seen quite a few integration testing failures recently where the python scripts that use mobilecoind stall out on Waiting for accounts to sync.
https://github.com/mobilecoinfoundation/mobileco…
-
We don't utilize `panic_unwind`, backtraces, etc., and no longer plan to.
-
Hello,
Reading the MCIPS [about confidential token ids](https://github.com/sugargoat/mcips/blob/confidential-token-ids/text/0025-confidential-token-ids.md), I have a sense that there may be a major…
-
We should improve the way our ORAM implementation handles nonces. As of right now, it increments a counter each time a query is performed, but does not do anything when this rolls over. In practice, a…
jcape updated
2 years ago
-
We should refactor our existing transaction builder, located in transaction core, so the interactions with the user's private keys (and therefore, spend authority) can live offline, in a custom HSM so…
jcape updated
2 years ago
-
Once I updated the rust-toolchain to use nightly from 2020-12-01, I ultimately got an error.
My git diff says:
diff --git a/docker/rust-toolchain b/docker/rust-toolchain
index a5fd288..3e8a548 10…
-
`protobuf` v3 changes the API significantly (https://github.com/stepancheg/rust-protobuf/issues/518, https://github.com/stepancheg/rust-protobuf/issues/521), so updating to the latest version would in…
-
An issue that appeared in #1732: the `mc-fog-ocall-oram-storage-trusted` crate appeared to require two different versions of `blake2`, depending on what platform it was built for. This is obviously wr…
jcape updated
2 years ago