diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1102a2..239c6e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ +# 0.25.5 + +- Handle HTTP 410 retryable, as returned by dRPC +- # 0.25.4 - Make it possible to deploy in-house contracts without installing Enzyme toolchain: node.js, hardhat and node-gyp were un-co-operative. Instead, now we just flatten out Enzyme sol files and store them in the source tree as copies. - Improved error messages for `GuardV0` -- Handle HTTP 520 retryable, as returned by Alchemy JSON-RPC -- Handle HTTP 410 retryable, as returned by dRPC -- +- Handle HTTP 520 retryable, as returned by Alchemy JSON-RPC + # 0.25.3 - Improve graphql support check in `has_graphql_support()` diff --git a/pyproject.toml b/pyproject.toml index 714be46e..ae4cb1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.25.4" +version = "0.25.5" description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains" authors = ["Mikko Ohtamaa "] license = "MIT"