archway-network/cli

Adapt all transactions to the minimum fee model

aelesbao opened this issue · 0 comments

Description

The latest protocol version introduced the concept of Minimum Consensus Fee. With that, every transaction should specify the fee parameter based on the minimum consensus fee from the lastest block.

Tasks

  • Query for the rewards estimate-fees before any transaction.
  • Use the estimated fee as a param for the transactions.