<stellar-slack>
<lab> wow, the offset 1 bug of pub key hint was fixed
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
<stellar-slack>
<lab> I supposed to create a pull request for it.
<sacarlson>
I'm going to raise my offer to have someone write me a sample 3 party and 4 party stellar escrow script for live stellard in curl, first to deliver will get 300 STR
AhmedElGamil has quit [Remote host closed the connection]
DigitalFlux has joined #stellar-dev
de_henne_ has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
nelisky has joined #stellar-dev
<stellar-slack>
<naumenkogs> Do I have any possibility to run my very own network based on new stellar-core? Where can I find a guide? I mean I don
<stellar-slack>
<naumenkogs> I mean I don't want to be conected to global blockchain and I wanna start from 0 state
pixelbeat_ has joined #stellar-dev
nelisky has quit [Quit: nelisky]
nelisky has joined #stellar-dev
nelisky has quit [Quit: nelisky]
<stellar-slack>
<scott> @lab: definitely. My first goal is to get horizon back up and running after all these breaking changes, then I’ll circle back onto js and add a regression test and get that fixed.
pixelbeat_ has quit [Ping timeout: 252 seconds]
nelisky has joined #stellar-dev
<stellar-slack>
<scott> @naumenkogs: totally possible to run your own private stellar network. Let me write up some notes for you…
<stellar-slack>
<naumenkogs> Im fine now, thx. I have another problem
<stellar-slack>
<naumenkogs> My goal is to test my own network so I need to launch horizon. It seems like the hayashi_development database is missed in horizon repo.
<stellar-slack>
<naumenkogs> Do you have any ideas where can I find this database.
<stellar-slack>
<scott> you simply have to make it yourself using the normal postgres tools
<stellar-slack>
<scott> `createdb hayashi_development`, for example
<stellar-slack>
<naumenkogs> Where can I get the tables used by it?
<stellar-slack>
<scott> they get initialized by stellar-core when you run `stellar-core —newdb`
<stellar-slack>
<naumenkogs> Thx I'll try it right now