<stellar-slack>
<lab> the stellard network is stuck
<stellar-slack>
<jed> lab: what do you mean?
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
<stellar-slack>
<lab> jed: my mistake. it was ok.
<stellar-slack>
<sacarlson> @buhrmi: I guess you changed something or I'm just more sober now than I was last night, as your federated account system is now working on your http://open-core.meteor.com site.
<stellar-slack>
<buhrmi> can you make an offer from this address? GDJUIEGLARHHM6IVNFEMV5HRX3A2CQV4YVRYUB5FEHDSBVAFENPKRHBA
<stellar-slack>
<sacarlson> oh is that my account?
<stellar-slack>
<buhrmi> i don't know lol
<stellar-slack>
<sacarlson> yes that's mine. I'm not sure what assets it's holding
<stellar-slack>
<sacarlson> but I guess the rules are different on this network at it seems I can issue and offer at the same time
<stellar-slack>
<sacarlson> I guess I can offer to sell anything as me being the issuer but can't ask to buy anything with anything other than native
<stellar-slack>
<buhrmi> yeah
<stellar-slack>
<sacarlson> forgot to start my stellar-core
<stellar-slack>
<sacarlson> I had power problems yestarday was shut down many times
<stellar-slack>
<sacarlson> I'm about to send an offer for CHP
<stellar-slack>
<sacarlson> ETA: 303 seconds before my core catches up
<stellar-slack>
<sacarlson> I'm selling CHP for USD
<stellar-slack>
<sacarlson> I'm not sure how to setup offers with native as I don't know what to enter for issuer. I'm not sure my code is presently setup for it
<stellar-slack>
<buhrmi> cool if it works your offer show up with your account name rather your address
<stellar-slack>
<sacarlson> IC
<stellar-slack>
<sacarlson> am I the only one that can setup offers?
<stellar-slack>
<buhrmi> i want it to be like a public place to look up names that belong to an address or vice versa
<stellar-slack>
<sacarlson> so does your site make sure there can't be two people with the same address name?
<stellar-slack>
<buhrmi> no
<stellar-slack>
<buhrmi> there can be two sacarlsons
<stellar-slack>
<sacarlson> what good this authentication if you can have more than one of them
<stellar-slack>
<sacarlson> of offer sent
<stellar-slack>
<buhrmi> well on facebook there are also multiple names...
<stellar-slack>
<buhrmi> names arent unique
<stellar-slack>
<sacarlson> strange don't see my transaction come up on your site
<stellar-slack>
<sacarlson> did I forget something?
<stellar-slack>
<buhrmi> i dont know... i DO see a manageOffer tx but looks like it didnt do anything
<stellar-slack>
<sacarlson> I've only just started running with postgres maybe that changed something
<stellar-slack>
<sacarlson> only result I see is {"status"=>"PENDING"}
<stellar-slack>
<buhrmi> maybe trustlines are missing?
<stellar-slack>
<sacarlson> can't seem to open the postgress db to view it
<stellar-slack>
<buhrmi> i dont know
<stellar-slack>
<sacarlson> oh ya maybe it has the same rules that you can't issue direct to offer like the old stellard
<stellar-slack>
<sacarlson> but I saw the other offer TEST that I didn't see any but now I see he used native I guess in his offer so didn't need
<stellar-slack>
<sacarlson> so I will have to issue something to my account before I can offer it
<stellar-slack>
<sacarlson> I verified I don't see my order in db
<stellar-slack>
<sacarlson> oh wow I just realized my code is now broken with this database as I'm now looking at sqlite for the sequence number for the accounts
<stellar-slack>
<sacarlson> that's no longer being updated with my stellar-core now updateing postgres so I have to integrate that into my code
Kwelstr has quit [Ping timeout: 244 seconds]
de_henne has joined #stellar-dev
<stellar-slack>
<buhrmi> Haha
<stellar-slack>
<buhrmi> Yeah at one point I wanna add functionality to create offers and trust thru the website
<stellar-slack>
<sacarlson> I'm sure you will
<stellar-slack>
<buhrmi> Need to figure out a user-friendly way to do that without forcing to enter the secret seed
<stellar-slack>
<buhrmi> Maybe have a separate app outside of the browser to sign operations and transactiions
<stellar-slack>
<sacarlson> good idea for those that lack trust just a small app
<stellar-slack>
<sacarlson> cut and paste
<stellar-slack>
<sacarlson> I have most of my functions working again accept for makeing offers. it returns {"status"=>"PENDING"} but I don't see it apear in the offers table