Asynchronous Geth node connection encapsulation based on httpx, websockets and web3.py. Geth node and Ethereum type extension based on pydantic.
Stars
19
Forks
0
Watchers
19
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
32
commits
Fixed a bug of get_height_after_ts may cause block not found due to the given timestamp is after the latest block
132323eView on GitHubFixed a bug of ``step`` parameter, may cause death loop in ``GethGraphQL``
41846e4View on GitHubFixed a bug of ``step`` parameter, may cause death loop
b3cfc59View on GitHubAdded ``GethGraphQL`` to provide lighter and faster information acquisition capabilities.
5b7d6c1View on GitHubUsed timestamp instead of datetime for time calculation
f54896eView on GitHubFixed the bug that topics in FilterParams provided to web3 use hex str instead of bytes
53203b7View on GitHub