radixdlt-java icon indicating copy to clipboard operation
radixdlt-java copied to clipboard

A Java/Android Client library for interacting with a RADIX Distributed Ledger.

Results 21 radixdlt-java issues
Sort by recently updated
recently updated
newest added

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

As part of discussion with Dan, choosing nodes with close id's allows us to deterministically randomize the nodes a client can connect to, thus effectively load balancing the network.

enhancement