Conversation
…ncillary transactions
anhthii
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refine Cosmos semantic transaction parsing to focus on user-facing asset movements and stop emitting fee/tip side effects as standalone transactions.
What Changed
tip_pay-related native transfers are also excluded from semantic transaction output.fee + tip, and strip that transfer before building semantic transactions.TxFeepopulated from the real fee event; tip is not promoted to a separate semantic transaction.Tests
FCC7183F43F150CC5B01E9F79FF3BB30B04153944039DB5AD428B9F8979789AA.Observed Real-Tx Results
10C90080AF071736C71F55130D672CB885DAC12963C4319D005420EF580706B7: 1 semantic txA3264C9CA23F78669D4EF6C0ADC3178AF08F9B74E555B1E0480A716FF264B74E: 1 semantic tx69F40A5F4E9BD58D5A5F30DBC4C53086D9080E703E77A44543807978207706B8: 1 semantic txFCC7183F43F150CC5B01E9F79FF3BB30B04153944039DB5AD428B9F8979789AA: 1 semantic txWhy
Cosmos events often include balance movements for fee and tip settlement. Those are valid low-level transfers, but they are not user-facing “big asset movement” transactions. This change narrows Cosmos semantic parsing so transaction history better reflects the primary asset movement while preserving fee metadata in
TxFee.