-
---- Minecraft Crash Report ----
WARNING: coremods are present:
literalascension (literalascension-1.10.2-1.0.1.1.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
SurgeLoad…
-
ご確認ください(ファイル中の上段:原文、下段:訳文)。
[xrpapi.ja.txt](https://github.com/xrpl-japan/xrpl-dev-portal/files/9160097/xrpapi.ja.txt)
-
I am trying to setup a Java Xpring for testing purposes.
`import java.math.BigInteger;
import io.xpring.common.XrplNetwork;
import io.xpring.xrpl.XrpClient;
import io.xpring.xrpl.XrpException;
…
-
## Issue Description
Per https://blog.ripplex.io/sunsetting-ripplex-io/, the ripplex.io site is being sunset. There are several references to it (and its predecessor xpring.io) in the rippled docum…
-
Both JSON RPC 1.0 and 2.0 require that when a request invokes an error the "result" field is left empty and the error information is given in the "error" field.
This was noted in 2013 and the issue…
-
As per this https://github.com/xpring-eng/xpring4j#xrppayidclient the method name is `xrpAddressForPayID` but the actual method name is `xrpAddressForPayId`
The last d is the problem.
-
I have previously used Xpring-js with react-scripts which automates the webpack process, but I have since built my environment from scratch, and am only now having issues with xpring. It seems to be c…
-
Hello there, I've been playing with the Xpring-JS library and I find it quite neat to use and really simple to comprehend kudos on that
I also found out that there's a deprecation notice that vscod…
-
First, we should align Xpring-JS with the other sdks by changing the `IlpClient.send` API to `IlpClient.sendPayment`.
Second, we should change the second parameter of that API from `paymentPointer`…
-
Hi folks, it seems the SDK currently requires android api v.26+.
Do you know if it would be possible to extend it to 21 to support more devices?
Thank you!