gnubeard has joined #stellar-dev
gnubeard has quit [Client Quit]
TheSeven has quit [Ping timeout: 268 seconds]
TheSeven has joined #stellar-dev
gnubeard has joined #stellar-dev
lufliks has joined #stellar-dev
gnubeard has quit [Ping timeout: 264 seconds]
de_henne has joined #stellar-dev
de_henne_ has quit [Ping timeout: 276 seconds]
loglaunch has quit [Ping timeout: 248 seconds]
loglaunch has joined #stellar-dev
lufliks has quit [Remote host closed the connection]
lufliks has joined #stellar-dev
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
lufliks has quit [Ping timeout: 246 seconds]
lufliks has joined #stellar-dev
lufliks has quit [Ping timeout: 264 seconds]
lufliks has joined #stellar-dev
lufliks has quit [Ping timeout: 244 seconds]
lufliks has joined #stellar-dev
lufliks has quit [Ping timeout: 260 seconds]
gnubeard_ has quit [Read error: Connection reset by peer]
acetakwas has joined #stellar-dev
pigeons has quit [Ping timeout: 276 seconds]
de_henne has quit [Ping timeout: 244 seconds]
acetakwas has quit [Quit: Leaving]
acetakwas has joined #stellar-dev
de_henne has joined #stellar-dev
lufliks has joined #stellar-dev
lufliks has quit [Ping timeout: 240 seconds]
acetakwas has quit [Ping timeout: 268 seconds]
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
acetakwas has joined #stellar-dev
pigeons has joined #stellar-dev
pigeons is now known as Guest29091
acetakwas has quit [Ping timeout: 260 seconds]
acetakwas has joined #stellar-dev
lufliks has joined #stellar-dev
lufliks has quit [Ping timeout: 240 seconds]
acetakwas has quit [Read error: Connection reset by peer]
acetakwas has joined #stellar-dev
lufliks has joined #stellar-dev
lufliks has quit [Ping timeout: 248 seconds]
acetakwas has quit [Ping timeout: 276 seconds]
acetakwas has joined #stellar-dev
<stellar-slack> <armed10> Hey all, we've come across what might be a bug, but we wanted to check this with you guys before creating an issue.
<stellar-slack> <armed10> When using path payments, we send something using asset 1 to destination asset 2 while no orders exist
<stellar-slack> <armed10> This gives the error -10 which means the cost would exceed send max, but we expected error -9 , too few offers
<stellar-slack> <dzham> Is that *still* an issue? I’ve never been able to successfully complete a path payment
<stellar-slack> <dzham> I always got that error
<stellar-slack> <bartek> https://github.com/stellar/stellar-core/blob/master/src/xdr/Stellar-transaction.x#L401-L418 -10 is PATH_PAYMENT_TOO_FEW_OFFERS and -9 is PATH_PAYMENT_NO_ISSUER
<stellar-slack> <bartek> so you're getting PATH_PAYMENT_TOO_FEW_OFFERS
<stellar-slack> <armed10> ah, that would explain it
<stellar-slack> <armed10> The documentation here seems to be out of date then: https://www.stellar.org/developers/learn/concepts/list-of-operations.html#path-payment
<stellar-slack> <bartek> that's strange, yes I will update it.
<stellar-slack> <armed10> Thanks :)
<stellar-slack> <bartek> thanks for catching this
<stellar-slack> <bartek> @armed10: updated
acetakwas has quit [Ping timeout: 260 seconds]
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
acetakwas has joined #stellar-dev
gnubeard has joined #stellar-dev
Guest29091 is now known as pigeons
gnubeard has quit [Ping timeout: 264 seconds]
<stellar-slack> <otto_mora> hey folks
<stellar-slack> <otto_mora> is the testnet up?
<stellar-slack> <scott> yeah, its back up. just a hiccup while I rolled out some new code (in preparation to roll the manage data support to the public net)
acetakwas has quit [Ping timeout: 264 seconds]
<stellar-slack> <raymens> I'll try to bump the c# stellar base to the new XDR files within the next few days for anyone interested
richardlitt has joined #stellar-dev
<stellar-slack> <danielpauljones> @raymens: Will this include
<stellar-slack> <danielpauljones> public SetOptionsOp SetOptionsOp { get; set; } = default(SetOptionsOp); public ChangeTrustOp ChangeTrustOp { get; set; } = default(ChangeTrustOp); public AllowTrustOp AllowTrustOp { get; set; } = default(AllowTrustOp); public AccountID Destination { get; set; } = default(AccountID);