Skip to content

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

Merged
onur-ozkan merged 3 commits intodevfrom
fix-tendermint-tx-history
Jun 5, 2024
Merged

feat(tx-history): handle encoded transaction values#2133
onur-ozkan merged 3 commits intodevfrom
fix-tendermint-tx-history

Conversation

@onur-ozkan
Copy link
Copy Markdown

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>
Copy link
Copy Markdown

@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

Copy link
Copy Markdown

@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

@onur-ozkan onur-ozkan force-pushed the fix-tendermint-tx-history branch from e45f707 to 38d779c Compare June 5, 2024 09:28
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Copy link
Copy Markdown

@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
Copy Markdown

@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
@onur-ozkan onur-ozkan deleted the fix-tendermint-tx-history branch June 5, 2024 09:43
dimxy pushed a commit to dimxy/komodo-defi-framework that referenced this pull request Jun 17, 2024
* dev:
  fix(indexeddb): window usage in worker env (GLEECBTC#2131)
  feat(tx-history): handle encoded transaction values (GLEECBTC#2133)
  fix(core): tendermint withdraws on hd accounts (GLEECBTC#2130)
  fix(core): improve validation rules for table names (GLEECBTC#2123)
  fix(test): improve log wait condition to fix taker restart test (GLEECBTC#2125)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants