summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-web3_6.11.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-web3: upgrade 6.11.2 -> 6.11.3Wang Mingyu2023-11-171-0/+22
Changelog: ============ -When coming back through the middleware onion after a request is made, we have the response id. Use it to match to the cached request information and process the response accordingly. -Adds Discord bot template repo to Resources page -Additional contract abi documentation to make it a clear requirement for contract instances. -Fix type annotations for web3 constants. -Add upper pin to deprecated dependency lru-dict whose new minor version release introduced a typing issue with CI lint builds. -Recompile test contracts with new Solidity version v0.8.23 to ensure compatibility. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>