pixelbeat has joined #stellar-dev
<stellar-slack> <lab> is there transfer fee in new network?
<stellar-slack> <brian.ebert> Thank you, Iris. FYI, on the page linked above, the value of a stroop is incorrect. The documentation says that 100 stroops is 0.00001 XLM. I assume you are correct above and the document is wrong because I can see your fee quotation being deducted when I submit a transaction. The math error is carried forward in the document. I'll try to take a whack at fixing the documentation some time.
<stellar-slack> <brian.ebert> OK, it was too easy to do that. Someone take a look at https://www.stellar.org/developers/learn/concepts/fees.html and check I didn't screw it up. If I did let me know and I'll fix it.
<stellar-slack> <jed> did you make a PR?
<stellar-slack> <brian.ebert> oops, hang on...
<stellar-slack> <jed> also sign the contributor agreement https://docs.google.com/forms/d/1g7EF6PERciwn7zfmfke5Sir2n10yddGGSXyZsq98tVY/viewform?usp=send_form if you don't mind :)
<stellar-slack> <brian.ebert> done
<stellar-slack> <jed> thanks but 1 XLM = 10M stroops
<stellar-slack> <jed> how did you create the tx?
<stellar-slack> <jed> it must have set the fee too high
<stellar-slack> <sacarlson> that could be the fault that I saw in js-stellar-sdk some time back that charges 10X the fee but I saw in a pull request that it should already be fixed unless he runs the older version
<stellar-slack> <sacarlson> if your stuck with the old version there is also a way to bypass the auto fee charged and enter the value you are willing to pay
<stellar-slack> <brian.ebert> Sorry about that. This is the code used to build the transaction:
<stellar-slack> <brian.ebert> var StellarBase = require("stellar-base"); var keypair = StellarBase.Keypair.fromSeed(fromModel.get('account').seed()); var account = new StellarBase.Account(keypair.address(), fromModel.get('sequence')); var transaction = new StellarBase.TransactionBuilder(account) .addOperation(StellarBase.Operation.payment({ destinatio
<stellar-slack> asset: StellarBase.Asset.native(), amount: val })) .addSigner(keypair) .build();
<stellar-slack> <brian.ebert> The only thing I changed were the variables
<stellar-slack> <sacarlson> that fee bug in js-stellar-sdk should have been fixed with this PR https://github.com/stellar/js-stellar-base/pull/58
<stellar-slack> <sacarlson> I think 100 stroops (equal to 0.00001) as jed states above
<stellar-slack> <brian.ebert> OK, thanks all.
pixelb has joined #stellar-dev
pixelbeat has quit [Ping timeout: 265 seconds]
nolord has joined #stellar-dev
pixelb has quit [Ping timeout: 260 seconds]
TheSeven has quit [Disconnected by services]
[7] has joined #stellar-dev
nolord has quit [Ping timeout: 246 seconds]
bit2017 has quit [Ping timeout: 260 seconds]
de_henne has joined #stellar-dev
nivah has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
bit2017 has joined #stellar-dev
nivah has quit [Ping timeout: 240 seconds]
bit2017 has quit [Ping timeout: 246 seconds]
nivah has joined #stellar-dev
pixelb has joined #stellar-dev
<stellar-slack> <bartek> Fees are set to 100 stroops in js-stellar-base from version 0.4.10
miracle2k__ has joined #stellar-dev
ggherdov` has quit [*.net *.split]
miracle2k_ has quit [*.net *.split]
miracle2k__ is now known as miracle2k_
ggherdov` has joined #stellar-dev
sdehaan has joined #stellar-dev
bit2017 has joined #stellar-dev
bit2017 has quit [Max SendQ exceeded]
bit2017 has joined #stellar-dev
nivah has quit [Ping timeout: 256 seconds]
bit2017 has quit [Max SendQ exceeded]
bit2017 has joined #stellar-dev
bit2017 has quit [Max SendQ exceeded]
bit2017 has joined #stellar-dev
bit2017 has quit [Read error: Connection reset by peer]
stellar-slack1 has joined #stellar-dev
<stellar-slack1> <brian.ebert> Thanks. I'm on 0.4.7. Will update.
stellar-slack has quit [Ping timeout: 264 seconds]
de_henne has quit [Remote host closed the connection]
<stellar-slack1> <scott> FYI: https://github.com/stellar/horizon/pull/170 just got deployed to the testnet horizon. It’s a significant change to the transaction submission system backend, so if anyone sees issues I would love to hear about them. This change should make it much easier to integrate scripts that submit multiple transactions concurrently to a single horizon instance.
<stellar-slack1> <brian.ebert> So far so good for an extremely small sample set of submitting transactions. One note on documentation, it would be really helpful to include the javascript example at the bottom of page https://www.stellar.org/developers/js-stellar-sdk/learn/ alongside the curl example on page https://www.stellar.org/developers/horizon/reference/transactions-create.html.
pixelb has quit [Ping timeout: 244 seconds]
pixelb has joined #stellar-dev
<stellar-slack1> <irisli> hey @brian.ebert . Sorry about the fees stroop thing. I made a miscalculation and thought 100 stroops was 0.0001 lumens
<stellar-slack1> <brian.ebert> I updated js-stellar-base and verified correction to fees. So far so good with transactions.
<stellar-slack1> <brian.ebert> Iris: no problem.
<stellar-slack1> <brian.ebert> BTW, regarding fees: are fees always going to be paid in XLM, regardless of the asset being traded?
<stellar-slack1> <jed> yeah
pixelb has quit [Ping timeout: 240 seconds]
DomKM has joined #stellar-dev
pixelb has joined #stellar-dev
pixelb has quit [Ping timeout: 260 seconds]
pixelb has joined #stellar-dev
pixelb has quit [Ping timeout: 256 seconds]