KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
97 stars 88 forks source link

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

Closed onur-ozkan closed 3 weeks ago

onur-ozkan commented 3 weeks ago

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