You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As a user that has just imported a wallet that has a balance, I find that when I view Rewards, there is a list of rewards history that should not be there as I had only ever won 1 block and had the rest of the balance sent to me by someone.
The only block that I did mine successfully was on October 31- Block: #35744
To Reproduce
Steps to reproduce the behavior:
Go to 'Tari Universe'
Click on 'Settings' icon
Scroll down to & click on 'Wallet`
Scroll down to Seed words
Click on the edit icon for Seed words
Paste in the seed words of the wallet you would like to Import
Import wallet
When wallet is imported successfully, view wallet balance
Click on the Rewards link within the Wallet balance section
View Rewards history
Observe
Expected behavior
User should only see the history of the blocks that they have won
The text was updated successfully, but these errors were encountered:
Tas4tari
changed the title
Windows 11: Rewards: Rewards History does not align with wallet total. There is history should not be displayed as it does not belong to this wallet
Windows 11: Rewards: Rewards History does not align with wallet total. There is history that should not be displayed as it does not belong to this wallet
Dec 27, 2024
Tas4tari
changed the title
Windows 11: Rewards: Rewards History does not align with wallet total. There is history that should not be displayed as it does not belong to this wallet
Windows 11: Rewards: Rewards History displayed incorrectly. There is history that I have not won displayed
Dec 27, 2024
Fixes:
* #1346
* #1317
* partially #883
Description
--
Since tari-project/tari#6733 is merged, we can
now implement pagination for infinite scrolling. Wallets with extensive
transaction history can now open `latest wins` tab without performance
issues.
Changes
--
* Infinite scrolling in the "latest wins" tab
* Filter only `COINBASE_UNCONFIRMED` and `COINBASE_CONFIRMED`
transactions(blocks wins). Rename methods from `get_transaction_history`
to `get_coinbase_transactions` to reflect changes.
* `get_coinbase_transactions` handles pagination - we define
`continuation` and `limit`(can be ommitted to fetch all at once)
* We fetch already ordered transactions, we don't need to sort it again
* Refresh the data everytime when either we open "recent wins" tab or
new block is mined
* Split `Wallet` component into `WalletMarkup` and `History` to improve
performance(reduce rerenders)
Testing
--
Just play with the "recent wins" tab
---------
Co-authored-by: Brian Pearce <[email protected]>
Describe the bug
As a user that has just imported a wallet that has a balance, I find that when I view Rewards, there is a list of rewards history that should not be there as I had only ever won 1 block and had the rest of the balance sent to me by someone.
The only block that I did mine successfully was on October 31- Block: #35744
To Reproduce
Steps to reproduce the behavior:
Seed words
Seed words
Rewards
link within the Wallet balance sectionRewards
historyExpected behavior
User should only see the history of the blocks that they have won
Screenshots
Device:
Additional context
logs.zip
The text was updated successfully, but these errors were encountered: