[bisq-network/proposals] Adjust parameters for JPY order book to reduce friction for new users (#98)

Manfred Karrer notifications at github.com
Thu Jun 13 20:06:30 UTC 2019


The trade protocol is basically a sequence of tasks getting executed. Some are interactive and require use input and can have delay of a few days (e.g. confirm payment receipt). The trade protocol is closely coupled with the Trade and Offer object and many more. Changing the trade protocol requires that all old nodes are compatible with the change. P2P network objects cannot be changed a lot as that would break backward compatibilty. Adding a different behaviour would require to have either tons of options which get carried along and then make switches of behaviour or to have a different protocol which gets executed. 
As said I investigated options for supporting 2 protocols when we started working on the new trade protocol a few months ago and we decided to make a hard-fork when launching the new trade protocol update as maintaining 2 in parallel would be a pain (engineering effort, maintainance, risk for bugs,...).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/98#issuecomment-501859344
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190613/9bb8b08f/attachment-0001.html>


More information about the bisq-github mailing list