- Add test coverage for `extract_timestamps_json_rpc_lazy` - Expose API call counter in `LazyTimestampContainer`
0.21.7
- Add `block_identifier` parameteter to `estimate_buy_received_amount() / estimate_sell_received_amount()`, so we can ask historical prices and also track the price information per block - Fix `0x` hash prefix missing in `LazyTimestampContainer` - looks like live RPC nodes where returning JSON-RPC responses differently formatted
0.21.6
- Add `HotWallet.sign_bound_call_with_new_nonce`
0.21.5
- Create `extract_timestamps_json_rpc_lazy` that instead of reading block timestamps upfront for the given range, only calls JSON-RPC API when requested. It works on the cases where sparse event data is read over long block range and it is likely only few timestamps need to be fetched in this range.
0.21.4
- Added `eth_defi.enzyme.erc_20` helpers
0.21.3
- Fix error message `fetch_transaction_revert_reason()` crashing. Also made the error message prettier and more helpful.