bit2017 has quit [Ping timeout: 240 seconds]
bit2017 has joined #stellar-dev
de_henne has joined #stellar-dev
de_henne_ has quit [Ping timeout: 265 seconds]
<stellar-slack> <sacarlson> @bitmynt: we need to hear the concept before we can respond to it
<stellar-slack> <sacarlson> I ran an experiment on testnet horizon with the wrong network passphrase instead of "Test SDF Network ; September 2015" I used "Not my network; September 2015" I got no returned error from horizon and return result of undefined.
<stellar-slack> <jed> The network pass phrase is just used for signing messages
TheSeven has quit [Disconnected by services]
[7] has joined #stellar-dev
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
acetakwas has joined #stellar-dev
stargate has joined #stellar-dev
stargate has quit [Client Quit]
acetakwas has quit [Ping timeout: 250 seconds]
acetakwas has joined #stellar-dev
bit2017 has quit [Ping timeout: 250 seconds]
<stellar-slack> <dchrist22> Hi, can someone tell me where I can find the latest pre compiled debian version of stellar-core?
bit2017 has joined #stellar-dev
acetakwas has quit [Quit: Leaving]
acetakwas has joined #stellar-dev
<stellar-slack> <dchrist22> Never mind, found it :)
nesbocaj has joined #stellar-dev
nesbocaj has quit [Client Quit]
acetakwas has quit [Quit: Leaving]
acetakwas has joined #stellar-dev
acetakwas has quit [Disconnected by services]
ac3takwas has joined #stellar-dev
ac3takwas has quit [Quit: Leaving]
ac3takwas has joined #stellar-dev
ac3takwas is now known as acetakwas
acetakwas has quit [Disconnected by services]
ac3takwas has joined #stellar-dev
bit2017 has quit [Ping timeout: 248 seconds]
bit2017 has joined #stellar-dev
ac3takwas has quit [Ping timeout: 248 seconds]
ac3takwas has joined #stellar-dev
ac3takwas has quit [Ping timeout: 240 seconds]
<stellar-slack> <scott> @sacarlson: Can you give me the tx envelope that triggered the bug? What do you mean by “undefined”? I’m assuming that’s a javascript undefined, which probably means your code isn’t setup to handle the way in which horizon is responding (Perhaps it is just closing the socket?). I would actually expect horizon to simply return a failed result with `tx_result_code == “tx_bad_auth”`
<stellar-slack> <sacarlson> @scott it
<stellar-slack> <sacarlson> no error as far as I can tell is flaged
<stellar-slack> <sacarlson> I can setup a prototype of the results if needed
<stellar-slack> <sacarlson> I've now changed my status output to flag as error? until a result is seen
<stellar-slack> <scott> @sacarlson: I’m not really motivated to hunt down the bug by investigating through your own product… I’m cool digging into code that we write, and definitely around the portions of your code that work with our libraries, but it’s not really prudent for me to spend company time starting from your interface and digging from there. If you can provide a transaction blob that triggers the error in your c
<stellar-slack> horizon, or if you can point me to the section of your code where you are handling horizon’s response I can speculate on a potential error in your own code.
<stellar-slack> <sacarlson> no problem I'll make a simple prototype tomaro
<stellar-slack> <scott> cool! thanks
<stellar-slack> <sacarlson> oh but @scott I'm also learning this line link thing on github that the error is at this location https://github.com/sacarlson/sacarlson.github.io/blob/93b9226b30299a38160599fd25a40e4bdacaf432/my_wallet/js/transaction_toolsv0.4.0.js#L699
<stellar-slack> <sacarlson> if that's of any benifit
<stellar-slack> <scott> That’s one cause of your problem
<stellar-slack> <scott> If you change that line i linked to `return server.submitTransaction(transaction)…..` I would expect things to work
<stellar-slack> <scott> Don’t you just love promises /sarcasm
<stellar-slack> <sacarlson> cool I'll try that
<stellar-slack> <sacarlson> I have no idea what a promises is ha ha
<stellar-slack> <sacarlson> I should have remained a ruby programer
<stellar-slack> <scott> :) I feel the same way sometimes. Luckily, go is a much more pleasant experience for me. I wish I could have the best of go along with the best of ruby, which is why I’m patiently watching http://crystal-lang.org/
<stellar-slack> <brian.ebert> javascript is icky. like having to learn English because it's become dominant.
<stellar-slack> <scott> lol, I love the `javascript == english` comparison. Or should it be `javascript === english`?
<stellar-slack> <scott> so, since go 1.6 landed, horizon is going to the http 2 support on the cheap! https://github.com/stellar/horizon/pull/248