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