Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tx-history): handle encoded transaction values #2133

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

onur-ozkan
Copy link
Member

For cosmos based networks, transaction values can be base64 encoded. Previously, tx-history implementation was not capable of handling these and that leads to missing transactions in the history table. This PR fixes that.

Blocker for #2128

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
@onur-ozkan onur-ozkan added enhancement New feature or request P0 under review labels Jun 5, 2024
Copy link
Member

@borngraced borngraced left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good just one note

mm2src/coins/tendermint/tendermint_tx_history_v2.rs Outdated Show resolved Hide resolved
Copy link
Member

@laruh laruh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Copy link
Member

@borngraced borngraced left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work !

Copy link
Member

@laruh laruh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@onur-ozkan onur-ozkan merged commit 40ebe00 into dev Jun 5, 2024
22 of 25 checks passed
@onur-ozkan onur-ozkan deleted the fix-tendermint-tx-history branch June 5, 2024 09:43
dimxy added a commit to dimxy/komodo-defi-framework that referenced this pull request Jun 17, 2024
* dev:
  fix(indexeddb): window usage in worker env (KomodoPlatform#2131)
  feat(tx-history): handle encoded transaction values (KomodoPlatform#2133)
  fix(core): tendermint withdraws on hd accounts (KomodoPlatform#2130)
  fix(core): improve validation rules for table names (KomodoPlatform#2123)
  fix(test): improve log wait condition to fix taker restart test (KomodoPlatform#2125)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P0 under review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants