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
Currently on Tangle EVM (both testnet and mainnet), when I click the Nominate button on the Nomination table, enter the required inputs, and confirm the transaction in my EVM wallet, the transaction appears successful with a notification confirming the nomination. However, upon checking the results, there are no bonded funds and no nomination recorded.
Expected Behavior
Once the nomination transaction is confirmed on the EVM, users must ensure they are a nominator with the bonded function and that their nomination is recorded correctly. If the transaction fails, users will see a notification with an error message.
Scroll to the Nominations table and click the Nominate button. If the button is not visible, your current account is already a nominator; switch to another account with TNT available for nomination.
Enter the required information.
Click Confirm in the modal and your EVM wallet.
Wait for the success notification.
If nominations do not appear in the table after refreshing, check the PolkadotJS Portal by querying staking.bonded, staking.nominator, and staking.ledger using your converted Substrate address (convert your EVM address here).
Screenshot
Nominate transaction execution from an EVM wallet via this button failed.
Transaction on the EVM mainnet is hanging; encountered this error in the console.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
yurixander
changed the title
[BUG] Unable to Bond & Nominate Validators on EVM
[BUG] EVM batch precompile calls seem to be misconfigured or broken
Feb 14, 2025
Is there an existing issue for this?
Current Behavior
Currently on Tangle EVM (both testnet and mainnet), when I click the
Nominate
button on the Nomination table, enter the required inputs, and confirm the transaction in my EVM wallet, the transaction appears successful with a notification confirming the nomination. However, upon checking the results, there are no bonded funds and no nomination recorded.Expected Behavior
Once the nomination transaction is confirmed on the EVM, users must ensure they are a nominator with the bonded function and that their nomination is recorded correctly. If the transaction fails, users will see a notification with an error message.
Steps To Reproduce
Nominate
tab.Nominations
table and click theNominate
button. If the button is not visible, your current account is already a nominator; switch to another account with TNT available for nomination.Confirm
in the modal and your EVM wallet.staking.bonded
,staking.nominator
, andstaking.ledger
using your converted Substrate address (convert your EVM address here).Screenshot
Nominate transaction execution from an EVM wallet via this button failed.
Transaction on the EVM mainnet is hanging; encountered this error in the console.
Anything else?
No response
The text was updated successfully, but these errors were encountered: