<stellar-slack> <sacarlson> I didn't realize you could setup more orders for an asset than you are presently holding. I have 4 orders now set to sell a total of 60 USD for XLM but only hold 20 USD
<stellar-slack> <sacarlson> it won't let me create a single order with greater than what I hold but will allow multi orders of the same asset
<stellar-slack> <monsieurnicolas> yeah we don't try to be too smart on the order book: we just clean up offers when somebody tries to take them. In your case, your best offer will be taken first (let's say you have 4*20 USD for an outstanding 80 USD worth of offers), then if somebody encounters your other offers, they get deleted (or updated depending on the balance). We did this so that it's possible to buy multiple assets in parall
<stellar-slack> of EUR from 4 different issuers in any combination)
stellar-slack1 has joined #stellar-dev
stellar-slack has quit [Ping timeout: 245 seconds]
<stellar-slack1> <namic> @scott Thank you!
<stellar-slack1> <sacarlson> @monsieurnicolas: I guess that should work. thanks for the explaination.
nivah has joined #stellar-dev
sjamayee has joined #stellar-dev
sjamayee has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
sjamayee has joined #stellar-dev
stellar-slack has joined #stellar-dev
stellar-slack1 has quit [Ping timeout: 250 seconds]
sjamayee has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
nivah has quit [Ping timeout: 245 seconds]
<stellar-slack> <raymens> So how do I get someone's balance using the js-stellar-sdk?
<stellar-slack> <bartek> ``` server.loadAccount("{account id}") .then(function(account) { console.log(account.balances); }); ```
<stellar-slack> <dzham> loadAccount only gets you the sequence number
<stellar-slack> <bartek> right, sorry
<stellar-slack> <raymens> thanks, got it. Had to read through some promise stuff :)
<stellar-slack> <bartek> this should work: ``` server.accounts().address("{account id}") .then(function(account) { console.log(account.balances); }); ```
<stellar-slack> <dzham> server.accounts().address("{account id}").call().then(MAGIC_HAPPENS_IN_HERE);
<stellar-slack> <raymens> `.then(account => Promise.resolve(account.balances))` I found that line in the interstellar-network repo
<stellar-slack> <dzham> ooooh, fat arrows!
<stellar-slack> <bartek> @raymens: `=>` arrows will work only in ECMAscript 6 (you may need a compiler like https://babeljs.io/).
<stellar-slack> <raymens> Right, forgot that. Edge and Opera don't seem to mind though
<stellar-slack> <bartek> some browsers support it: http://caniuse.com/#feat=arrow-functions
<stellar-slack> <raymens> js-stellar-sdk could use a Typescript definition (A)
stellar-slack has quit [*.net *.split]
ultrashag has quit [*.net *.split]
[0__0] has quit [*.net *.split]
uber has quit [*.net *.split]
patsToms has quit [*.net *.split]
loglaunch has quit [*.net *.split]
gst has quit [*.net *.split]
Anduck has quit [*.net *.split]
bittrex-richie has quit [*.net *.split]
djc_ has quit [*.net *.split]
termos has quit [*.net *.split]
olinkl has quit [*.net *.split]
sdehaan has quit [*.net *.split]
akuukis has quit [*.net *.split]
Kwelstr` has quit [*.net *.split]
koshii has quit [*.net *.split]
sterl has quit [*.net *.split]
AhmedElGamil has quit [*.net *.split]
sdehaan has joined #stellar-dev
bittrex-richie has joined #stellar-dev
Anduck has joined #stellar-dev
AhmedElGamil has joined #stellar-dev
Kwelstr` has joined #stellar-dev
gst has joined #stellar-dev
stellar-slack has joined #stellar-dev
ultrashag has joined #stellar-dev
koshii has joined #stellar-dev
olinkl has joined #stellar-dev
djc_ has joined #stellar-dev
sterl has joined #stellar-dev
ggherdov` has quit [Max SendQ exceeded]
akuukis_ has joined #stellar-dev
patsToms has joined #stellar-dev
ggherdov` has joined #stellar-dev
[0__0] has joined #stellar-dev
uber has joined #stellar-dev
uber has quit [*.net *.split]
[0__0] has quit [*.net *.split]
uber has joined #stellar-dev
[0__0] has joined #stellar-dev
uber has quit [*.net *.split]
[0__0] has quit [*.net *.split]
[0__0] has joined #stellar-dev
uber has joined #stellar-dev
ggherdov` has joined #stellar-dev
ggherdov` has quit [Changing host]
uber has joined #stellar-dev
uber has quit [Changing host]
uber is now known as rubberduck93
nivah has joined #stellar-dev
nivah has quit [Ping timeout: 260 seconds]
olinkl has quit [Remote host closed the connection]
jbenet has quit [Remote host closed the connection]
ggherdov` has quit [Write error: Connection reset by peer]
edubai__ has quit [Remote host closed the connection]
etrepum has quit [Remote host closed the connection]
sdehaan has quit [Remote host closed the connection]
etrepum has joined #stellar-dev
sdehaan has joined #stellar-dev
jbenet has joined #stellar-dev
ggherdov` has joined #stellar-dev
termos has joined #stellar-dev
edubai__ has joined #stellar-dev
olinkl has joined #stellar-dev
<stellar-slack> <jed> We set up a mailing list that will be notified when there is a new release of any of the software projects maintained by Stellar Development Foundation. If you are using any software maintained by SDF in production please subscribe. https://groups.google.com/forum/#!forum/sdf-releases
<stellar-slack> <richiela> anyone to set it up to let anonymous subscribers? it will only let me join the group with a google acct or something
lnxslack has joined #stellar-dev
<lnxslack> hi all
<stellar-slack> <jed> hello
lnxslack has quit [Quit: leaving]
hackjoy has joined #stellar-dev
hackjoy has quit [Client Quit]
stellar-slack has quit [Ping timeout: 250 seconds]
stellar-slack has joined #stellar-dev
<stellar-slack> <eva> @richiela: I’m not an expert on google groups, but it seems like google groups members must be linked to a google account. You could make a throwaway-type gmail account if you’re worried about privacy though.
<stellar-slack> <richiela> Not that so much... I want to add out main support alias
<stellar-slack> <irisli> I just sent an empty email to `mailto:sdf-releases+subscribe@googlegroups.com|sdf-releases+subscribe@googlegroups.com` and it sent me an email back with details to join
<stellar-slack> <jed> as in it worked or didn't work?
<stellar-slack> <irisli> but it didn't work -.-
<stellar-slack> <irisli> i used my hotmail and when I clicked the link, it wanted me to sign up my google account. let me try the other way
<stellar-slack> <irisli> Even when clicking the link in incognito mode, it just gets stuck in a loading... state