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
As noted in #89, transaction fee amounts should be available in the respective event as of cosmos-sdk v0.45.8 (currently v0.45.9 due to dragonberry). #123 implemented an alternative approach to accounting for fee amounts in the context of balance change events which is sub-optimal by comparison (i.e. requires an additional round-trip to the DB).
Acceptance Criteria
The balance change handlers don't query the DB in order to construct new entities.
The text was updated successfully, but these errors were encountered:
Background
As noted in #89, transaction fee amounts should be available in the respective event as of cosmos-sdk v0.45.8 (currently v0.45.9 due to dragonberry). #123 implemented an alternative approach to accounting for fee amounts in the context of balance change events which is sub-optimal by comparison (i.e. requires an additional round-trip to the DB).
Acceptance Criteria
The balance change handlers don't query the DB in order to construct new entities.
The text was updated successfully, but these errors were encountered: