Eric Saunders
                                            Eric Saunders
                                        
                                    Right. I'm assuming it's a consistency thing. They're strings here because numbers are represented as strings _everywhere_ beyond Horizon. And that's presumably because of JS using Float64 for everything natively,...
To help us understand: 1. Is the main issue that the info is missing from the JS API docs? 2. Did you see this page? https://www.stellar.org/developers/horizon/reference/errors/timeout.html Is there info that...
We just did this in the Go SDK, for reference: https://github.com/stellar/go/issues/1041
I did something like this in the Go SDK [Timebounds](https://godoc.org/github.com/stellar/go/txnbuild#Timebounds), it's similar but not quite the same as your proposal. I actually did it three different ways before settling on...
I think what we have is just the shortest path to a warning implementation. I support only displaying the message on change of a field. I'm not in favour of...
Prior discussion with a related idea from @bartekn: https://github.com/stellar/stellar-core/issues/2920#issuecomment-786266453
Do you mean confirm that they are real assets, or just that they match the expected format `code:account`? Checking format makes sense to me.
@ysz go for it!
I have exactly the same request. On behalf of my employer I liaise with community ecosystem projects. It would be great to have those emails go to the correct context...
What's involved in building for this additional target arch? I think we're going to see an increasing need for this as more developers move to the new Apple machines.