espresso-cash / espresso-cash-public

Dart and Flutter apps and libraries maintained by Espresso Cash team for Solana.
https://espressocash.com
266 stars 91 forks source link

fix: return data type #1527

Closed Jaxiii closed 2 months ago

Jaxiii commented 4 months ago

Changes

ReturnData data changes from String to dynamic

https://solana-labs.github.io/solana-web3.js/types/TransactionReturnData.html

Related issues

Fixes #1460

Checklist

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.64%. Comparing base (d8c40bd) to head (f6f0028). Report is 18 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1527 +/- ## ======================================= Coverage 77.64% 77.64% ======================================= Files 189 189 Lines 4259 4259 ======================================= Hits 3307 3307 Misses 952 952 ``` | [Flag](https://app.codecov.io/gh/espresso-cash/espresso-cash-public/pull/1527/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=espresso-cash) | Coverage Δ | | |---|---|---| | [solana-stable](https://app.codecov.io/gh/espresso-cash/espresso-cash-public/pull/1527/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=espresso-cash) | `77.64% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=espresso-cash#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ookami-kb commented 2 months ago

Superseded by #1567