Skip to content

Commit

Permalink
Release. Remove ipdb statememnt.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 24, 2023
1 parent 3170414 commit 9617efb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.22.27

- More retryable JSON-RPC errors whitelisted. Now `{'code': -32005, 'message': 'limit exceeded'}`.

# 0.22.26

- Add `eth_defi.confirmation.check_nonce_mismatch` to verify our signed transactions
Expand Down
4 changes: 0 additions & 4 deletions eth_defi/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ def install_api_call_counter_middleware_on_provider(provider: JSONBaseProvider)
api_counter = Counter()

def factory(make_request: Callable[[RPCEndpoint, Any], Any], web3: "Web3"):
import ipdb

ipdb.set_trace()

def middleware(method: RPCEndpoint, params: Any) -> Optional[RPCResponse]:
api_counter[method] += 1
api_counter["total"] += 1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "web3-ethereum-defi"
version = "0.22.25"
version = "0.22.27"
description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains"
authors = ["Mikko Ohtamaa <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9617efb

Please sign in to comment.