-
sublimator suggested
```
function memoize(func) {
var cache = {};
return function memoized() {
var key = arguments.length === 1 &&
typeof arguments[0] === 'string' ?
…
-
For some reason if you call `node index.js prior -s` after it returns the data it waits a couple of seconds before exiting (during which it's probably doing nothing).
Since `forever` uses `prior`, …
-
Hey guys,
I wanted to get some additional. Are payment pointers and PayID the same? Can payID be used for ILP or is the PayID, just a record of the users accounts?
Also, for something like a eth…
-
Sentry Issue: [XPRING-ILP-TESTNET-6C](https://sentry.io/organizations/ripple/issues/1693363825/?referrer=github_integration)
```
MismatchedInputException: No content to map due to end-of-input
at [S…
-
I _think_ we're case-sensitive to payment pointers right now, but that is technically incorrect.
Since payment pointers are just another representation of a `HTTPS` URL, we need to follow the case-…
-
I have forked and have a change I would like to submit a pull request for that adds verified PayID support.
The issue I am running into with CloudFormation is that it will not allow the stack to c…
-
There might be logical bugs that might be producing incorrect data.
Since I have no way of verifying whether or not a crawl is correct based on the graph/analysis (since no one knows how many rippleds…
-
currently `npm run start` does not run the seed script while `npm run test` does. This is an issue because the Xpring-JS SDK repo depends on dev.payid.xpring.money having the seeded values. We should …
0xASK updated
4 years ago
-
I've been reading the documentation, but after some experimentation I've been unable to get this working.
I gives bad request when I try against a port configured with `http` ... but http means JSON-…
-