Scott Fleckenstein

Results 64 comments of Scott Fleckenstein
trafficstars

@johansten this is definitely something that I want to add. I haven't quite figured out how I want to present it in the API, and there are several higher priority...

@gterzian, Thanks for the input, definitely appreciated. Let me reply inline: > I recently bumped into the Revel web app framework, and coming from a Django background (and I know...

That seems smart to me. I can build this today @bartekn. IMO we need to separate the ledger loader/cache out of the trade endpoint and reuse it across the others.

I'm just finishing up this issue today... the ledger caching system I'm building needs some tests and then I can roll it out to other actions quite easily.

@johansten Thanks for the heads up. I'll fix horizon such that it no longer generates these paths.

@jedmccaleb by saying "this should be fixed in stellar core" do you mean to say that we should allow payments for paths that route from XLM to XLM, and this...

@vogel that shouldn't be that cause, because you should never end up with an `orderBook` value with `Buying` and `Selling` being the same. Let me explain. say you had the...

Great catch: The issue is related to the fact that we don't make the flags "persistent" in cobra terms: https://github.com/stellar/horizon/blob/master/src/github.com/stellar/horizon/cmd/horizon/main.go#L62 Should be pretty simple to fix.

There aren't any plans to work on this in the near term @s-a-y, but I will make sure it gets added onto the list of things to work on when...

There shouldn't be anything you can't work with @s-a-y, but I figure it will be a pain in the butt to implement... If you're not familiar with go, you'll probably...