archway-network/cli

Update the `metadata` command to work with the new rewards module

aelesbao opened this issue · 1 comments

Description

The latest version of archwayd deprecated the gastracker module and split it into two parts, one for tracking the gas and another for rewards actions. This refactor broke the archway metadata command in the CLI, which should now use the new rewards module.

Tasks

  • Change the archwayd command called in the TxCommands.
  • Adjust the ContractMetadata params for the transaction.
  • Adjust the CLI flags.

The completion of this issue is blocked by #115