-
Notifications
You must be signed in to change notification settings - Fork 455
Don't charge a fee for optional data field #2033
Comments
Adding a cost for type 0 asset data is also inconsistent with type 1/2/3/4/5, where asset data is included in a fixed fee. So from the standpoint of elegant technical design, this proposal makes perfect sense. |
@slaweet I agree with this proposal / reversal. Much appreciated. @webmaster128 Also agree current approach is inconsistent with how we will deal with data in other transaction types. Therefore would be nonsensical to keep as is. Assuming that this change will affect both Lisk Core and Elements, we should look to implement it ahead of the next |
This issue will be (practically) irrelevant with the release of the new fee system. In that case, (minimum possible) fees are given by the size of the transaction regardless the transaction type (for most of the cases). If the user makes use entirely of this data field, he will pay, at least:
where Hence he will pay It is a matter of time convenience to make the reversal now or just wait for the new fee system. |
Great simplification – congratz and thanks! Would it be possible to respawn Betanet after this change to avoid carrying around a special rule (0.2 fee type 0 transactions) that will never be needed in a production network? |
Expected behavior
Optional data field should not cost anything extra, because almost nobody will use it if it does. The fee makes this feature almost useless.
It also makes worse UX because we have to explain this to the users as they are not used to this from traditional banking.
Actual behavior
Optional data field requested in #26 and added in #470 adds 0.1 LSK fee on top of the 0.1 LSK fee of type 0 transaction.
I see that the fee is there because of storing additional data on the blockchain, but users already pay 0.1 LSK for the transaction which is IMO more than enough to prevent from spamming the blockchain. If I wanted to spam the blockchain I think that adding two transactions for 0.2 LSK will add more data than 1 transaction with 64 char data field for 0.2 LSK.
Which version(s) does this affect? (Environment, OS, etc...)
Lisk Core 1.0.0
The text was updated successfully, but these errors were encountered: