pigeons has joined #stellar-dev
pigeons is now known as Guest51878
Guest51878 has quit [Ping timeout: 264 seconds]
pigeons_ has joined #stellar-dev
pigeons_ has quit [Ping timeout: 240 seconds]
pigeons has joined #stellar-dev
pigeons is now known as Guest4713
Guest4713 has quit [Ping timeout: 240 seconds]
pigeons_ has joined #stellar-dev
pigeons_ has quit [Ping timeout: 245 seconds]
pigeons_ has joined #stellar-dev
victortyau has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
victortyau has joined #stellar-dev
akuukis_ has quit [Ping timeout: 264 seconds]
akuukis has joined #stellar-dev
<stellar-slack> <sacarlson> dam I thought I fixed this problem in ruby /home/sacarlson/.bundle/gems/stellar-base-0.7.0/lib/stellar/key_pair.rb:90:in `sign': no private key (RuntimeError). can't you generate an unsigned transaction envelope? I think my original fix only provided me a way to create unsigned tx not all the way to envelope
<stellar-slack> <sacarlson> oh I guess the work around would be to just sign it with an invalid keyset for this account, I'm guessing even if you have some invalid signatures in the envelopes list it would be ok, as long as enuf valid sigs are added later the tranasction should still work. but we will have to try to verify this fact.
pigeons_ has quit [Ping timeout: 245 seconds]
victortyau has quit [Ping timeout: 245 seconds]
pigeons has joined #stellar-dev
pigeons is now known as Guest16621
de_henne has joined #stellar-dev
Guest16621 has quit [Ping timeout: 245 seconds]
de_henne_ has quit [Ping timeout: 250 seconds]
victortyau has joined #stellar-dev
pigeons_ has joined #stellar-dev
pigeons_ has quit [Ping timeout: 240 seconds]
victortyau has quit [Quit: Textual IRC Client: www.textualapp.com]
pigeons_ has joined #stellar-dev
koolhead17 has joined #stellar-dev
pigeons_ has quit [Ping timeout: 276 seconds]
pigeons has joined #stellar-dev
pigeons is now known as Guest70344
Guest70344 has quit [Ping timeout: 245 seconds]
pigeons_ has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
TheSeven has quit [Ping timeout: 250 seconds]
TheSeven has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
bit2017 has quit [Ping timeout: 256 seconds]
pigeons_ has quit [Ping timeout: 265 seconds]
pigeons has joined #stellar-dev
pigeons is now known as Guest63281
Guest63281 has quit [Ping timeout: 245 seconds]
pigeons_ has joined #stellar-dev
bit2017 has joined #stellar-dev
<stellar-slack> <bartek> Transaction envelope can have no signatures. So simply don't sign it at all.
nivah has joined #stellar-dev
bit2017 has quit [Ping timeout: 260 seconds]
<stellar-slack> <sacarlson> that might work in js but not sure the same in ruby. but I think this work around might work ok
<stellar-slack> <sacarlson> but I will also try that
nivah has quit [Ping timeout: 264 seconds]
bit2017 has joined #stellar-dev
<stellar-slack> <scott> @sacarlson: presently if you want to create an unsigned envelope, use:
<stellar-slack> <scott> ```
<stellar-slack> <scott> Stellar::TransactionEnvelope.new({ :signatures => [], :tx => tx })
<stellar-slack> <scott> (assuming you’ve got a `Stellar::Transaction` at the variable `tx`)
<stellar-slack> <sacarlson> I could try that, just provide an empty array?
<stellar-slack> <scott> yep, it should work just fine, and I’ll work up a patch to ruby-stellar-base that allows `to_envelope` to work without providing keypairs
<stellar-slack> <sacarlson> oh well it has to be in ruby as that's what I wrote this in not js
<stellar-slack> <scott> I am referring to ruby
<stellar-slack> <sacarlson> ok
<stellar-slack> <raymens> @scott how's the horizon-importer -> horizon migration going?
<stellar-slack> <scott> I’ll actually be working on it a bunch over the next two weeks. Sorry about the delay, I was working on an integration for a gateway
<stellar-slack> <scott> I hope to have it complete before I leave Nigeria
<stellar-slack> <cyberomin> Welcome to Nigeria @scott
<stellar-slack> <scott> Thanks @cyberomin I’m really glad to be here
<stellar-slack> <raymens> ok great :)
nivah has joined #stellar-dev
bit2017 has quit [Ping timeout: 240 seconds]
nivah has quit [Ping timeout: 240 seconds]
edubai__ has joined #stellar-dev
<stellar-slack> <raymens> @scott is there any PR or fork/branch to follow your progress?
<stellar-slack> <scott> @raymens: The first of the code is here: https://github.com/stellar/horizon/pull/235
<stellar-slack> <scott> (that’s just the schema management)
<stellar-slack> <scott> I’ve not pushed any code related to the importer proper, but I’ll do that when I’ve got a little bit more progress
<moo-_-> is there any toy exchange to test public trading for my tokens?
<stellar-slack> <scott> moo-_-: I’m not quite sure what you’re asking. Are you asking about the asset trading within the stellar network? If so, the network _is_ the exchange… anyone can post an offer to trade as a normal transaction.
<moo-_-> stellar-slack: exactly
<moo-_-> I am on unfamiliar waters here
<moo-_-> sorry scott
<stellar-slack> <scott> no worries :)
<moo-_-> my question is more along lines is there existing (web) services where you can try this out
<stellar-slack> <scott> Ah. I’ve not seen any for the new network yet.
<stellar-slack> <scott> You can, however, test things easy-ish using code
<stellar-slack> <scott> iris is presently working on a tool (We call it the laboratory) that will enable exactly what you’re asking though
<moo-_-> perfect
<stellar-slack> <scott> The basics are here: https://www.stellar.org/laboratory/ We just haven’t implemented the trading operations yet
<moo-_-> scott: I think it's enough in this point if I can see my offers
<stellar-slack> <brian.ebert> Was there a change to test net during the last few days?
bit2017 has joined #stellar-dev
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
de_henne_ has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
de_henne has quit [Ping timeout: 248 seconds]
koolhead17 has joined #stellar-dev
<stellar-slack> <eva> Hey all, for the network explorer tool (https://stellar.github.io/network-explorer/) how are secret keys handled/stored?
<stellar-slack> <eva> thanks bartek :)
<stellar-slack> <eva> cc @john ^^
<stellar-slack> <john> @bartek: So local storage (like sessionStorage) gets cleared when the browsing session ends. Correct?
<stellar-slack> <bartek> "localStorage has no expiration time"
<stellar-slack> <eva> @bartek: I think John wants to know specifically about the security implications of the storage - can you say a little about that?
<stellar-slack> <bartek> local storage is more secure that cookies (it's not transmitted anywhere via http protocol). this probably can be changed to session storage but imho network explorer was designed to be a debug/playground tool (not a wallet) so it woudn't be really usable if keypairs were removed every time a user closes a browser :)
<stellar-slack> <john> I got you bartek! Thanks for your time, much appreciated.
<stellar-slack> <bartek> :thumbsup:
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
rubber-soul has quit [Ping timeout: 272 seconds]
uber has joined #stellar-dev
<stellar-slack> <jed> that network-explorer is deprecated though. It will be replaced by the laboratory soon