Chris Clark

Results 34 comments of Chris Clark

I think this is another solution to the same problem, but it was never merged because there isn't sufficient testing: https://github.com/clark800/dropbox-restore/pull/24/files

`↑` is the successor function, which increments a natural number. It's a constructor for the natural number ADT defined here https://github.com/clark800/lambda-zero/blob/491e96ad8978793904bea7ef1ab424b5b0fc1353/libraries/prelude.zero#L62 `define` is basically a prefix form of `≔`. Unfortunately...

Sounds good. I'm not sure if server push is necessary though; don't we want the ledger to be as passive as possible?

> should move in the future to an endpoint unrelated to a specific transfer that will trigger all events that depend on a given event Can you explain the reasoning...

So would the request still contain some kind of reference to the list of conditions that it is supposed to fulfill? It seems important to avoid checking every condition in...

I don't follow, how would a database index help here?

Ah, I didn't realize that you could generate the condition from the fulfillment, I think I get it now. I still have many questions on this topic in general. I'm...

@SlicedSilver Thanks for the idea. My feature request might not have been clear enough that the limit is about how far the user can adjust the scale (by dragging on...

This repo contains some npm packages: https://www.npmjs.com/package/ripple-lib-transactionparser https://www.npmjs.com/package/ripple-lib-value I think the other directories are unpublished. You could ask @shekenahglory about these.