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

Network issues with Goerli Testnet #573

Open
Toporin opened this issue Feb 7, 2022 · 2 comments
Open

Network issues with Goerli Testnet #573

Toporin opened this issue Feb 7, 2022 · 2 comments

Comments

@Toporin
Copy link

Toporin commented Feb 7, 2022

Using the latest release downloaded from Google Play today (v0.50.1) on Android 10 (Redmi Note 9).

On the Goerli Network, Walleth does not seem to be able to fetch balance and gas fees.
On the mainnet, it seems to work correctly.
I provided some print screens for illustration.
Screenshot_2022-02-07-20-41-21-790_org walleth
Screenshot_2022-02-07-20-41-03-638_org walleth
Screenshot_2022-02-07-20-47-52-167_org walleth

I tried to debug a little further and here are a bit more info:

  • In CreateTransactionActivity.kt: in estimateGasLimit(), rpc?.estimateGas(createTransaction().copy(gasLimit = null)) appears to throw a null exception, hence the error message that gas limit cannot be estimated.

  • In CreateTransactionActivity.kt: in onFabClick() , currentBalanceSafely() returns 0 or incorrect value, hence balance cannot be shown.

I already used Walleth previously, and it worked fine a few weeks ago.

@ligi
Copy link
Member

ligi commented Mar 4, 2022

Thanks for the report! Some RPCs where discontinued: ethereum-lists/chains@150d817

wonder if this is the reason - can you switch "debug RPC" on to see which one is used and what the error on the transport is?

@Toporin
Copy link
Author

Toporin commented Mar 14, 2022

Sorry I have been busy with other things.
I will try asap, hopefully this week!

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

3 participants
@ligi @Toporin and others