-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Description
System information
Geth version: 1.10.1 from ubuntu repos
OS & Version: Ubuntu linux 20.04.1
Expected behaviour
web3 that works and is inline with current documentation
Actual behaviour
web3 that does not work and is not in line with current documentation
Steps to reproduce the behaviour
web3.version = 0.20.1
current = 1.3.4
It would be one thing to just completely drop web3 and say geth doesn't support it (which would be insane) but it's another to claim support "we support all functionality of web3. Click here to view modern web3 docs that look nothing like what we actually support." and then not offer it. It took me hours to figure out why I couldn't get anything to work.
(Side issue: can't connect to ws or http or ipc and spent all day trying. Internally, from another computer, ports, firewalls, tried to sideload web3, etc. I finally gave up, loaded web3 into node console, started using an Infura endpoint and gave up on geth entirely.)