From bb8e6e3ca9b55e9d530af23d08c5ec8bad9e56dd Mon Sep 17 00:00:00 2001 From: neura-sx Date: Fri, 29 Jan 2016 11:41:39 +0100 Subject: [PATCH 1/2] Worker ID added and known limitations revised. --- bsip-0010.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bsip-0010.md b/bsip-0010.md index 5b0338a..d783038 100644 --- a/bsip-0010.md +++ b/bsip-0010.md @@ -5,7 +5,7 @@ Type: Protocol Created: 2015-12-27 Discussion: https://bitsharestalk.org/index.php/topic,20789.0.html - Worker: 1.14.29 + Worker: t.b.d. # Summary for Shareholders This worker proposal aims to introduce a percentage-based transfer fee solution as an alternative to the current flat rate. The main goal is to make BitShares viable for transferring smaller amounts. The current flat transfer rate is not friendly for small transfers, as for these transfers the flat transfer fee makes up a significant part of the amount being sent. As we have it now, most of the blockchain's blocks are empty, which from a business perspective is a clear waste of company's resources. @@ -113,14 +113,17 @@ In particular, the following aspects will be covered: * GUI support # Known issues and limitations -There are the following issues and limitations that cannot be overcome due to technical reasons: -* The percentage-based fee scheme cannot be applied to stealth transfers (as the amount being transferred is unknown, thus it's impossible to calculate its BTS value). +There are the following issues and limitations that cannot be overcome: +* The percentage-based fee scheme cannot be applied to stealth transfers (due to the very nature of stealth transactions, it's impossible to determine their BTS value). -* The percentage-based fee scheme cannot be applied to the core currency i.e. BTS. However all SmartCoins (both public and private), UIAs and possibly also FBAs (once they get implemented) will be covered. +* This proposal covers all SmartCoins (both public and private), UIAs and possibly also FBAs (once they get implemented). ~~However, due to technical reasons, the percentage-based fee scheme cannot be applied to the core currency i.e. BTS.~~ +EDIT: Together with CNX, we are actively looking at ways to find a solution to this problem - one of the options considered is changing the ownership of BTS from `null-account` to `committee-account`. -* There might be a negative UX in a very rare situation: when CER is being updated by the issuer between the moment the user hits `Transfer` and the moment s/he hits `Confirm`. In this situation the user might receive an error message about not supplying sufficient funds to cover the transfer fee and will have to redo the transfer. +* There might be a negative UX in a very rare situation: when CER is being updated by the issuer between the moment the user hits `Transfer` and the moment s/he hits `Confirm`. In this situation the user might receive an error message about not supplying sufficient funds to cover the transfer fee and will have to redo the transfer. +EDIT: Thanks to [this suggestion](https://bitsharestalk.org/index.php/topic,21080.msg275323.html#msg275323) by `roadscape`, there might be a viable workaround for this issue at the GUI level. -* ~~In case of committee-controlled SmartCoins, occasionally there might be a small discrepancy between the current value of CER and the value of CER enclosed in the committee proposal to switch a given SmartCoin to the percentage-based mode.~~ EDIT: We will probably be able to offer a patch to the code-base, which makes it possible to update an asset without changing CER, and thus fix this issue. +* ~~In case of committee-controlled SmartCoins, occasionally there might be a small discrepancy between the current value of CER and the value of CER enclosed in the committee proposal to switch a given SmartCoin to the percentage-based mode.~~ +EDIT: We will most probably be able to offer a patch to the code-base, which will make it possible to update an asset without changing CER, and thus fix this issue. * If the committee decides to apply percentage-based fees to SmartCoins, our partners (e.g. exchanges, gateways etc) need to notified in advance, so that they have time to adjust their applications, and make sure those applications and their pricing policy are compatible with percentage-based fees. From b69fbcdbdff7e34c492b2ea724e4422e11e65845 Mon Sep 17 00:00:00 2001 From: neura-sx Date: Fri, 29 Jan 2016 11:54:26 +0100 Subject: [PATCH 2/2] Worker ID reinstated. --- bsip-0010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsip-0010.md b/bsip-0010.md index d783038..119bd16 100644 --- a/bsip-0010.md +++ b/bsip-0010.md @@ -5,7 +5,7 @@ Type: Protocol Created: 2015-12-27 Discussion: https://bitsharestalk.org/index.php/topic,20789.0.html - Worker: t.b.d. + Worker: 1.14.29 # Summary for Shareholders This worker proposal aims to introduce a percentage-based transfer fee solution as an alternative to the current flat rate. The main goal is to make BitShares viable for transferring smaller amounts. The current flat transfer rate is not friendly for small transfers, as for these transfers the flat transfer fee makes up a significant part of the amount being sent. As we have it now, most of the blockchain's blocks are empty, which from a business perspective is a clear waste of company's resources.