de_henne_ has joined #stellar-dev
de_henne has quit [Ping timeout: 248 seconds]
koolhead17 has joined #stellar-dev
victortyau has quit [Quit: Textual IRC Client: www.textualapp.com]
koolhead17 has quit [Remote host closed the connection]
[7] has quit [Ping timeout: 260 seconds]
TheSeven has joined #stellar-dev
etrepum_ is now known as etrepum
bit2017 has quit [Ping timeout: 265 seconds]
bit2017 has joined #stellar-dev
<stellar-slack> <raymens> @jed @danielpauljones: I use it for slightly altered Stellar XDR files. It's a bit bloated and not optimal C# code but it does work, so far I've done plenty of payments and 'create account' operations with it
<stellar-slack> <raymens> @scott Chaos.NaCl is the one I use too, I've tried several ones but that one has everything you need for the ED25519 etc.
<stellar-slack> <raymens> @jed @danielpauljones @scott : I've put up a quick and dirty version online at https://github.com/QuantozTechnology/csharp-stellar-base/ . I haven't tested this version and be aware of the LGPL use, as Scott mentioned in a PR this might cause some issues. For any questions, don't hesitate to contact me :)
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]
koolhead17 has joined #stellar-dev
koolhead_ has joined #stellar-dev
koolhead17 has quit [Ping timeout: 250 seconds]
koolhead_ has quit [Remote host closed the connection]
koolhead17 has joined #stellar-dev
bit2017 has quit [Ping timeout: 245 seconds]
koolhead17 has quit [Remote host closed the connection]
bit2017 has joined #stellar-dev
edubai__ has joined #stellar-dev
bit2017 has quit [Ping timeout: 250 seconds]
bit2017 has joined #stellar-dev
de_henne_ has quit [Remote host closed the connection]
<stellar-slack> <scott> Thanks @raymens!
koolhead17 has joined #stellar-dev
koolhead17 has quit [Remote host closed the connection]
Cesara has joined #stellar-dev
koolhead17 has joined #stellar-dev
<Cesara> !balance
Cesara has left #stellar-dev [#stellar-dev]
<stellar-slack> <jed> cesara: no one has implemented a bot for that. It would be cool though
koolhead17 has quit [Remote host closed the connection]
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
<stellar-slack> <powderfan> question came up regarding simple contracts like https://www.stellar.org/blog/multisig-and-simple-contracts-stellar/ What prevents ngo and gov from submitting transaction 1 but short before funding window closes, make 2 arbitrary transactons and therby 'burning' sequence numbers N+2 and N+3? Or just withdraw all funds from the holding account making the buy offer in transaction 3 pointless
<stellar-slack> <powderfan> The example relies on at least ngo or gov be trustworthy
<stellar-slack> <scott> Not to speak for jed, but I believe the implication is that the ngo and the gov should not be colluding to defraud the citizens in this scheme. As a contributor to the campaign, you should ensure that you trust one of the two
<stellar-slack> <dzham> @powderfan: all the tx’s are multi-sig. so each party can’t do anything on its own
<stellar-slack> <powderfan> yeah ok, assumption is: they don't collude
<stellar-slack> <jed> powderfan: yeah it is a bit of a weakness. I think there is a work around though.
<stellar-slack> <powderfan> Maybe the setup like yiu proposed here http://jedmccaleb.com/blog/bitcoin-lightning-stellar/ is more appropriate, but also more complex
<stellar-slack> <powderfan> Ah no, the scenario is really different
<moo-_-> is horizon REST raw API documented somewhere? if I want to use that directly from Python?
<stellar-slack> <scott> horizon reference is here: https://www.stellar.org/developers/reference/
<stellar-slack> <scott> each endpoint contains raw examples, for example: https://www.stellar.org/developers/horizon/reference/effects-for-ledger.html
<moo-_-> scott: Thanks, exactly what I was looking for
<stellar-slack> <scott> happy to help :)