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

Transactions fail consistently with default RPC #356

Open
jthiller opened this issue Apr 20, 2024 · 1 comment
Open

Transactions fail consistently with default RPC #356

jthiller opened this issue Apr 20, 2024 · 1 comment

Comments

@jthiller
Copy link
Contributor

When delegating DC to an IoT OUI, the command fails consistently :

foo@bar:~$ helium-wallet dc delegate iot <payer> <dc> --commit
Wallet Password: [hidden]
Error: unable to confirm transaction. This can happen in situations such as transaction expiration and insufficient fee-payer funds

Caused by:
    unable to confirm transaction. This can happen in situations such as transaction expiration and insufficient fee-payer funds

However, when declaring an alternate RPC url, the command succeeds on first try.

foo@bar:~$ helium-wallet --url https://api.mainnet-beta.solana.com dc delegate iot <payer> <dc> --commit
Wallet Password: [hidden]
{
  "result": "ok",
  "txid": "..."
}

My hypothesis would be that priority fees or RPC congestion are the issue, but the quick successes I've seen with the Solana Foundation public RPC feels like it would rule out both.

@madninja
Copy link
Member

Hmmm the default URL is the foundation one. What’s different about it?

@helium helium deleted a comment from Saeid2210 Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants