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

Hi, What better way to start the year than testing your Java library? :) Wanted to test the most recent version (Beta 19), yet although the code compiles, I get...

Both messaging and tokens examples show the desired results, but after `blockUntilCompete()` is called, the programs run indefinitely. I end up shutting them down. That's either using `Bootstrap.LOCALHOST_SINGLENODE` or `Bootstrap.LOCALHOST_HOST`....

Create/Read/Update data element which allows read-modify-write cycles without lost updates.

Hi I'm just looking a short review on Radix code and I think it is very interesting For the time being I'm currently trying to create a digital asset based...

It is unclear which universe config to use for the betanet emulator. A good idea might be to explicitly name one of the bootstrap configs `BETANET_EMULATOR`. For now I've been...

`com/radixdlt/client/application/translate/data/DecryptedMessage.java`:75 ``` @Override public String toString() { return timestamp + " " + from + " -> " + to + ": " + encryptionState + " " + Base64.toBase64String(data);...

As is now, the `radixdlt-java` repository holds two Gradle modules; the actual Radix Java Library and a set of Example implementations. Both modules are built or at least verified when...

refactor

To enable sending a message to multiple recipients, I would suggest the following changes: - The JSON key "to" in the message expects a recipient address, i think an array...

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

bug