stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar
Azitrex has quit [Read error: Connection reset by peer]
Azitrex_ has joined #stellar
stellar-slack1 has joined #stellar
stellar-slack has quit [Ping timeout: 264 seconds]
Azitrex_ has quit [Quit: be lucky , have fun , be back as soon]
Kwelstr has quit [Quit: ugh]
IAmNotDorian has quit [Ping timeout: 256 seconds]
Kwelstr has joined #stellar
<stellar-slack1>
<powderfan> question: http://kraken.com|kraken.com provides a qrcode for XLM deposits which encodes something like GA5XIGA5C7QTPTWXQHY6MCJRMTRZDOSHR6EFIBNDQTCQHG262N4GGKTM*?dt=183267782*
<stellar-slack1>
<jed> I think it is better if people move to federated names rather than QR codes.
<stellar-slack1>
<jed> if we wanted that format it should be `GA5XIGA5C7QTPTWXQHY6MCJRMTRZDOSHR6EFIBNDQTCQHG262N4GGKTM?memo=183267782` I think
<stellar-slack1>
<powderfan> ok, do you push exchanges/gateways like kraken towards this format (or federation)
<stellar-slack1>
<jed> Yeah I think we should. I was waiting for our federation server to be ready. It is now so they don't have much excuse for not using it.
<stellar-slack1>
<powderfan> yeah true. How about support in js-stellar-sdk for federation resolution in clients. Think we already had a discussion whether it belongs there, but don't remember the outcome.
<stellar-slack1>
<jed> I think it does belong in there
<stellar-slack1>
<jed> It is pretty near the top of the todo list
<stellar-slack1>
<sacarlson> I created a function in javascript that supports federation on the client side
<stellar-slack1>
<powderfan> cool! is there an issue on github I can watch to get notified
<stellar-slack1>
<powderfan> @sacarlson: maybe it can be integrated in sdk. did you try create a PR for that?
<stellar-slack1>
<sacarlson> it's not really needed
<stellar-slack1>
<sacarlson> it's just a few lines of code
<stellar-slack1>
<sacarlson> I don't understand the need for it to be in sdk or even how to put it there