-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt fee computation for all transactions #4632
Comments
@soroushm I think there was no changes to fees endpoint Please update the issue details to address the same. CC: @sameersubudhi in case if @soroushm has a different understanding of |
This issue needs detailing, @ManuGowda will add more context before being worked. |
The current code base requires extensive changes. I'd suggest we break this ticket intro the following:
|
Description
Adapt the Lisk protocol fee calculation.
Acceptance Criteria
Compute minimum fee
All transactions in Lisk has minimum fee, calculate the minFee using following function by passing the valid input parameter based transaction (e.g for multisignature registration/transaction from multsig account requires particular options to be passed to work properly)
Token transfer
e.g
Fees
subtitleAccount initialization
Transfer CrossChain
Fees
subtitleAccount initialization
Register Validator
Fees
subtitleRegistration
Additional Information
invoke
endpoint withendpoint
name andparams
to call below mentioned endpointsAccount initialization
Registration
Stake, Unstake, Unlock
The text was updated successfully, but these errors were encountered: