Skip to content

Releases: XiaoHuiHui233/ETHHelper

0.4.3: Fixed a bug of get_height_after_ts may cause block not found due to t…

26 May 11:30
132323e
Compare
Choose a tag to compare

0.4.2: Fixed a bug of ``step`` parameter, may cause death loop in ``GethGrap…

16 May 16:38
41846e4
Compare
Choose a tag to compare
…hQL``

Optimized logic of recursion call of ``GethGraphQL``

0.4.1: Fixed a bug of ``step`` parameter, may cause death loop

16 May 15:58
b3cfc59
Compare
Choose a tag to compare
Optimized logic of recursion call of ``GethCustomHttp``
Made ``GethGraphQLError`` exported due to be forgot by last commit

0.4.0: Added ``GethGraphQL`` to provide lighter and faster information acqui…

16 May 10:10
5b7d6c1
Compare
Choose a tag to compare
…sition capabilities.

Added ``GethGraphQL.get_block_ts_by_number`` to provide the ability to quickly query a block timestamp
Added ``GethGraphQL.get_blocks_ts_by_numbers`` to provide the ability to quickly query the timestamps of continuous blocks
Renamed ``GethCustomHttp.get_blocks_by_numbers`` to ``get_blocks_by_numbers_range`` for continuous block fetching
Added new ``GethCustomHttp.get_blocks_by_numbers`` for non-continuous block fetching by a list of block numbers
Added ``step`` parameter for ``GethCustomHttp.get_blocks_by_numbers`` and ``GethCustomHttp.get_blocks_by_numbers_range`` for custom request size
Updated ``web3`` to 6.4.0
Fixed some code-style issues

0.3.6: Updated ``orjson`` to 3.8.12

09 May 05:08
5e69495
Compare
Choose a tag to compare
Updated ``web3`` to 6.3.0
Added ``sphinx`` dependency

0.3.5

24 Apr 04:24
779539c
Compare
Choose a tag to compare
Fixed typo in Release Notes

0.3.4

24 Apr 04:09
3934876
Compare
Choose a tag to compare
Fixed typo in README

0.3.3: Added Build Status to README

24 Apr 04:03
caabc14
Compare
Choose a tag to compare
Added Python Version to README
Added Wheel Status to README
Added Latest Version to README

0.3.2: Added auto publish to github workflow

24 Apr 03:45
792c1e0
Compare
Choose a tag to compare

0.3.0: Added full read-the-docs style documentation

23 Apr 08:53
edca820
Compare
Choose a tag to compare
Fixed typo ``ethhelper.connnectors`` to ``ethhelper.connectors``