Skip to content

Commit

Permalink
Preparing for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 26, 2025
1 parent 524dc14 commit 305ab47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current
# 0.28

- Add: Google Cloud HSM hardware wallet support in `eth_defi.gcloud_hsm_wallet`
- Add Multicall3 support in `multicall_batcher` module
Expand Down
3 changes: 2 additions & 1 deletion eth_defi/confirmation.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,10 +904,11 @@ def wait_and_broadcast_multiple_nodes_mev_blocker(
poll_delay = datetime.timedelta(seconds=0.1)

logger.info(
"wait_and_broadcast_multiple_nodes_mev_blocker(): broadcasting %d transactions, anvil is %s, provider is %s",
"wait_and_broadcast_multiple_nodes_mev_blocker(): broadcasting %d transactions, anvil is %s, provider is %s, timeout is %s",
len(txs),
anviled,
transaction_provider,
max_timeout,
)

# Initial broadcast of txs
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.27"
version = "0.28"
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 305ab47

Please sign in to comment.