summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-web3_6.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-web3: upgrade 6.7.0 -> 6.8.0Wang Mingyu2023-08-161-0/+22
Changelog: =========== Bugfixes ---------- Fix the type for the optional param asking for "full transactions" when subscribing to newPendingTransactions via eth_subscribe to bool. (#3067) Improved Documentation ----------------------- Change docs to reflect AsyncHTTPProvider does accept ENS names now (#3070) Features ----------- Return structured JSON-RPC errors for missing or unimplemented eth-tester methods. (#3061) ENS name-to-address support for eth_subscribe. (#3066) Asynchronous iterator support for AsyncWeb3 with WebsocketProviderV2 using async for syntax. (#3067) Internal Changes - for web3.py Contributors -------------------------------------------- Minor fixes to type hinting in the core tests setup fixtures. (#3069) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>