bit2017 has quit [Ping timeout: 260 seconds]
<stellar-slack> <sacarlson> @ant I think maybe both those Interledger and Hyperledger are mostly vaporware (not really fully exist yet and maybe never will). But one that looks promising to me is https://www.ethereum.org/ but it has a long way to go yet also, but coming along fast. It looks to have unlimited possibilities. But that's just my opinion.
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
<stellar-slack> <lab> ethereum is like a blackhole attracting people. stellar is becoming a white dwarf meanwhile.
<stellar-slack> <sacarlson> ha ha white dwarf I like that
<stellar-slack> <lab> white dwarf in nutshell: a burned stellar with destroyed surrounding and small hard core.
TheSeven has quit [Ping timeout: 250 seconds]
TheSeven has joined #stellar-dev
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
patsToms has left #stellar-dev ["Leaving"]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
bit2017 has joined #stellar-dev
<stellar-slack> <mvaneijk> Ethereum script are written in a Turing complete language, so unlimited possibilities indeed
<stellar-slack> <mvaneijk> meanwhile, does someone here has experience with subscribing to a Horizon stream event? I also implemented 'onerror' but it fires every second
<stellar-slack> <sacarlson> yes I note that when I subscribe to horizon stream events as it must pole\
<stellar-slack> <sacarlson> mvaneijk: I have example in my code that use horizon stream events
<stellar-slack> <sacarlson> not the best code I must admit
<stellar-slack> <mvaneijk> I have working code, but sometimes it stops the onerrors, and than the stream is dead
<stellar-slack> <mvaneijk> But the idea of a stream is that the application don't have to pole
<stellar-slack> <sacarlson> it has a content limit on horizon if you supass some amount it locks you out for some time
<stellar-slack> <sacarlson> yes but I don't think it uses sockets on horizon. I think the code poles.
<stellar-slack> <mvaneijk> That sounds logical, but that means streams are not useable.
<stellar-slack> <sacarlson> well if you setup to your own horizon I guess you won't have to deal with that problem
<stellar-slack> <mvaneijk> As streams at least
<stellar-slack> <mvaneijk> I have my own Horizon running and it happens there
<stellar-slack> <sacarlson> I setup sockets on my mss-server that interfaces to stellar-core that is also another option
<stellar-slack> <mvaneijk> I'll check how it is implemented
<stellar-slack> <mvaneijk> Omitting horizon you mean
<stellar-slack> <sacarlson> yes my multi sign server bypasses horizon and does most basic functions of horizon
<stellar-slack> <sacarlson> it's primitive compared to horizon
<stellar-slack> <sacarlson> and never tested to scale
<stellar-slack> <sacarlson> oh and I think I failed to get it to work from a chrome browser for some security issue but works on firefox
<stellar-slack> <mvaneijk> I'm testing with chrome, maybe another browser makes a difference
<stellar-slack> <sacarlson> the documentation has also fallen behind in the development https://github.com/sacarlson/stellar_utility/tree/master/multi-sign-server
<stellar-slack> <sacarlson> no I think horizon works fine on horizon. never know any problems with chrome and horizon
<stellar-slack> <mvaneijk> But with the streams
<stellar-slack> <bartek> @mvaneijk: what error do you get?
<stellar-slack> <sacarlson> I do all my tests with firefox and I've had drop outs that I assume are due to hitting the usage limits
<stellar-slack> <mvaneijk> Not really an error
<stellar-slack> <bartek> what's the payload?
<stellar-slack> <mvaneijk> I guess the javascript sdk just returns the eventsource upon error
<stellar-slack> <mvaneijk> I request effects for account
<stellar-slack> <sacarlson> my payloads I have setup as trying to get 45 events that then also have to look up each of them to pull all the transaction of each
<stellar-slack> <sacarlson> and I start repeating a few times with small changes and hit stops
<stellar-slack> <sacarlson> but I would think in normal operation this wouldn't happen
<stellar-slack> <sacarlson> as I look closer it seems I have to do 3 lookups for each transaction detected in effects to get all the info I wanted from horizon
<stellar-slack> <mvaneijk> I guess I solved at least part of the problem by stating that the account doesn't exist :thinking_face:
<stellar-slack> <sacarlson> oh maybe you need better error checking
<stellar-slack> <sacarlson> I was looking in the wrong places to try to find out what caused errors
<stellar-slack> <mvaneijk> but that explains why it stopped when I sent the first transaction. Ok, I will first debug with already funded account. Then see how to act on funding operation. Thanks for the help @sacarlson
<stellar-slack> <sacarlson> I'm not sure if this will help but the error catching was hard for me so maybe check this out
<stellar-slack> <mvaneijk> Thanks!
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev
TheSeven has quit [Ping timeout: 246 seconds]
TheSeven has joined #stellar-dev
_whitelogger has quit [Ping timeout: 260 seconds]
_whitelogger has joined #stellar-dev
<stellar-slack> <graydon> scott: possibly fiddle with the await_sync: option in recipe?
<stellar-slack> <scott> graydon: yeah, I figured it out, sorry about not pinging you. When in manual close mode, await_sync now gets forced to off
patsToms has joined #stellar-dev
_whitelogger has quit [Excess Flood]
_whitelogger has joined #stellar-dev