trezor / trezor-suite

Trezor Suite Monorepo
https://trezor.io/trezor-suite
Other
687 stars 246 forks source link

Show rewards payout history #13266

Open Gitsarry opened 1 month ago

Gitsarry commented 1 month ago

Using Trezor-Suite-24.6.2 desktop AppImage.

In the Ethereum Staking tab I see this:

Would it be possible to display the history of each single (every 9 days or so) reward payout and it's historic value in selected FIAT currency, like we know it from classical transactions ?

sime commented 1 month ago

Hi @Gitsarry thanks for the issue.

It's something we would like to do, but it's not so straight forward.

Your stake and earnings are stored on the blockchain. Which is why it's 'easy' to show a representation of in Suite. Suite is really good at showing you things that are on the blockchain.

Though the events of each reward being deposited are not stored on the blockchain. So we need to find a rock solid way of storing that data, off from a blockchain, and representing that in Suite. So more challenging than expected.

But again, I do believe this is a worthwhile functionality to explore.