<stellar-slack>
<lab> @graydon: there is some history mirror in alibaba's oss.
<stellar-slack>
<graydon> like a tool for mirroring s3 repositories?
sacarlson has left #stellar-dev [#stellar-dev]
<stellar-slack>
<lab> yes.
<stellar-slack>
<lab> but put by some validators
<stellar-slack>
<lab> though many missing file causes by GFW blocking.
<stellar-slack>
<lab> so i'm write a script to sync with s3 .
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
<stellar-slack>
<sacarlson> thanks dzham good work! I'll take a closer look at it later
<stellar-slack>
<sacarlson> and @scott I took a quick look at yours but I already had tools that do that in my ruby libs that can sign a base64 envelope and create a new signed base64 env
<stellar-slack>
<sacarlson> looks like everything works on the new Public network with my stuf same as it did on testnet
<stellar-slack>
<sacarlson> I haven't tried the horizon interface yet
<stellar-slack>
<buhrmi> send me some BEER :)
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
pixelbeat has joined #stellar-dev
<stellar-slack>
<sacarlson> just so happens I was working on that buhrmi , we also have to show them markets
<stellar-slack>
<buhrmi> already have a trustline :P
<stellar-slack>
<sacarlson> I'll take a look
<stellar-slack>
<sacarlson> cool I'm the issuer
<stellar-slack>
<sacarlson> but only 5.0 trustline so I'll only send you .0000010 BEERs than
<stellar-slack>
<buhrmi> u can send me up to 5
<stellar-slack>
<sacarlson> I guess that would be just a sip of beer
<stellar-slack>
<sacarlson> i decided to be generose and gave you 1.00001234 BEERs but you only recieved 1.0000123 sorry
<stellar-slack>
<sacarlson> you are now the first holder of BEER
<stellar-slack>
<buhrmi> yessssssss
<stellar-slack>
<buhrmi> i've also got a CHP trustline :P ... but not much to offer in return
<stellar-slack>
<sacarlson> but I guess what we need is to trade BEER for CHP or something
<stellar-slack>
<buhrmi> oh wait i've got beer
<stellar-slack>
<sacarlson> yes I saw that
<stellar-slack>
<buhrmi> gonna make a beer for chp offer
<stellar-slack>
<sacarlson> ok I'll send my other account some CHP so he will do the trading for it
<stellar-slack>
<buhrmi> offer is in
<stellar-slack>
<sacarlson> you do know your spending 10X more than needed for transaction fee's don't you?
<stellar-slack>
<buhrmi> no i dont
<stellar-slack>
<buhrmi> if i run out of lumens just gonna ask for more lol
<stellar-slack>
<sacarlson> your balance is moving in 1000's 3999995000
<stellar-slack>
<sacarlson> it should be moving in 100
<stellar-slack>
<buhrmi> yeah well u know my stand on transaction fees and native currency
<stellar-slack>
<sacarlson> see my balance 3699999300
<stellar-slack>
<sacarlson> ya you want zero transaction fee but instead pay 10X as much as they cost ha ha
<stellar-slack>
<buhrmi> it's what js-stellar-base sets as default
<stellar-slack>
<sacarlson> can't you override that?
<stellar-slack>
<buhrmi> transaction fees never were an issue for my dev work for the tools i use to submit the transactions cause i developed against open core
<stellar-slack>
<buhrmi> yeah i probably could
<stellar-slack>
<sacarlson> well I don't use js so not my problem,
<stellar-slack>
<sacarlson> my addtrust didn't seem to work, do I need more than 29.0 lumens to add trust? I forget
<stellar-slack>
<sacarlson> I'll send it one more lumen to be sure
<stellar-slack>
<sacarlson> ok my account GBPO4N6XOLOLW2EV6X2AEQMLKOBH3WF2IJCZEQU65SVVSN4JD44WORKD now has 1000 CHP to trade with
<stellar-slack>
<buhrmi> i have an outstanding offer to buy in 100 chp for a beer ^_^
<stellar-slack>
<sacarlson> oh crap I'm such an ideat I need min 40 to allow adding trust for beer to. hit me in the head
<stellar-slack>
<sacarlson> I only deposited 31.5 thinking I would never need more ha ha
<stellar-slack>
<sacarlson> crap again 41 lumens is not enuf to create an offer manage_offer_low_reserve(-12)
<stellar-slack>
<sacarlson> I didn't know this was going to be so expesive
<stellar-slack>
<sacarlson> I've always just had so much in reserves I just didn't know
<stellar-slack>
<sacarlson> 10 more deposit should fix it I guess but no more offers ha ha
<stellar-slack>
<sacarlson> ok my counter offer is now running at 95.15 CHP per BEER
<stellar-slack>
<sacarlson> for future reference never create an account with less that 50.1 in it to allow added trusts and trading and transaction fee's
<stellar-slack>
<sacarlson> I'm planning on adding more feedback to my transactions to auto fetch and decode the txresults from stellar-core database. but to do so I need to know how to create the txid to lookup in the txhistory table. might anyone know how I might get or create that txid?
<stellar-slack>
<sacarlson> presently when I have a problem I manually pull the data from the database and decode it
gst has quit [Remote host closed the connection]
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
pixelbeat has quit [Ping timeout: 246 seconds]
pixelbeat has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
<stellar-slack>
<monsieurnicolas> txid is the hash of the transaction with a couple of prefixes: `sha256(xdr::xdr_to_opaque(mNetworkID, ENVELOPE_TYPE_TX, mEnvelope.tx))` - there is probably a helper function in the various libraries for that already.
<stellar-slack>
<sacarlson> a helper in ruby-stellar-base pointed out to me would be cool if it existed
<stellar-slack>
<sacarlson> is that sha264 when its in base64 or ??
<stellar-slack>
<sacarlson> I should assume not
<stellar-slack>
<sacarlson> at some point I'll add the function to my lib when I collect what's needed
<stellar-slack>
<sacarlson> that appears to be the hash function but what is it I should hash to get the txid? or is this for something else?
<stellar-slack>
<scott> just convert the raw hash to hex
<stellar-slack>
<scott> I would gladly take a PR that adds `Transaction#hash_hex` as well
<stellar-slack>
<sacarlson> ya whatever is required to convert a base64 envelope data to txid is what I'm looking for at some point
sacarlson has left #stellar-dev [#stellar-dev]
<stellar-slack>
<sacarlson> wow now we are talking ya. let me try that out thanks
<stellar-slack>
<scott> np
<stellar-slack>
<sacarlson> ya that tested as a working match for what's seen in txhistory @scott so tomaro I'll incorporate that into my libs to do database lookup for txresults and translated them into human readable content
<stellar-slack>
<nelisky> is StellarCN (github) someone around these parts?
<stellar-slack>
<nelisky> I need a python lib and this is a great starting point, but there are a bunch of things I need to change (like making it work in python 2) so I just wanted to coordinate instead of taking over for my own purposes.