Joshua Primero

Results 16 issues of Joshua Primero

For mnemomics and to solve address reuse problem: https://en.bitcoin.it/wiki/Address_reuse

bug

If say the number of nodes in the network are less than expected, a network split might have occurred in which case there is a probability that atoms submitted and...

enhancement

Check that temporal proofs are signed by nodes and are correct proofs.

enhancement

Need to deserialize this info from atom json.

enhancement

Need to save keys of nodes the client connects to and check signatures sent by the node sent to us.

bug

Currently there is no persistence in saving atoms or nodes.

enhancement

Currently nothing is being caught if network error occurs when trying to contact node-finder causing any application to crash. Need to catch this handle it gracefully.

bug

Implement reactive-streams for both receiving and sending items.

optimization

Currently no way to disconnect from ledger or network layer. Implement this.

bug

Do this for: * retrieving atoms for network validation purpose * submitting atoms to verify that atom was accepted by network

enhancement