Skip to content

Problem: users can't see fees on transaction history #1253

@outerlook

Description

@outerlook

from specs:

View the paid fees amount in the transaction history and transaction details

plan:

  • create transaction_events. This tracks any write operations on the network, and also offers details about the transaction fees
  • wrap all fee collection points with an action to include a transaction event
  • add some actions that permit listing and locating these transaction events
  • See if we can replace get_last_transactions to source from this new table instead of the old one, but might not be good if it's absolutely needed that all past transactions get backfilled

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions