pixelbeat has joined #stellar-dev
<stellar-slack> <monsieurnicolas> not that it really matters. I don't see this in the old code base anywhere. Maybe it was never fully implemented? I don't see any config to control it. I know that in Bitcoin the information is encoded in the account ID.
pixelbeat has quit [Ping timeout: 244 seconds]
<stellar-slack> <monsieurnicolas> there are quite a few easter eggs in the old code base, so I would not be surprised of seeing half implemented features like that :)
<stellar-slack> <scott> I don’t think that `testnet` was ever set to true… I know in stellar-client we never did.
<stellar-slack> <dzham> Should I read “easter eggs” as things no one understands what they are there for until things start breaking?
<stellar-slack> <monsieurnicolas> I really meant half implemented features, but yes there are other things that could be think of as easter eggs for future generations :)
<stellar-slack> <sacarlson> sounds like a big day
<stellar-slack> <sacarlson> maybe just put a tag on all the git's so I know what and when to pull them
<stellar-slack> <monsieurnicolas> yeah we're going to start tagging releases, we were waiting for this change
<stellar-slack> <sacarlson> thanks, just so I know what is runing on testnet and horizon and what matches on libs
<stellar-slack> <dzham> @monsieurnicolas: It’s a solid improvement, so I’m all for it. User-configurable network prefixes = teh win!!1!
<stellar-slack> <sacarlson> what is the prefix 1 leter?
<stellar-slack> <dzham> you prefix the signature hash input string
<stellar-slack> <sacarlson> adding what?
<stellar-slack> <dzham> a network ID
<stellar-slack> <sacarlson> in the talks it sounded like add 20 bits or have two a short and a long address cool I'll look
<stellar-slack> <sacarlson> oh yes I read that so it has no visual change just the numbers change between networks
<stellar-slack> <sacarlson> my coffee hasn't kicked in yet
DomKM has quit [Ping timeout: 246 seconds]
ultrashag has quit [Ping timeout: 246 seconds]
DomKM has joined #stellar-dev
moo-_- has quit [Ping timeout: 246 seconds]
Kwelstr has quit [Ping timeout: 246 seconds]
Kwelstr has joined #stellar-dev
moo-_- has joined #stellar-dev
ultrashag has joined #stellar-dev
<stellar-slack> <scott> alright, testnet is getting reset now. it will be down for a bit
<stellar-slack> <scott> will report back here when it and horizon are up and running again
<stellar-slack> <scott> Alright, the test network has been reset and is synced… horizon, horizon-importer, and friendbot are next
<stellar-slack> <sacarlson> I just fetched stellar-core and fail to see any tags as to what might be presently used on horizon, should we assume 62b505004ef8c9db4cdfc7d9fc42ac1ea34b98a1 ?
<stellar-slack> <scott> yes
<stellar-slack> <sacarlson> ok at least I can tag it localy for myself
de_henne_ has joined #stellar-dev
<stellar-slack> <scott> I don’t think we’ll be using git tags, if that is what you are referring to, to document what versions of horizon are compatible with what versions of stellar-core. I’m not even sure how that would work… seems better for us to publish a matrix that provides that data for all the protocol-dependent projects
<stellar-slack> <sacarlson> I just want to know what it is presently linked to, wether you publish with tags or other maters not
<stellar-slack> <sacarlson> tags can be used as a simple reference
<stellar-slack> <scott> kk. I was mostly just re-iterating that we’re planning on figuring out how to best communicate that compatibility info when we spin up the network for real… we’re still completely pre-release at this point :)
de_henne has quit [Ping timeout: 264 seconds]
<stellar-slack> <sacarlson> well my local name for this one is horizon3 as this is the third linked stellar-core version that I've marked so I can regress later if needed
<stellar-slack> <sacarlson> it has nothing to do with version for me it's just a reference
<stellar-slack> <scott> looks like I am going to have to reset testnet again. Something isn’t configure right with the new passphrase stuff. Will report back here as I learn more
<stellar-slack> <sacarlson> ok
<stellar-slack> <scott> alright, found the problem, fixing now.
<stellar-slack> <scott> I lied, that’s not the problem
<stellar-slack> <sacarlson> ha ha
<stellar-slack> <sacarlson> well buhrmi I'm pointing my multi-sign-server at your network to continue testing today to see if it also works there
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
<stellar-slack> <sacarlson> and so changes on stellar will no longer effect me today
<stellar-slack> <scott> Alright, stellar-core and horizon should be up and running. core-testnet-003 is currently catching up
<stellar-slack> <scott> friendbot is reset, so I think everything should be good to go now
<stellar-slack> <sacarlson> ok so I show horizon-importer at: 832efbcc392bb358da8370b72abd10147b0780bc
<stellar-slack> <sacarlson> horizon at: b3c47162540c238c78e6f01c4963b771639d41f7
<stellar-slack> <sacarlson> I see no changes to ruby-stellar-base so does that still work?
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
<stellar-slack> <sacarlson> I note with gem my last version of ruby-stellar-base was 0.1.4 so I should assume with that it's broken. not sure if if I gem update or with bundle install if it will pull in the present 0.3.0 or not but we will see
<stellar-slack> <buhrmi> wow guys, the introduction of pass phrases 100% goes against what I was hoping the project would become
<stellar-slack> <buhrmi> now i have to fork all the libs too cause they gonna be incompatible
<stellar-slack> <sacarlson> well you can't stop progress ha ha
<stellar-slack> <buhrmi> seems like step back tho
<stellar-slack> <buhrmi> from openness to isolation
<stellar-slack> <buhrmi> maybe the libs will continue to produce the correct signatures if no pass phrase is configured
<stellar-slack> <buhrmi> but i don't know...
<stellar-slack> <sacarlson> I'm not sure but I think if you merge there last changes to your mods the libs might still work. just the address and seed won't move between networks
<stellar-slack> <buhrmi> well the pass phrase would need to be configured in the libs too, no?
<stellar-slack> <buhrmi> ah man
<stellar-slack> <sacarlson> hardcoded? I'm not sure
<stellar-slack> <dzham> no, configurable
<stellar-slack> <dzham> @buhrmi: it’s just a network ID. no biggie.
<stellar-slack> <buhrmi> yeah but you guys basically decided to instead of providing "the one network", providing "just some network"
<stellar-slack> <dzham> they should have done that already with testnet and live
<stellar-slack> <sacarlson> yup we could never use the same keys and address on bitcoin testnet and live
<stellar-slack> <buhrmi> i disagree ... testnet and live should live on the same network. the user can configure which network to use by specifying the quorum he trusts
<stellar-slack> <buhrmi> either trust the testnet (lying) quorum ... or the real quorum
<stellar-slack> <dzham> I think keys/addresses should be the same, and I guess they still are. Only the envelope hash is different
<stellar-slack> <buhrmi> they say the signatures changed
<stellar-slack> <sacarlson> oh I didn't know that the keys seed could still be the same
<stellar-slack> <dzham> @buhrmi: yes, because the hash function input is prefixed with the network ID now
<stellar-slack> <sacarlson> ya I saw they add like 4 bytes to the signature in the envelope as a mark
<stellar-slack> <dzham> umm, no?
<stellar-slack> <buhrmi> ah, okay ... so if no network id is specified, everything is still the same?
de_henne_ has quit [Remote host closed the connection]
<stellar-slack> <dzham> there’s a default value
<stellar-slack> <dzham> you could just set that to ''
<stellar-slack> <sacarlson> expect(subject.signature_base[32...36]).to eql("\x00\x00\x00\x02")
<stellar-slack> <buhrmi> blarg ... i think i gonna fork the libs to into a github organisation
de_henne has joined #stellar-dev
<stellar-slack> <buhrmi> there ... https://github.com/open-core
<stellar-slack> <dzham> anyone got 0.4.0 work? js-stellar-sdk wasn’t updates and f me if I ever will understand the piece of crap that npm is
<stellar-slack> <dzham> As much as banks need to die, npm needs to die too.
<stellar-slack> <buhrmi> so how do i configure the passphrase in the js lib ...?
<stellar-slack> <dzham> js-stellar-base? network.js
<stellar-slack> <dzham> I give up for today. StellarSdk isn’t working, not wasting any more time on this.
<stellar-slack> <buhrmi> stupid networkID........
<stellar-slack> <buhrmi> huh? database/Database.o: In function `stellar::Database::initialize()': /stellar/stellar-core/src/database/Database.cpp:158: undefined reference to `stellar::ExternalQueue::dropAll(stellar::Database&)'
<stellar-slack> <sacarlson> ok I'm up from my nap, I'm going to see if I can get this new one to work, start with compile a new stellar core
<stellar-slack> <sacarlson> I'm getting a new error when I compile stellar-core, I ran without clean
<stellar-slack> <sacarlson> this might be due to me installing the newer version of postgres
<stellar-slack> <buhrmi> you have to do all the steps
<stellar-slack> <buhrmi> ./autogen.sh
<stellar-slack> <buhrmi> and configure
<stellar-slack> <buhrmi> no its not postgres
<stellar-slack> <sacarlson> I already ran those steps before
<stellar-slack> <sacarlson> so your saying make clean
<stellar-slack> <sacarlson> I did a make clean; make see if that works
<stellar-slack> <buhrmi> i pushed a new version of the gem... gem 'open-core', :require => 'stellar-base'
<stellar-slack> <sacarlson> looks like make clean didn't fix the problem, I'll try your idea with ./autogen...
<stellar-slack> <sacarlson> did the full thing this time make clean; ./autogen; ./configure; make ; see if this works
<stellar-slack> <sacarlson> yup that did the trick, built worked that time
<stellar-slack> <sacarlson> I see a new line in the example cfg: NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
<stellar-slack> <buhrmi> yeah but thats ignored
<stellar-slack> <buhrmi> dont use that config file
<stellar-slack> <buhrmi> ah wait..
<stellar-slack> <sacarlson> this is on stellar-core
<stellar-slack> <sacarlson> I just added that to my present stellar-core cfg file
<stellar-slack> <sacarlson> I did full stellar-core reset and it's coming up now
<stellar-slack> <buhrmi> ah... okay... my build does not work anymore with the stellar-provided nodes, though
<stellar-slack> <buhrmi> i made a new config file https://github.com/open-core/network/blob/master/docs/open-core.cfg
<stellar-slack> <sacarlson> it's now running and "state" : "Synced!"
<stellar-slack> <sacarlson> I'm now going to see what's required to get the new version of ruby-stellar-base to install with gem or path if required
<stellar-slack> <buhrmi> interesting...
<stellar-slack> <sacarlson> bundle update I see has installed new base: Installing stellar-base 0.3.0 (was 0.1.4)
<stellar-slack> <buhrmi> it's weird that it says "synced"
<stellar-slack> <buhrmi> opencore nodes and stellarcore nodes are not compatible anymore
<stellar-slack> <buhrmi> so i don't know what's going on there
<stellar-slack> <sacarlson> I'm running a stellar-core node, first failed attempt with create account over horizon return!': 404 Resource Not Found (RestClient::ResourceNotFound)
<stellar-slack> <sacarlson> I'll try the path to my local stellar-core
pixelbeat has joined #stellar-dev
<stellar-slack> <sacarlson> oh I see why, it's due to me using the master account for funds that no longer exists
<stellar-slack> <sacarlson> new master account: GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H
<stellar-slack> <sacarlson> ok and this: "Test SDF Network ; September 2015" doesn't work for this: Stellar::KeyPair.from_raw_seed("Test SDF Network ; September 2015") to get master funds so I will have to use friendbot like I used to do before
<stellar-slack> <sacarlson> dam I haven't used friendbot in so long that I can't find it. where did they put it?
<stellar-slack> <sacarlson> ok I found it and got "balance": "100.0000000" new balance; didn't they used to give me 1000? ha ha
<stellar-slack> <sacarlson> ok some progress but now get `return!': 500 Internal Server Error from horizon when try to create new account
<stellar-slack> <sacarlson> when I point it direct to my local stellar-core I get this error when I try to create an accout: {"status"=>"ERROR", "error"=>"AAAAAAAAAAD////6AAAAAA=="}
<stellar-slack> <bartek> @dzham: I’ve just updated js sdk to 0.2.0. it’s using updated stellar-base.
<stellar-slack> <sacarlson> I'm using ruby-stellar-base version 3.0.0
<stellar-slack> <bartek> @sacarlson: it was a reply to: > anyone got 0.4.0 to work? js-stellar-sdk wasn’t updated and f me if I ever will understand the piece of crap that npm is
<stellar-slack> <bartek> did you try to decode this error?
<stellar-slack> <sacarlson> no not yet
<stellar-slack> <dzham> @bartek: awesome!
<stellar-slack> <sacarlson> I figured out how to decode the error it's: Stellar::TransactionResultCode.tx_bad_auth(-6)
<stellar-slack> <sacarlson> now what does that mean?
<stellar-slack> <dzham> not enough signatures?
<stellar-slack> <sacarlson> it's just a standard acount creation
<stellar-slack> <dzham> not sure, I checked out error messages yesterday, and though I saw that one
<stellar-slack> <buhrmi> where are you sending the transaction to?
<stellar-slack> <sacarlson> I send them to my local stellar-core
<stellar-slack> <buhrmi> did you build it from my fork?
<stellar-slack> <buhrmi> my fork does not use passphrases. that means if you use a lib that uses passphrases, it won't work
<stellar-slack> <sacarlson> no I'm running stellar code not open-core
<stellar-slack> <sacarlson> oh ok ya txBAD_AUTH = -6, // not enough signatures to perform transaction
<stellar-slack> <sacarlson> so that must mean there is a problem with the signature generation in ruby-stellar-core 3.0.0 or ??
<stellar-slack> <sacarlson> so I will need help from the experts on this one. I'll await Scott or others to help me out here
<stellar-slack> <bartek> can you make a gist with your code?
<stellar-slack> <sacarlson> oh ok
<stellar-slack> <sacarlson> oh you will need more
<stellar-slack> <bartek> I need `create_account` function body
<stellar-slack> <sacarlson> fee I assume is still set at 10 oh maybe this is the problem is fee in the new amount format?
<stellar-slack> <sacarlson> in my configs it's set at 10.0 or just 10
<stellar-slack> <bartek> `result = create_account(destination, master, starting_balance)` <— none of the functions you pasted aren’t `create_account`
<stellar-slack> <sacarlson> sorry yes it will run the local but I'll also paist it
<stellar-slack> <sacarlson> this includes the create_account(destination, master, starting_balance) that is redirected to create_account_local in the mode I'm now running
<stellar-slack> <bartek> what happens when you try to send this transaction to testnet?
<stellar-slack> <sacarlson> you mean to horizon? it gets error 500
<stellar-slack> <sacarlson> they both hook to testnet
<stellar-slack> <sacarlson> return!': 500 Internal Server Error from horizon
<stellar-slack> <bartek> can you post transaction b64 here?
<stellar-slack> <sacarlson> yes give me a moment
<stellar-slack> <sacarlson> is that any good?
<stellar-slack> <sacarlson> b64: AAAAAFguzQz1nYTh2ebZW97Sek8sOKR7iodGAH2Z0UFaFiC6AAAACgAAGRAAAAABAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA3/U3j+UXM762i2xm9D+hOuNx2V6pJFs0Ys3TvxFN0+sAAAACVAvkAAAAAAAAAAABWhYgugAAAEDfSu7Ac3BSAvqJsWRTInzLZrXbvqUklM300HHwQQ6MS/Wn2jHz12DdKRu3TtN05OS+VD6aU87grexzAzWwKVwK
<stellar-slack> <bartek> ok, transactions seems to be signed correctly. isn’t your account multi-sig locally?
<stellar-slack> <sacarlson> multi-sign? I'm working on that in a different part, this is code before I even started multi sign
<stellar-slack> <sacarlson> this should be just a standard account with a single signer
<stellar-slack> <bartek> but is it? can you check in stellar-core db?
<stellar-slack> <sacarlson> oh maybe
<stellar-slack> <bartek> it would explain the error. I though that maybe there's something wrong with base lib but the most obvious reason seems to be a multi-sig account.
<stellar-slack> <sacarlson> thresholds on my master account AQAAAA== no signers on this database yet
<stellar-slack> <bartek> have you checked signers table?
<stellar-slack> <sacarlson> yes signer table is completly empty\
<stellar-slack> <sacarlson> this is testnet and I am synced
<stellar-slack> <bartek> ok, I thought you’re runing your local network
<stellar-slack> <sacarlson> yes I running through my local that is synced with stellar-core testnet
<stellar-slack> <sacarlson> but I did try horizon as I said that was working before this last update
<stellar-slack> <sacarlson> ok time for a beer. send me any info when you find anything
<stellar-slack> <dzham> can i haz beer? GC4NMBNICOOCIYM3FXZYPYYF3AYV6IRT54YEYQTB5S5U7FV5WIJQWVX2, okthxbye
<stellar-slack> <bartek> @sacarlson: ok, I know the solution. you need to tell StellarBase you are using testnet (default is public). in JS: `StellarBase.Network.useTestNet();`
<stellar-slack> <buhrmi> @dzham: sure, set up a trustline and i shall send u some GCEZWKCA5VLDNRLN3RPRJMRZOX3Z6G5CHCGSNFHEYVXM3XOJMDS674JZ
<stellar-slack> <bartek> the error message is misleading. I will ask if we can create a new error for a transaction prepared to a different network.
<stellar-slack> <buhrmi> you guys and your passphrases
pixelbeat has quit [Ping timeout: 265 seconds]
pixelbeat has joined #stellar-dev
de_henne has quit [Remote host closed the connection]
<stellar-slack> <sacarlson> oh very good bartek thanks. I have yet to figure out how to implement that but we are not far off now
<stellar-slack> <sacarlson> yes I can see in the code that it defaults to @default_network || Stellar::Networks::PUBLIC
de_henne has joined #stellar-dev
<stellar-slack> <sacarlson> only example of what I found so far that changes network is:
<stellar-slack> <bartek> have you checked adding: ``` Stellar.default_network = Stellar::Networks::TESTNET ``` in top of your file?
<stellar-slack> <sacarlson> but I fails figure out how to implement that in my code
<stellar-slack> <sacarlson> no I didn't try that but I did try
<stellar-slack> <sacarlson> rs = Stellar::Network.current_network puts "current_network = #{rs}"
<stellar-slack> <bartek> you need to change it to TESTNET
<stellar-slack> <sacarlson> your ran with no error at least the line did let me see if it makes anything work
<stellar-slack> <sacarlson> oh and maybe I spelled it wrong as Network instead of Networks
<stellar-slack> <bartek> after adding this line your transaction should be submitted with no errors
<stellar-slack> <sacarlson> ok I'll try it
<stellar-slack> <sacarlson> well new error seen
<stellar-slack> <bartek> can I see your code?
<stellar-slack> <sacarlson> it's the same code with your added line on the top
<stellar-slack> <sacarlson> but I do see this now if I add rs = Stellar.current_network puts "current_network = #{rs}"
<stellar-slack> <sacarlson> it returns current_network = Test SDF Network ; September 2015
<stellar-slack> <sacarlson> I'll take your line out and see if it changes
<stellar-slack> <sacarlson> and taking your line out I now get current_network = Public Global Stellar Network ; September 2015
<stellar-slack> <sacarlson> so it does change it
<stellar-slack> <sacarlson> well I'm stuck here. I'm running this on ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
<stellar-slack> <bartek> @sacarlson: unfortunatelly you have to wait for sc.ott. with my limited knowledge of ruby I can’t help more. I was able to successfully submit a transaction using js lib.
<stellar-slack> <sacarlson> that's ok bartek thankyou for the attempt and I see @scott is lighting up so maybe he can shed some light on it for us
<stellar-slack> <scott> @sacarlson: where did you get “SCGMPTPTZEKZFTZNJ6UQUNNTYETY4ZUPC7SQXZTFUQKKUGKLR5HUDTJU” and why do you think that is the master seed?
<stellar-slack> <scott> One of the changes that happened with this latest round is that the “Network ID” (that is, the SHA256’d network passphrase) becomes the “raw seed” used to derive the master keypair.
<stellar-slack> <sacarlson> it's from the friendbot with funds of 100.00
<stellar-slack> <scott> okay, cool
<stellar-slack> <scott> let me check out the rest of the script
<stellar-slack> <sacarlson> thanks
<stellar-slack> <sacarlson> anything I failed to provide should be seen here: https://github.com/sacarlson/stellar_utility I just updated it with what I have now
<stellar-slack> <sacarlson> and we are just focused on this to work https://github.com/sacarlson/stellar_utility/blob/master/create_account_save.rb
<stellar-slack> <sacarlson> I think if that works the rest should be easy
<stellar-slack> <sacarlson> the errors I see are posted at 9:15
<stellar-slack> <scott> thanks
<stellar-slack> <scott> so, looks like it’s a bug with interpreting amounts in stellar-base. Try changing starting balance to `25 * Stellar::ONE`
<stellar-slack> <scott> I won’t be able to fix it properly today… I need to work on my presentation for the dev meetup tonight, but I’ll add an issue for tomorrow
<stellar-slack> <sacarlson> very good scott I'll give it a try
<stellar-slack> <sacarlson> nope tried it with 25 * Stellar::ONE , tried taking out :fee in tx but still same error destination /home/sacarlson/.bundle/gems/xdr-0.1.0/lib/xdr/hyper.rb:6:in `write': val is not Integer (XDR::WriteError) from /home/sacarlson/.bundle/gems/xdr-0.1.0/lib/xdr/struct.rb:31:in `block in write'
<stellar-slack> <sacarlson> maybe in the morning when I'm fresh I'll take another look
<stellar-slack> <sacarlson> seems my stellar-core no longer syncs also any more, I tried a full reset and it still see Out-of-order close during catchup, buffered to 11993 but network closed 12043
<stellar-slack> <sacarlson> maybe a split?
<stellar-slack> <sacarlson> I'm trying one more full reset but it looks to be stuck again
<stellar-slack> <sacarlson> ok I'm giving up on this one. shuting it down for today in hopes for some fixes later
<stellar-slack> <buhrmi> @graydon: https://github.com/open-core/network/commit/8b7c3ea08b6 :+1::skin-tone-3: :beers:
<stellar-slack> <monsieurnicolas> @sacarlson - what do you mean by out of order close?
<stellar-slack> <sacarlson> I'm just reading what I see scrolling in the text window of stellar-core
<stellar-slack> <monsieurnicolas> when catching up it's normal for the instance to buffer network closes, if it's failing to replay that's an issue though
<stellar-slack> <sacarlson> it's not giving any eta
<stellar-slack> <sacarlson> want I try reset it again?
<stellar-slack> <monsieurnicolas> Oh you're getting the error message that maps to ``` CLOG(INFO, "Ledger") << "Out-of-order close during catchup, buffered to " << mSyncingLedgers.back().mLedgerSeq << " but network closed " << ledgerData.mLedgerSeq; CLOG(WARNING, "Ledger") << "this round of catchup will fail."; ```
<stellar-slack> <sacarlson> I guess so
<stellar-slack> <monsieurnicolas> Do you happen to also have "Lost track of consensus" in the logs before that?
<stellar-slack> <monsieurnicolas> I would not reset it, just let it do its thing
<stellar-slack> <sacarlson> I didn't look and now I did a manual remove of all files and database to be sure nothing was left on restart
<stellar-slack> <monsieurnicolas> OK
<stellar-slack> <sacarlson> but still stuck "state" : "Catching up"
<stellar-slack> <sacarlson> I'll look in the log
<stellar-slack> <sacarlson> 2015-09-09T23:59:17.593 ea26ce [140569727055744] [Herder] INFO Lost track of consensus 2015-09-09T23:59:17.602 ea26ce [140569727055744] [Ledger] INFO Got consensus: [seq=12339,
<stellar-slack> <sacarlson> ok I'll just let it run till morning and look again but it normaly starts much faster
<stellar-slack> <buhrmi> uhm....
<stellar-slack> <sacarlson> uhm what?
<stellar-slack> <buhrmi> sacarlson are you 100% certain ure not accidentally using my sources? u said u compiled them earlier
<stellar-slack> <sacarlson> I only compiled one of them and that was stellar-core
<stellar-slack> <buhrmi> but with the sources from the official stellar/stellar-core repo?
<stellar-slack> <sacarlson> "build" : "horizon3",
<stellar-slack> <sacarlson> 62b505004ef8c9db4cdfc7d9fc42ac1ea34b98a1
<stellar-slack> <sacarlson> commit
<stellar-slack> <sacarlson> lets glance and see if it changed and they reset it without telling as they have before
<stellar-slack> <buhrmi> the commit hash does not tell from what sources you compiled. that commit exists in both repos
<stellar-slack> <buhrmi> the question is, from where did you download the sources you compiled
<stellar-slack> <buhrmi> ok
<stellar-slack> <sacarlson> I do see one small change added after this release
<stellar-slack> <sacarlson> 3a6619887bac1dd87138b4bac796e1983155e0ac but all it does is allow zero base fee
<stellar-slack> <monsieurnicolas> you would not be able to see testnet at all if you had the version with the hash code disabled
<stellar-slack> <sacarlson> it is also posible they are running an older version than what I'm running as I got no verification when I published what I thought they must have on horizon
<stellar-slack> <sacarlson> but it was syncing before early today
<stellar-slack> <sacarlson> and it still be stuck now. ok time for me to go to bed. you guys have a good one
<stellar-slack> <monsieurnicolas> stellar-core testnet is on 62b5050
<stellar-slack> <sacarlson> that's the same as I'm running now
<stellar-slack> <monsieurnicolas> ok - then let it run for now - maybe crank the logs to debug if you can before going to sleep
<stellar-slack> <sacarlson> crank the logs?
<stellar-slack> <sacarlson> what added config might that be?
<stellar-slack> <monsieurnicolas> you can do it from the config or on a running instance
<stellar-slack> <monsieurnicolas> /ll?level=DEBUG on the HTTP endpoint
<stellar-slack> <sacarlson> tryed it but just comes up with help screen
<stellar-slack> <monsieurnicolas> debug lowercase
<stellar-slack> <buhrmi> did you do -newdb and everything?
<stellar-slack> <monsieurnicolas> help is wrong
<stellar-slack> <sacarlson> nope still fails to set ok too late to figure that out
<stellar-slack> <monsieurnicolas> nm, it's case insensitive, so it should work
<stellar-slack> <monsieurnicolas> yeah sorry, it's probably something really dumb
<stellar-slack> <sacarlson> that's ok thanks for the effort
<stellar-slack> <buhrmi> did u try stellar-core -newdb ?
<stellar-slack> <buhrmi> probably yes...
<stellar-slack> <sacarlson> yes several times
<stellar-slack> <buhrmi> just asking to make sure
<stellar-slack> <buhrmi> :( weird
<stellar-slack> <sacarlson> nite
<stellar-slack> <buhrmi> nite nite
<stellar-slack> <buhrmi> i wonder if there's a chance that stellar-core would launch with 0 transaction fees
<stellar-slack> <monsieurnicolas> I don't see a reason why it would not. You will still have to create accounts though
<stellar-slack> <buhrmi> yeah well
<stellar-slack> <buhrmi> the network can "vote" on raising the fees right? wasn't there a mechanic like that
<stellar-slack> <monsieurnicolas> yes it's there
<stellar-slack> <monsieurnicolas> it's not just raising, it's changing the fees to whatever
<stellar-slack> <buhrmi> mhhh don't fully understand it yet
<stellar-slack> <eva> Hi everyone! Wanted to remind you all that tonight is the SF Stellar dev meetup, with a livestream for remote folks: http://www.meetup.com/Stellar-Developers-Space-Camp/events/224242568/
<stellar-slack> <eva> I'll be monitoring this channel, so if people have any questions as you watch the livestream, put them here (and @ me ) so I can pass them on to the speakers.
<stellar-slack> <eva> we should have a MUCH better audio situation this time, so hopefully remote folks will be able to fully understand the presentations!
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
lloydbraun_ has joined #stellar-dev
<lloydbraun_> Can IOUs from different issuers appear in the same market?
<lloydbraun_> Am I using the right terminology for Stellar?
<stellar-slack> <scott> lloydbraun_: Credits with the same currency code but with different issuers don’t show up in the same market. To the network software, they are completely different types of credit.
<lloydbraun_> Can this be done by using STR as a bridge currency?
<stellar-slack> <scott> Yeah, that’s one of the primary purposes of the native currency… Each respective credit would have a market of offers to trade that credit for the native currency, and accounts can then transact one currency to another by routing payments through the necessary order books
<stellar-slack> <scott> It doesn’t need to go through the native currency though, you can route a payment through any order book that has enough available to fulfill the payment
<stellar-slack> <scott> Two issuers, for example, could setup an agreement between themselves to trade their respective credits 1-to-1
<lloydbraun_> scott: Is it possible to see a composite market of all credits with the same currency code (regardless of issuer) against another currency code (regardless of issuer), using STR as the bridge currency?
pixelbeat has quit [Ping timeout: 265 seconds]
<stellar-slack> <monsieurnicolas> the only currency code "without issuer" that would make sense is the one where the issuer is the central bank for that currency. So there is still an issuer :)
<lloydbraun_> monsieurnicolas: I'm not sure what you're getting at. Are you saying the type of STR bridge currency composite market I described above can not be viewed in Stellar?
<lloydbraun_> If not, would it be possible to construct such a view with the API?
<stellar-slack> <monsieurnicolas> The data is there, what I was saying is that I am not sure that view is that useful as different people have different opinion (ie filters) on which issuer they're willing to trust
<stellar-slack> <dzham> You’d have to construct it yourself.
<stellar-slack> <dzham> Different issuers have different opinions about what their currency is also. Just because the assets code is ‘USD’ doesn’t mean it’s backed by US dollars.
<stellar-slack> <monsieurnicolas> Right, my USDs happen to be pegged to monopoly :)
<stellar-slack> <dzham> Well, you never know, which is why you explicitly have to trust each (issuer, asset) individually, right?
<stellar-slack> <monsieurnicolas> I think it would be useful to have a filtered view by issuer type though
<stellar-slack> <monsieurnicolas> like brick & mortar banks, country, compliance level, etc
<stellar-slack> <eva> @monsieurnicolas: that would definitely be cool. That'd be something built on top of the network, yeah? Or are you thinking it would be good to have that kind of view baked in in some way?
<stellar-slack> <monsieurnicolas> no, this would be something to build pretty high up in the stack
<stellar-slack> <eva> :thumbsup:
<stellar-slack> <eva> How would they be able to define the different types though? I guess the person who built the view would have to define those levels and verify them?
<stellar-slack> <dzham> They are *different* markets though, so it might not always make sense to merge the order depths into one view. I.e., bid/asks could be at different levels, due to liquidity, or public trust in the issuer..
<stellar-slack> <sacarlson> ok my new stellar-core ran all night and still at "state" : "Catching up"
<stellar-slack> <sacarlson> anyone else having this problem since the last big change?
<lloydbraun_> How big of a task would it be to construct that view?
<stellar-slack> <jed> Shouldn't be that hard