massalabs / station

A gateway to the Massa blockchain
https://station.massa.net
27 stars 107 forks source link

Minimal fees #1340

Closed Thykof closed 4 months ago

Thykof commented 5 months ago

Context Describe / explain why we should do this: motivations, context or other info. Keep it brief and simple - PM

Massa network will have a new feature of minimal operation fees.

User flow Describe the user flow using user stories so the end result is super clear - PM

User will see in massa station wallet the fees that will allow the operation to get accepted by the node and included in a block.

Concerns:

  1. the dapp may show to user that there no fee, but the sign prompt will show fees. Maybe we can add a tooltip saying that user is connected to a node that accept only operations with at leat 0.01 MAS fee?
  2. the fee field is editable in the sign prompt, should we allow user to set a value bellow the minimal fee of the node?

How to List the step-by-step to get it do if needed - PM

Technical details Give the technical insights so anyone in the team can tackle the tasks - Dev

the logic will be in sendoperation::Call

QA testing Does this task require some QA tests ? If yes, explain how to validate it

SlnPons commented 4 months ago

@Thykof do you think you can address this issue at the same time? https://github.com/massalabs/station-massa-wallet/issues/814

Thykof commented 4 months ago

no need to change station