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
I'm encountering an issue with claiming rewards on EVM, and I'd really appreciate some help troubleshooting it. I've deposited ERC20 assets and can successfully fetch my rewards information. However, after claiming them via the precompile contract, the reward amount displayed by the RPC query doesn't seem to update. It's still showing the same amount as before the claim.
Here's some detail to help you look into it:
My EVM account:0x2DFA35bd8C59C38FB3eC4e71b0106160E130A40E
Ideally, after I successfully claim my rewards (and the transaction confirms), the rewards_queryUserRewards RPC call should return an updated reward balance, reflecting that the rewards have been claimed and are no longer available.
Let me know if there's any other information I can provide to assist with debugging.
Describe the bug
I'm encountering an issue with claiming rewards on EVM, and I'd really appreciate some help troubleshooting it. I've deposited ERC20 assets and can successfully fetch my rewards information. However, after claiming them via the precompile contract, the reward amount displayed by the RPC query doesn't seem to update. It's still showing the same amount as before the claim.
Here's some detail to help you look into it:
0x2DFA35bd8C59C38FB3eC4e71b0106160E130A40E5CwpCGqK4hVKHJCcGnfVatZkm6XXZz4S8NnpvenR5GFvjPZZ.0x58974F3f12A6cD8aDB0463D2fbE84E86691B0C1E.batchAllcall: https://testnet-explorer.tangle.tools/tx/0x696de71bf4574eed7225f0fafd5d466de9217c2569fe5184b6eaf6a782972487.claimRewardscall: https://testnet-explorer.tangle.tools/tx/0xee66e8a15c53263b9aade18d2ae6c1e4868cbdd2577c12b1a520d7b5fb335113.How I'm Checking Rewards:
Expected behavior
Ideally, after I successfully claim my rewards (and the transaction confirms), the
rewards_queryUserRewardsRPC call should return an updated reward balance, reflecting that the rewards have been claimed and are no longer available.Let me know if there's any other information I can provide to assist with debugging.