MisterTicot
MisterTicot
I think ideally every string would be parsed including quote/double quote. I'm assuming the parser fails gracefully when the content is not HTML (I think it does), and that tags...
That's awesome, looking forward for it :)
You guys might be interested by the JSON format I use as an intermediate representation in cosmic-lib: [example](https://cosmic.plus/js-cosmic-lib/web/demo?changeTrust&network=test&asset=GILS:gils*cosmic.plus) I thing the steps to make something like this standard are: 1....
The sooner this one is dealt with, the better: the last thing we want is inconsistent naming to accumulate over time.
Yes it does... Just look at the JS doc, that's the API you use : https://stellar.github.io/js-stellar-sdk/Operation.html#.manageBuyOffer
@jedmccaleb I did it: * On-chain signature & transaction sharing (SEP): https://github.com/stellar/stellar-protocol/pull/158 * Reference implementation (complete): https://github.com/MisterTicot/js-stellar-oc-multisig * Underlying generic messaging system: https://github.com/MisterTicot/js-stellar-oc-multisig/blob/master/src/messenger.js stellar-oc-multisig contains a file called `test/demo.js` that...
By the way should I release the messaging protocol standalone and write a SEP for it to be reviewed?
@hmatejx There are cases were it make sense to link data to account (data entries) and other were it make sense to link data to transactions (messages). For example if...
@tomerweller Very interesting proposal, indeed. I just red the article but I'm not sure about those points: * Is it compatible with ed25519 or does it uses its own protocol?...
I have a lot of data about data entries and their usefulness; I'll try to go to the point. **Why would you store data on a decentralized Ledger?** The same...