stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar
TheSeven has quit [Disconnected by services]
[7] has joined #stellar
IAmNotDorian has quit [Ping timeout: 246 seconds]
IAmNotDorian has joined #stellar
IAmNotDorian has quit [Ping timeout: 265 seconds]
<stellar-slack>
<fredolafritte> A crazy idea would be to integrate the ethereum virtual machine into stellar to make it smart contract enabled.
<stellar-slack>
<lab> we will have better smart contract
<stellar-slack>
<lab> maybe we can write smart contract in a dialect of rust :grinning:
<stellar-slack>
<sacarlson> I did a little reading on this ethereum. I'm not sure I understand the similarities to stellar. I guess it's another bitcoin dirivitive that rans people code instead of POW
<stellar-slack>
<sacarlson> if the code you could run was flexible enuf you could run stellar inside it
<stellar-slack>
<lab> jed: when will stellar-core be in production?
<stellar-slack>
<jed> soon :)
<stellar-slack>
<lab> how about the client ?
<stellar-slack>
<lab> the javascript stuff looks paused
<stellar-slack>
<jed> client is still a few months away probably. We have interstellar so hope that other people will build clients with it
<stellar-slack>
<jed> yeah bartek is on vactaion.
<stellar-slack>
<sacarlson> I guess by production you mean when would the STR be tranfered into stellar-core? as I've found we can run most the needed functions on stellar-core today
<stellar-slack>
<jed> the network isn't live yet though
<stellar-slack>
<lab> network switch will be after client?
<stellar-slack>
<lab> and then relaunch?
<stellar-slack>
<sacarlson> at the point you call "live" is that the point that one network is shutdown and the other has all the original STR? or will it just have a bridge to move between one to the other when desired?
<stellar-slack>
<sacarlson> a bridge meaning I can convert 1 to 1 STR to lunes?
<stellar-slack>
<jed> plan is: 1) turn network live, 2) run servers on both old and new network, 3) allow people to switch via API, 4) build client for new network, 5) allow people to switch via the client, 6) at some point we will stop running old servers.
<stellar-slack>
<lab> good, i didn't consider step 3.
<stellar-slack>
<sacarlson> ok so they both run for a time. so how is it the STR become lunes? oh by they client on http://stellar.org|stellar.org will provide the option to send STR to lunes so they apear on the stellar-core network?
<stellar-slack>
<lab> so we will have at least one way to get some XLM. :)
<stellar-slack>
<lab> the last job to do is adjust fee? what's the idea?
<stellar-slack>
<lab> i think const adjusting may not help more unless change charge algorithm.
<stellar-slack>
<lab> will we eventually have transaction size sensitive/progression fee?
<stellar-slack>
<sacarlson> I know very little about fee's and the agorithms now or the future but I would assume if noted flooding of spam transactions start that some method to increase fee's could take effect for short times to slow or stop it
<stellar-slack>
<jed> lab that issue is just to change what the fees start at
<stellar-slack>
<sacarlson> I'm not really sure what the cause and effect of changing the fee's would be. would that increase the value of STR or lunes? would that create motivation for others to create there own running networks that would cost less?
<stellar-slack>
<lab> any low cost network will be vulnerable to spam
<stellar-slack>
<lab> and i think accountMerge should be charged a few STR .
<stellar-slack>
<sacarlson> at this point I assume we have the oposite of spam very little trafic but until I get the leger data from the old network I won't really know
<stellar-slack>
<sacarlson> up until now I've only been working on testnet. I now plan to explore the present activity on stellard to see what's been up there
<stellar-slack>
<lab> what's you plan?
<stellar-slack>
<lab> i was interested on the same reason
<stellar-slack>
<sacarlson> plan of exploration? I first want to look at what trading activity is present
<stellar-slack>
<lab> will you write a ledger crawler?
<stellar-slack>
<lab> and a ledger parser
<stellar-slack>
<sacarlson> as I now have a running stellar-core and explored it's database workings I have a better understanding of what tools I can use to look into the old database
<stellar-slack>
<sacarlson> it just like mysql searches
<stellar-slack>
<sacarlson> I haven't seen the structure of the old database yet so not fully sure
<stellar-slack>
<lab> stellard data is totally different
<stellar-slack>
<sacarlson> rockdb
<stellar-slack>
<sacarlson> can't be too difficult
<stellar-slack>
<lab> shamap and ripple binary format
<stellar-slack>
<sacarlson> so will that make it hard?