Jeff Burdges
Jeff Burdges
Would this bug be prevented by locking the account earlier than here? : https://github.com/agl/pond/blob/master/server/server.go#L1191
Just encountered a similar issue in which my contacts all broke with DELIVERY_SIGNATURE_INVALID. I'll try to debug it, but looks nasty.. We'd many strange pond occurrences during the Tor developer...
I've found a pointer towards the bug : A new pond test account paired with an old pond test account via manual pairing just attempted to send a message, but...
We've occasionally had this error message too : ``` Failed to decrypt message: ratchet: duplicate message or message delayed longer than tolerance ``` There is seemingly a race condition in...
In the short term, I'd suggest that people try to be on a stable network connection, and avoid quitting pond, when they revoke contacts. I suspect this is more due...
How would you suggest doing this? Implementing the PANDA server over pond itself would avoid adding new no-op transactions.
https://github.com/paritytech/parity-signer/issues/457 https://github.com/paritytech/parity-signer/pull/791
It's super common in grant applications to crypto-currency projects.
You've looked at http://theupdateframework.com/ and related discussions https://github.com/rust-lang/crates.io/issues/75 right? Just fyi, I want to write up and implement a forward-secure signature scheme for DVCSs eventually. In essence, it goes: All...
An Ed25519 signature is only 64 bytes. SPHINCS signatures are like 41kb, so suitable for signing large releases, but not individual commits. You could build smaller single-use hash based signature...