<stellar-slack>
<jed> What is the issue with sendmax?
<stellar-slack>
<dzham> I wish I knew. None of my attempts at path payments have really worked. Almost all of them complain about too low sendMax.
<stellar-slack>
<dzham> The only one that kind-of worked was sending to myself, in order to exchange XLM for AAA(?), but that one turned out to refund the AAA straight away
<stellar-slack>
<dzham> This one sends 100 AAA to the recipient, for a payment of 50 XLM, and a sendMax of 100XLM. Still fails.
<stellar-slack>
<sacarlson> from what I can tell you are trying to send assets of AAA of issuer GAX that you don't look like your account has any balance for. you have a bal of REF
<stellar-slack>
<sacarlson> I also can't seem to send you any as you don't have the issuer GAX4 on your lines of trust
de_henne has joined #stellar-dev
de_henne_ has quit [Ping timeout: 260 seconds]
tectonic has quit []
<stellar-slack>
<dzham> @sacarlson, but it’s going through a path… the recipient trusts `AAA/GAX4…`and can hold a balance
<stellar-slack>
<sacarlson> I guess I'm not reading the transaction correctly then.
<stellar-slack>
<dzham> I.e., it’s buying AAA of off the order book before sending it to recipient
<stellar-slack>
<sacarlson> I still only see it as a paymentOP from a source with no money but I do see your destination address_id GDZQ.. has trustlines for issuer GAX4... with zero balance
<stellar-slack>
<dzham> ^^^that one is a path payment, not sure what happened with the earlier one…
<stellar-slack>
<sacarlson> the body still shows the operation as paymentOP wouldn't that have a different OP for paymentpath?
<stellar-slack>
<dzham> strange… to me it’s a pathPaymentOp
<stellar-slack>
<sacarlson> then I don't know why that's what I see. I'll send a screen shot
<stellar-slack>
<sacarlson> ya yours looks correct this is what your link to me looks like
<stellar-slack>
<sacarlson> I have no idea why we would see two different things on the same transaction
<stellar-slack>
<dzham> :(
<stellar-slack>
<dzham> I think you’re getting some cached result… Your seq# ends in 717, mine in 719
<stellar-slack>
<sacarlson> ya your right copy and paist of the link doesn't work for that link
<stellar-slack>
<sacarlson> best just paste the tx number
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
<stellar-slack>
<sacarlson> I now have a mostly working version of my store front app that was mostly writen based on this https://www.stellar.org/developers/learn/integration-guides/gateway.html. It now collect transactions to a store and puts them into a local mysql database. tomaro I'll have an example using it to buy direct AAA for native on testnet.
<stellar-slack>
<buhrmi> how's it goooooing
<stellar-slack>
<sacarlson> it be cool
<stellar-slack>
<sacarlson> and you what you up to?
<stellar-slack>
<buhrmi> ah I just "have been voluntarily resigned" from my day job yesterday and now I'm an unemployed hacker doing whatever :)
<stellar-slack>
<sacarlson> oh the best kind
<stellar-slack>
<sacarlson> It's time for my afternoon walk. I'll be back later
<stellar-slack>
<buhrmi> cyaaa
<stellar-slack>
<buhrmi> ill be working on more open source stuff till i get a job again
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #stellar-dev
pixelbeat has joined #stellar-dev
pixelbeat has quit [Ping timeout: 260 seconds]
pixelbeat has joined #stellar-dev
pixelbeat has quit [Ping timeout: 240 seconds]
pixelbeat has joined #stellar-dev
pixelbeat has quit [Ping timeout: 264 seconds]
<stellar-slack>
<graydon> hi
<stellar-slack>
<jacereda> hi
pixelbeat has joined #stellar-dev
<stellar-slack>
<jacereda> the readme says libsodium should be installed via brew on OS X, is that obsolete?
<stellar-slack>
<graydon> oh, perhaps, yes. there's a submodule for it in the tree.
<stellar-slack>
<graydon> hm it _should_ work anyways. we detect and use local libsodium when it's available. I think.
<stellar-slack>
<jacereda> other than that, it built fine with brew. Not so with nix where there's a conflict between Xcode's libtool and the one in nix.
tectonic has joined #stellar-dev
tectonic has quit []
tectonic has joined #stellar-dev
tectonic has quit []
<stellar-slack>
<jacereda> the v0.4.0 tarball doesn't include configure scripts, is that deliberate?
<stellar-slack>
<jacereda> oh, in case anyone wants to try a nix build instead of a brew one, libtoolize libsodium/xdrpp and it should go smooth.