CJ Cobb

Results 37 comments of CJ Cobb

The `Amount` field is part of the actual transaction, and is really the intended amount. For partial payments, a different amount can end up being delivered. The delivered amount can't...

We actually try to build libpq ourselves if it's not installed: https://github.com/ripple/rippled/blob/7bd5d51e4e4e76a5547051d30b330739618eddb0/Builds/CMake/deps/Postgres.cmake#L25 Installing it of course fixes the problem. This passes in CI without installing libpq-dev, though that's running on...

Hmm. I spun up an Ubuntu 20.04.2 TLS VM on EC2 and was not able to reproduce this. I built reporting mode, and was able to run without errors. Can...

Ok, we will work this and see what's going wrong when using `--target install`. Thanks for reporting this issue.

I agree that `tooBusy` should have a 50x status code. I don't know that every error should though. I don't think an account not found or transaction not found error...

So do you just want each distinct stream to have a distinct ID? Does it matter what that ID is? Also, say you subscribe to multiple accounts on the accounts...

I'm slightly confused by the actual feature being requested. @KoenPaas @WietseWind Are you both asking for the same feature? We can add the original id passed in the request to...

Ok, so you want an ID in the followup messages, and you want a way to determine whether the message is from the account subscribe or the order book subscribe?

Ok cool. So we can add the ID to each message on the stream, and we could probably add some sort of field like: ``` { ... "stream":"books" } ```...