tomerweller

Results 29 comments of tomerweller

Horizon doesn't keep track of failed operations right now. A simple implementation would depend on this: https://github.com/stellar/go/issues/1385

@myrle-krantz there's definitely an argument to be made for switching to representing amounts as long (int64) stroops rather than the funky strings that they are right now. I'd open a...

We currently show fee stats as a table. I think it would be nice to have a proper percentile graph. (but definitely not urgent)

+1. Sometimes you want to copy the link and open it in a different browser / session than the default.

Related: https://github.com/stellar/laboratory/issues/833

I'd like to emphasize the need for a tutorial regarding custodial/pooled accounts. We're getting a lot of inquiries on these.

> The developer story here is: a developer reads the XDR definition, writes the transaction / asset / whatever in JSON, then is able to convert it to an XDR....

> In JS, JSON is actually a native representation of objects I don't agree with that statement :) JSON doesn't capture the prototype functions (or class system, whatever JS people...

What if the user doesn't want to sign with _any_ key? they just want to go through the build->simulate flow and then take the tx XDR and sign elsewhere?

@christian-rogobete can you use a 3rd party library like [as-bignum](https://www.npmjs.com/package/as-bignum?activeTab=readme) to do arithmetics guest side?