<stellar-slack> <lab> there is a ledger browser . https://ripplefox.com/tool/stellar
<stellar-slack> <dzham> It appears to have connectivity issues
<stellar-slack> <john> Same here... My Account Viewer doesn't load.
<stellar-slack> <dzham> I’m getting `Error: createAccountOp not set` in the js console
<stellar-slack> <john> Account viewer back online :+1:
<stellar-slack> <eva> history’s loading okay for me. @dzham is it still acting up for you?
<stellar-slack> <dzham> For accounts with few transactions it’s still is. Based in the error message, I’m guessing there’s something not handled correctly for the 1st transaction of an account,
<stellar-slack> <eva> weird. cc @bartek
<stellar-slack> <dzham> Oh, I’m talking about the ripplefox one
victortyau has quit [Read error: Connection reset by peer]
de_henne_ has joined #stellar-dev
de_henne has quit [Ping timeout: 248 seconds]
[7] has quit [Ping timeout: 260 seconds]
TheSeven has joined #stellar-dev
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #stellar-dev
koolhead17 has joined #stellar-dev
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
acetakwas has joined #stellar-dev
<stellar-slack> <scott> @dzham: could you see what it would take to get js-stellar-sdk served from cdnjs and whether or not cdnjs would be a suitable solution for https://github.com/stellar/stellar-protocol/issues/30?
<stellar-slack> <scott> ooh, nice. I haven’t kept up with that. I’ll add it onto my reading list
<stellar-slack> <scott> thanks @donovan
<stellar-slack> <dzham> Oh, I just though I was the last one to know about it
<stellar-slack> <scott> lol
<stellar-slack> <dzham> It’s really sweet
<stellar-slack> <dzham> @scott: cdnjs looks viable. http://cdnjs.cloudflare.com|cdnjs.cloudflare.com looks a lot better than http://randomurl.com|randomurl.com
<stellar-slack> <scott> cool, so is that something you could help coordinate on and set up? If you need some support from the SDF reach out and we can help.
<stellar-slack> <dzham> I’ll give it a go
<stellar-slack> <scott> sweet, thanks!
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
acetakwas has quit [Ping timeout: 248 seconds]
acetakwas has joined #stellar-dev
<stellar-slack> <sacarlson> I just experimented with hosting with integrity support using https://www.srihash.org/ that are now used on http://sacarlson.github.io/transaction_toolsv0.4.0.html as a test. I note that when I corrupted the integrity sha-384 it still runs on firefox but errors are seen with corrupted integrity on Chrome browser
<stellar-slack> <scott> I’ll try with the latest firefox presently
<stellar-slack> <scott> oh, you fixed the corrupted hash… if you could try with firefox 43 or later, that would be great
<stellar-slack> <dzham> It should be in FF since 43
acetakwas has quit [Read error: Connection reset by peer]
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
acetakwas has joined #stellar-dev
<stellar-slack> <sacarlson> yes I only temp broke the hash to test it localy here. I also added the integrity to http://sacarlson.github.io/pool_status_rc.html
<stellar-slack> <dzham> @sacarlson: maybe you just found a second valid pre-image to the hash :)
acetakwas has quit [Max SendQ exceeded]
<stellar-slack> <scott> :scream:
<stellar-slack> <sacarlson> I'll provide a broken link on my zipperhead site if you want to verify other browsers
<stellar-slack> <scott> cool
acetakwas has joined #stellar-dev
acetakwas has quit [Max SendQ exceeded]
acetakwas has joined #stellar-dev
<stellar-slack> <sacarlson> this is a bad integrity link http://zipperhead.ddns.net/transaction_toolsv0.4.0_bad_integrity.html
<stellar-slack> <sacarlson> that seems still runs ok on firefox 40.0
<stellar-slack> <scott> firefox 44 is correctly reporting that the hash is broken
<stellar-slack> <sacarlson> cool thanks
<stellar-slack> <scott> I would love to see a proposal about how we should help our community use SRI with our libraries. Perhaps we auto-publish to the public js CDNS and the also have an page in the developer portal that has the appropriate fingerprints and maybe include snippets?
koolhead17 has quit [Remote host closed the connection]
<stellar-slack> <dzham> publish them in the commit message when you tag the version numbers
koolhead17 has joined #stellar-dev
<stellar-slack> <sacarlson> @scott minimaly you could just publish them to your http://stellar.github.io|stellar.github.io with integrity added I guess
<stellar-slack> <scott> that works for me @dzham. The commit message on a tag becomes the default release notes for a release in github, so if we had a script in our js projects that automated the tagging and commiting, we could integrate that into our publish workflow pretty simply
<stellar-slack> <dzham> that’s as close to the source as it gets
<stellar-slack> <sacarlson> I guess you would add some notes at some point to show the integrity line needed in the js file http://sacarlson.github.io/js/sdk_v0.4.0/readme.md
<stellar-slack> <sacarlson> and we should add to docs as they show in bootstrap http://getbootstrap.com/getting-started/#download-cdn as a reference that I guess would also require auto update
<stellar-slack> <scott> exactly, sacarlson… I’d love to see some PRs that integrates that all into our developer portal.
acetakwas has quit [Ping timeout: 248 seconds]
acetakwas has joined #stellar-dev
armed10 has joined #stellar-dev
<armed10> Hey there!
<armed10> I have a question regarding horizon, does anyone here have experience with it?
<stellar-slack> <bartek> sure, what's the question?
acetakwas has quit [Read error: Connection reset by peer]
<stellar-slack> <bartek> @armed10: let's move dev discussion here :)
<stellar-slack> <armed10> Thank you @scott , but I'm looking more for configuring horizon and getting it to run. Do I simply enter all required flags?
<stellar-slack> <armed10> all i found were instructions on building it.
<stellar-slack> <scott> `horizon --help` will give you the flags, yeah.
<stellar-slack> <bartek> @armed10: you can check this docker image repo: https://github.com/stellar/docker-stellar-core-horizon * `dependencies` contains all instruction to install all required libraries etc. * `install` installs/downloads stellar-core, horizon and horizon-importer, * `start` starts all services
<stellar-slack> <armed10> thanks I'll try it with the docker instead
armed10 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
acetakwas has joined #stellar-dev
acetakwas has quit [Quit: Leaving]
koolhead17 has quit [Remote host closed the connection]
<stellar-slack> <otto_mora> hey there folks, i was needing some help with setting up the manage offer operation
<stellar-slack> <otto_mora> i created the assets and seem to be getting an error with the transaction using the JS sdk
<stellar-slack> <otto_mora> here is what I am using
<stellar-slack> <otto_mora> does something look wrong in there? i get this error "Unhandled rejection TypeError: Cannot read property 'toXdrObject' of undefined"
<stellar-slack> <bartek> js is case sensitive, you need to change `Selling` to `selling` etc
<stellar-slack> <fredolafritte> try lower case for Selling , Buying etc ...
<stellar-slack> <otto_mora> ahhh got it will try that, newbie mistake :P
<stellar-slack> <otto_mora> thanks guys
koolhead17 has joined #stellar-dev
acetakwas has joined #stellar-dev
acetakwas has quit [Ping timeout: 245 seconds]
<stellar-slack> <victorgrey> I don't know if this is a similar issue to what was being discussed above, but (all of this on the testnet) I have a funding account which created two child accounts and funded them with a custom asset along with the minimum Lumens. I can pay more of the asset from the funding account to the child accounts, but when I try to send payment from one of the child accounts to the other, I get this error (both
<stellar-slack> and in the https://stellar.github.io/network-explorer/): "result_codes":{"transaction":"tx_bad_seq"} -- any clues?
<stellar-slack> <bartek> 1. network-explorer is deprecated and will go offline really soon - please use https://www.stellar.org/laboratory/ 2. please make sure you're using stellar-sdk 0.4.*
<stellar-slack> <victorgrey> 1. Good to know. 2. OK thanks I check on that.
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
<stellar-slack> <victorgrey> Upgrading to stellar-sdk 0.4.1 solved the problem -- thanks bartek!
koolhead17 has quit [Remote host closed the connection]
uber has quit [Ping timeout: 240 seconds]
uber has joined #stellar-dev