Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to execute unbond transaction on mainnet #3423

Open
GalaxiesCN opened this issue Oct 25, 2024 · 0 comments
Open

Unable to execute unbond transaction on mainnet #3423

GalaxiesCN opened this issue Oct 25, 2024 · 0 comments
Labels
bug Incorrect or unexpected behavior

Comments

@GalaxiesCN
Copy link

🐛 Bug Report

I hope this message finds you well. I am encountering an issue while attempting to perform an unbond operation on the Aleo mainnet via the command line. Here's the situation:

I executed the following command successfully:

snarkos developer execute  --private-key <withdraw address> --query https://api.explorer.provable.com/v1  credits.aleo unbond_public <address> 10000000000u64 --broadcast https://api.explorer.provable.com/v1/mainnet/transaction/broadcast

The node returned a transaction ID, and the command output indicated that the transaction was broadcast:

📦 Creating execution transaction for 'credits.aleo/unbond_public'...
✅ Created execution transaction for 'credits.aleo/unbond_public'
⌛ Execution at1m5pfu7dw3qm5m********************6pkk5e77gqswnpp5g
 ('credits.aleo/unbond_public') has been broadcast to https://api.explorer.provable.com/v1/mainnet/transaction/broadcast.
at1m5pfu7dw3qm5m********************6pkk5e77gqswnpp5g

However, I am unable to see this transaction on the network. It appears as though the transaction has not been propagated through the blockchain network. I am wondering if there was an issue with the transaction that caused it to be filtered out. I tried many times but still couldn't succeed. I started my client node in trace log mode but couldn't see any related error messages too.

For reference, I have executed the same unbond operation on the testnet without any issues.

Could you please advise if there is anything amiss or if there are any steps I should take to troubleshoot this further? Your assistance is greatly appreciated.

@GalaxiesCN GalaxiesCN added the bug Incorrect or unexpected behavior label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behavior
Projects
None yet
Development

No branches or pull requests

1 participant