You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The extra fees (name fee, delegate registration fees etc.) is currently part of the transaction params (property varying by command). However, in the future it is planned to be added to the transaction fee (like before). This requires properly re-calculating the transaction minFee implementation within the lisk-connector.
Acceptance Criteria
decodeTransaction in services/blockchain-connector/shared/sdk/decoder.js is updated to compute the values properly
Functional tests are added / up-to-date
Additional Information
The text was updated successfully, but these errors were encountered:
Description
The extra fees (name fee, delegate registration fees etc.) is currently part of the transaction params (property varying by command). However, in the future it is planned to be added to the transaction fee (like before). This requires properly re-calculating the transaction
minFee
implementation within the lisk-connector.Acceptance Criteria
decodeTransaction
inservices/blockchain-connector/shared/sdk/decoder.js
is updated to compute the values properlyAdditional Information
The text was updated successfully, but these errors were encountered: