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

Light client hangs when calling light server via json-rpc #20387

Closed
adamschmideg opened this issue Nov 25, 2019 · 1 comment
Closed

Light client hangs when calling light server via json-rpc #20387

adamschmideg opened this issue Nov 25, 2019 · 1 comment
Labels

Comments

@adamschmideg
Copy link
Contributor

Here is what I do. I run three terminals

  1. geth --goerli --datadir foo --lightserv 100 --rpc -rpcapi personal,eth,net,web3b,les
  2. geth --syncmode "light" --rpc --datadir bar --port 30304 --rpcport 8546 --goerli console
  3. geth --datadir foo attach

In the 2nd terminal I run admin.nodeInfo.id to get the nodeID
In the 3rd terminal I execute

les.addBalance(<nodeID>, 100000, "whatever")
les.clientInfo([<nodeID>])

The client in the 3rd terminal hangs. I can't see any error message in the first terminal.

@rjl493456442
Copy link
Member

Fixed by #20395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants