ethcli 0.21.21

Comprehensive Ethereum CLI for logs, transactions, accounts, and contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
# Changelog

## [0.21.21]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.20...ethcli-v0.21.21 (2026-02-15)


### Bug Fixes

* **ethcli:** improve Kong price source reliability ([#31]https://github.com/yldfi/yldfi-rs/issues/31) ([4d8956a]https://github.com/yldfi/yldfi-rs/commit/4d8956a591e7d0e9a8bbe64dc4b7129c02195fdb)

## [0.21.20]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.19...ethcli-v0.21.20 (2026-02-14)


### Features

* **ethcli:** add Enso Finance as price source ([054e689]https://github.com/yldfi/yldfi-rs/commit/054e689b7caf177f747f6ba7f9bde4c3582affee)
* **ethcli:** add Enso Finance as price source in aggregator ([ff965d1]https://github.com/yldfi/yldfi-rs/commit/ff965d1d27423711e556e3d137936c7432239d4b)
* **ethcli:** add Kong vault-derived pricing source ([18ba09d]https://github.com/yldfi/yldfi-rs/commit/18ba09d8d9b504fbf234be75f9809816a24b9e4a)
* **ethcli:** add Kong vault-derived pricing source ([91a1eb4]https://github.com/yldfi/yldfi-rs/commit/91a1eb4fd5e6185c350d86c63807ff8ca7a85f3d)


### Bug Fixes

* address Copilot review feedback for merged PRs ([4bec07c]https://github.com/yldfi/yldfi-rs/commit/4bec07cc1974b1ecb841cad2455ebaf7dbb5cf30)
* address Copilot review feedback for merged PRs ([b497355]https://github.com/yldfi/yldfi-rs/commit/b4973555548a5d2dd7fbcd0cdfcdaa90cdd62a58)

## [0.21.19]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.18...ethcli-v0.21.19 (2026-02-14)


### Features

* add multi-chain support and chainlist.org integration ([48c3e09]https://github.com/yldfi/yldfi-rs/commit/48c3e0943105f6680e65ec5743362649165b0f52)


### Bug Fixes

* resolve clippy print_literal warnings in chainlist output ([937fee1]https://github.com/yldfi/yldfi-rs/commit/937fee13f0466cd831edfb56360629b9ddf4fe2f)

## [0.21.18]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.17...ethcli-v0.21.18 (2026-02-13)


### Features

* add 130+ CLI commands for Alchemy & Moralis, fix formatting ([b580a6e]https://github.com/yldfi/yldfi-rs/commit/b580a6edb67179787771d854bc44dcec5ddfc8c0)
* add 169 MCP tools, fix deserialization bugs across Moralis/CoinGecko/Curve ([92085a1]https://github.com/yldfi/yldfi-rs/commit/92085a1fa7639eb1e2d62f8a0f2a836af264a257)
* add medium-effort API coverage — Tenderly batch, Dune CRUD, CowSwap orders ([5cdcf89]https://github.com/yldfi/yldfi-rs/commit/5cdcf892aab53199aa061021bac41d963be593ce)
* **tenderly:** full VNet integration with Admin RPC and simulation ([dac43e2]https://github.com/yldfi/yldfi-rs/commit/dac43e202028861fcb80474bf3b807560b6722bd)
* **tenderly:** full VNet integration with Admin RPC and simulation ([bb6d849]https://github.com/yldfi/yldfi-rs/commit/bb6d84985bf33a126c71fbcc0176c9605b219a85)


### Bug Fixes

* use struct initializer syntax for Dune options (clippy::field_reassign_with_default) ([590551d]https://github.com/yldfi/yldfi-rs/commit/590551d37a6f3ced92086a78af9190952f509cc6)

## [0.21.17]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.16...ethcli-v0.21.17 (2026-02-04)


### Bug Fixes

* **crv:** update LendingVault struct to match Curve API response ([#19]https://github.com/yldfi/yldfi-rs/issues/19) ([38a0bac]https://github.com/yldfi/yldfi-rs/commit/38a0bac6bdcae0772db212d5eae550ec25a8ec94)

## [0.21.16]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.15...ethcli-v0.21.16 (2026-02-02)


### Features

* add 'upgrade' command, keep 'update' for checking only ([e40ee32]https://github.com/yldfi/yldfi-rs/commit/e40ee325fefab3cb3795c05276bf362ede2a5ce7)
* **ethcli:** add bytecode analysis and fix MCP bugs ([b74a17c]https://github.com/yldfi/yldfi-rs/commit/b74a17c2c0865fd335506f19fe4711a7c828ac4e)
* **ethcli:** add direct DEX aggregator CLI commands ([f7ead70]https://github.com/yldfi/yldfi-rs/commit/f7ead7094e9f9e2ebad9ef93010f5e5a14b2aa73)


### Bug Fixes

* **ethcli-mcp:** prevent data truncation in MCP tool outputs ([12da461]https://github.com/yldfi/yldfi-rs/commit/12da4612be2f9826971498a3c7a0c7a1c475e5f4)
* **ethcli:** improve block ID parsing, node-type validation, and archive warnings ([0eddac0]https://github.com/yldfi/yldfi-rs/commit/0eddac0bf6fceb86a7679b6db92696437aab41e7)
* **ethcli:** reduce false positives in bytecode security analysis ([2ca9421]https://github.com/yldfi/yldfi-rs/commit/2ca9421918fe27dbe32818834c3226138e539e31)
* **ethcli:** resolve clippy unnecessary_unwrap warning ([0b2934d]https://github.com/yldfi/yldfi-rs/commit/0b2934de93e308c9f3500ebd69381e852a74b862)
* resolve clippy warnings ([3dcea82]https://github.com/yldfi/yldfi-rs/commit/3dcea82e8af3dcfe0f077365b90098e88f16a75b)
* resolve clippy warnings and doc test failure ([09ce397]https://github.com/yldfi/yldfi-rs/commit/09ce39721be834c176ce28229765752d722249a9)
* resolve clippy warnings in tests ([3da0cb0]https://github.com/yldfi/yldfi-rs/commit/3da0cb07d2dd1ba2d5febde875252dcab7efcf46)
* resolve clippy warnings in tx analyzer ([cd283d2]https://github.com/yldfi/yldfi-rs/commit/cd283d2446b7e9c670357e1af14e5ec6ea20dfaf)
* update Enso API client for new endpoints ([1c631e9]https://github.com/yldfi/yldfi-rs/commit/1c631e9eacc6d43813cd5d8160f37a0eb27706f1)

## [0.21.15]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.14...ethcli-v0.21.15 (2026-02-02)


### Bug Fixes

* resolve clippy warnings in tests ([3da0cb0]https://github.com/yldfi/yldfi-rs/commit/3da0cb07d2dd1ba2d5febde875252dcab7efcf46)

## [0.21.14]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.13...ethcli-v0.21.14 (2026-01-30)


### Bug Fixes

* **ethcli:** reduce false positives in bytecode security analysis ([2ca9421]https://github.com/yldfi/yldfi-rs/commit/2ca9421918fe27dbe32818834c3226138e539e31)

## [0.21.13]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.12...ethcli-v0.21.13 (2026-01-30)


### Features

* add 'upgrade' command, keep 'update' for checking only ([e40ee32]https://github.com/yldfi/yldfi-rs/commit/e40ee325fefab3cb3795c05276bf362ede2a5ce7)
* **ethcli:** add bytecode analysis and fix MCP bugs ([b74a17c]https://github.com/yldfi/yldfi-rs/commit/b74a17c2c0865fd335506f19fe4711a7c828ac4e)


### Bug Fixes

* resolve clippy warnings ([3dcea82]https://github.com/yldfi/yldfi-rs/commit/3dcea82e8af3dcfe0f077365b90098e88f16a75b)

## [0.21.12]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.11...ethcli-v0.21.12 (2026-01-30)


### Bug Fixes

* update Enso API client for new endpoints ([1c631e9]https://github.com/yldfi/yldfi-rs/commit/1c631e9eacc6d43813cd5d8160f37a0eb27706f1)

## [0.21.11]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.10...ethcli-v0.21.11 (2026-01-29)


### Bug Fixes

* **ethcli-mcp:** prevent data truncation in MCP tool outputs ([12da461]https://github.com/yldfi/yldfi-rs/commit/12da4612be2f9826971498a3c7a0c7a1c475e5f4)
* resolve clippy warnings in tx analyzer ([cd283d2]https://github.com/yldfi/yldfi-rs/commit/cd283d2446b7e9c670357e1af14e5ec6ea20dfaf)

## [0.21.10]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.9...ethcli-v0.21.10 (2026-01-28)


### Features

* **ethcli:** add direct DEX aggregator CLI commands ([f7ead70]https://github.com/yldfi/yldfi-rs/commit/f7ead7094e9f9e2ebad9ef93010f5e5a14b2aa73)


### Bug Fixes

* resolve clippy warnings and doc test failure ([09ce397]https://github.com/yldfi/yldfi-rs/commit/09ce39721be834c176ce28229765752d722249a9)

## [0.21.9]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.8...ethcli-v0.21.9 (2026-01-27)


### Features

* **gplus:** add GoPlus Security API client crate ([e7d8505]https://github.com/yldfi/yldfi-rs/commit/e7d85053f49d3988affb68d8e6adbc94762e89f6)
* **sldt:** add Solodit vulnerability database client ([0593418]https://github.com/yldfi/yldfi-rs/commit/05934189ea2cce326caf7887d58669e883e641ca)

## [0.21.8]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.7...ethcli-v0.21.8 (2026-01-26)


### Features

* add ykong (Yearn Kong) and unswp improvements ([f065b43]https://github.com/yldfi/yldfi-rs/commit/f065b4313245716d0671df278441bc05f048f872)
* **ethcli:** add Uniswap V2/V3/V4 support and refactor API clients ([46df1e0]https://github.com/yldfi/yldfi-rs/commit/46df1e0b7bdf733f504b00931cd310ec429cc0c7)


### Bug Fixes

* address 14 issues from multi-agent code review ([d1e8de0]https://github.com/yldfi/yldfi-rs/commit/d1e8de0428b0380572cd01ffd1053649bc94840f)
* address 44 issues from multi-agent code review ([5812bae]https://github.com/yldfi/yldfi-rs/commit/5812baea74461394a0f8a68ec490987b1cda168d)
* address 8 issues from follow-up code review ([97a3f18]https://github.com/yldfi/yldfi-rs/commit/97a3f18b7e6b17e2984949d3daa968adf225e027)
* address 9 issues from fresh code review ([ee275fe]https://github.com/yldfi/yldfi-rs/commit/ee275fe54a46e5b93ec1aae91a8afef38fe2c967)
* **ethcli:** address 16 issues from multi-agent code review ([09f50be]https://github.com/yldfi/yldfi-rs/commit/09f50be38184ce4b0f35302da49965d66910c3b3)


### Performance Improvements

* **ethcli:** optimize HTTP client pooling and reduce allocations ([6f7886e]https://github.com/yldfi/yldfi-rs/commit/6f7886ea89f013398099e824fc5576985e675eaa)

## [0.21.7]https://github.com/yldfi/yldfi-rs/compare/ethcli-v0.21.6...ethcli-v0.21.7 (2026-01-23)


### Features

* **ethcli:** add SecretString for API key protection and chainlink/pyth modules ([58ee636]https://github.com/yldfi/yldfi-rs/commit/58ee63625b76a83d55a8f27611f2f62c2e00e241)
* implement review agent recommendations ([f8c9f42]https://github.com/yldfi/yldfi-rs/commit/f8c9f42813785c96a8bd5f694bbcf56fb6c16b49)


### Bug Fixes

* handle uint80 round IDs in Chainlink price feeds ([28c391e]https://github.com/yldfi/yldfi-rs/commit/28c391e7466c78a6f303b6d64fca8b55c84085aa)
* resolve clippy warnings in chainlink.rs ([3be41f5]https://github.com/yldfi/yldfi-rs/commit/3be41f54f3f4aed154c73e980c568e10a8051baf)

## [0.21.2]https://github.com/yldfi/ethcli/compare/v0.21.1...v0.21.2 (2026-01-13)


### Bug Fixes

* **tenderly:** update tndrly to 0.3.2 and fix contracts add ([e4ae597]https://github.com/yldfi/ethcli/commit/e4ae597a2c64e15bcf25eeb8a8326c46e6e0b48c)

## [0.21.1]https://github.com/yldfi/ethcli/compare/v0.21.0...v0.21.1 (2026-01-12)


### Bug Fixes

* **tenderly:** update for tndrly 0.3.1 API changes ([181984a]https://github.com/yldfi/ethcli/commit/181984adef32521ba6bc028b1a8dfbb3ad8dde62)

## [0.21.0]https://github.com/yldfi/ethcli/compare/v0.20.1...v0.21.0 (2026-01-12)


### Features

* **tenderly:** add admin RPC and delivery channels ([f5e16e3]https://github.com/yldfi/ethcli/commit/f5e16e31772698e86a4093e9955bebb529ec5ab5)

## [0.20.0]https://github.com/yldfi/ethcli/compare/v0.19.0...v0.20.0 (2026-01-12)


### Features

* add full Tenderly API support ([a2e5779]https://github.com/yldfi/ethcli/commit/a2e5779ee93b0a69d8323d0cc84f3c9bab8d2861)
* add state overrides for debug/trace backends and tndrly 0.2 params ([2e52910]https://github.com/yldfi/ethcli/commit/2e529109954c042659e1c53db467f92b52a31fc3)


### Bug Fixes

* add abi alias to contract abi command ([268c2e2]https://github.com/yldfi/ethcli/commit/268c2e2c8e8d471d0efe1af72c286d4ade50cfcb)

## [0.19.0]https://github.com/yldfi/ethcli/compare/v0.18.0...v0.19.0 (2026-01-10)


### Features

* add negative caching for signature lookups (24h TTL) ([9cfd108]https://github.com/yldfi/ethcli/commit/9cfd108)
* add OutputFormat enum with clap ValueEnum derive ([9cfd108]https://github.com/yldfi/ethcli/commit/9cfd108)
* add command aliases: bal, src, info, abi ([9cfd108]https://github.com/yldfi/ethcli/commit/9cfd108)


### Security

* set 0600 permissions on config, addressbook, and cache files ([9cfd108]https://github.com/yldfi/ethcli/commit/9cfd108)

## [0.18.0]https://github.com/yldfi/ethcli/compare/v0.17.0...v0.18.0 (2026-01-10)


### Features

* enhance token balance with multiple holders and ETH support ([23cff93]https://github.com/yldfi/ethcli/commit/23cff93276f4428fb563639641f62bbf13798ecd)
* support multiple tokens in token balance command ([499060b]https://github.com/yldfi/ethcli/commit/499060b76fa46eaa1d4b6d36aae46e41f8b87fd7)

## [0.17.0]https://github.com/yldfi/ethcli/compare/v0.16.0...v0.17.0 (2026-01-10)


### Features

* add --tag option to token balance command ([85ca095]https://github.com/yldfi/ethcli/commit/85ca095c3767cc2f02d7ed185127beac95b3fcd8)

## [0.16.0]https://github.com/yldfi/ethcli/compare/v0.15.0...v0.16.0 (2026-01-10)


### Features

* implement token balance command ([0f54a2a]https://github.com/yldfi/ethcli/commit/0f54a2afa94cf84f38fbc06649022155e8903e33)

## [0.15.0]https://github.com/yldfi/ethcli/compare/v0.14.1...v0.15.0 (2026-01-10)


### Features

* resolve address labels in simulate commands ([bd7da93]https://github.com/yldfi/ethcli/commit/bd7da932f3370da64b312ad26316f1de22e890bf)

## [0.14.1]https://github.com/yldfi/ethcli/compare/v0.14.0...v0.14.1 (2026-01-10)


### Bug Fixes

* filter debug/trace endpoints by chain ([6e7e99e]https://github.com/yldfi/ethcli/commit/6e7e99e9d6bfade96635afe68a54f77284e27c08)

## [0.14.0]https://github.com/yldfi/ethcli/compare/v0.13.0...v0.14.0 (2026-01-10)


### Features

* add --dry-run flag to simulate commands ([6535b32]https://github.com/yldfi/ethcli/commit/6535b326eb68438dbf4b6eaa6c57492149e0216f)
* expand dry-run formats and add --show-secrets flag ([0ff9cc8]https://github.com/yldfi/ethcli/commit/0ff9cc856653c2c79a52730462ed78c1e73612f3)

## [0.2.0]https://github.com/yldfi/ethcli/compare/v0.1.0...v0.2.0 (2026-01-10)


### Features

* add --since option and fix tuple[] ABI parsing ([2bf15e6]https://github.com/yldfi/ethcli/commit/2bf15e6c7f8e509b4e80effcea66e2c656667996)
* add address book, Multicall3 batching, and smart endpoint selection ([ec8c31c]https://github.com/yldfi/ethcli/commit/ec8c31cec1283b4e7e33c95fab9872f21086e594)
* add cast, rpc, and ens commands ([4da02b2]https://github.com/yldfi/ethcli/commit/4da02b243d6e831c2f70cbb9ebc3cf1d4a382b34)
* add comprehensive Etherscan API commands via foundry-block-explorers ([c07c803]https://github.com/yldfi/ethcli/commit/c07c80384d93d6f6eb26c9212f260641cf8e2d22)
* add multiple events, auto from_block, and topic hash support ([2685628]https://github.com/yldfi/ethcli/commit/2685628afe7c561e4af1690138e3d23d5ad08b82)
* add proxy detection, human-readable output, and explorer links ([ae4093d]https://github.com/yldfi/ethcli/commit/ae4093de70b0602aec60177aa783d62f277a27bd)
* add release-please for automated versioning ([c085cff]https://github.com/yldfi/ethcli/commit/c085cff513972e04c87be254543a2a99db2d862b)
* add tx command for transaction analysis with hybrid signature caching ([e4514a1]https://github.com/yldfi/ethcli/commit/e4514a1e25863d1ad08553db0755b8ecf93ce802)
* **contract:** add contract call with auto-ABI fetch ([a4d91e3]https://github.com/yldfi/ethcli/commit/a4d91e392f0fb84bffd6e898f5c2825feb5be408)
* improve CLI usability with ENS resolution, signature prioritization, and output ordering ([99dd5d0]https://github.com/yldfi/ethcli/commit/99dd5d0a12b4210c63ed4e1bae5ea0fa40b358c6)
* **logs:** add --timestamps flag to include block timestamps ([ae39749]https://github.com/yldfi/ethcli/commit/ae39749bab569f02f1145961d7c6d4338261a220)
* **rpc:** add signature support to rpc call command ([c576a68]https://github.com/yldfi/ethcli/commit/c576a6840b35c942f8422e1b08ae08c522232fc9)
* unified RPC endpoint management with auto-optimization ([28b1a56]https://github.com/yldfi/ethcli/commit/28b1a56de86af252d5754e66b121be617bdfe7a0)


### Bug Fixes

* add filename length limit and Windows reserved name check ([837cdbc]https://github.com/yldfi/ethcli/commit/837cdbce48aec57f50dc6e5d5ee56ba6cfc0b4af)
* address critical issues from second code review ([d41f0db]https://github.com/yldfi/ethcli/commit/d41f0db649dd1ae460c454fb9a14738050e97b83)
* address security and performance issues from code review ([74baef7]https://github.com/yldfi/ethcli/commit/74baef78e5cb0a55eccad1ed36b257aa49f804ba)
* address security and robustness issues from code review ([853ee84]https://github.com/yldfi/ethcli/commit/853ee848799c4705dd04df48cb526be6daa64907)
* case-insensitive event name matching ([5d860cb]https://github.com/yldfi/ethcli/commit/5d860cb196dc357199a5cb76d0c8861c0c6ba306)
* event filter in raw mode and add event name lookup ([1e7ee9e]https://github.com/yldfi/ethcli/commit/1e7ee9e2397e67ae141e17e44e8fcbe97913cf2a)
* read etherscan_api_key from config file for all commands ([acf568f]https://github.com/yldfi/ethcli/commit/acf568fce1f9abe67b8b955d9d920b3f7c481316)
* release workflow packages ethcli binary instead of eth-log-fetch ([d55f9d8]https://github.com/yldfi/ethcli/commit/d55f9d8f54481587e31685d10c68875abf7cd4e5)
* remove trailing_var_arg to fix CLI flag parsing in simulate ([35ca014]https://github.com/yldfi/ethcli/commit/35ca014606b24d5f92492774c6244232005c7743)
* resolve clippy and formatting issues ([4e5441d]https://github.com/yldfi/ethcli/commit/4e5441d5b28302517da52df1d59e516c18e45e8c)
* security hardening from multi-round AI code reviews ([11dac38]https://github.com/yldfi/ethcli/commit/11dac38c0f2e8d7582fe68ff23b7421295521017)
* try multiple RPC endpoints when tx/receipt not found ([f69e677]https://github.com/yldfi/ethcli/commit/f69e67717b14597126efd6b3c5031cae5c782c54)
* update release workflow to use ethcli binary name ([8d1d5e4]https://github.com/yldfi/ethcli/commit/8d1d5e45805cbe2352bf5e6a3161834779c79da7)
* update to connect_http for alloy 1.2 compatibility ([9b28877]https://github.com/yldfi/ethcli/commit/9b288779ed49108d6ab5c2725bc673126b8c40b2)
* use ASCII-only chars in filename sanitization ([aa13b3f]https://github.com/yldfi/ethcli/commit/aa13b3f244df23dc9a4e9f8228799aa8b128d83b)


### Performance Improvements

* parallelize transaction and receipt fetching ([ea2cbed]https://github.com/yldfi/ethcli/commit/ea2cbed01d9655242e3c36d567a85762dc87b237)

## [0.12.0]https://github.com/yldfi/ethcli/compare/v0.11.1...v0.12.0 (2025-12-30)


### Features

* add --since option and fix tuple[] ABI parsing ([c3ba737]https://github.com/yldfi/ethcli/commit/c3ba7374240b07ff1be6ec4b8e4adc33e23f0b10)

## [0.11.1]https://github.com/yldfi/ethcli/compare/v0.11.0...v0.11.1 (2025-12-30)


### Bug Fixes

* read etherscan_api_key from config file for all commands ([876ad37]https://github.com/yldfi/ethcli/commit/876ad371fda7337807f49c79743ce0d3cc64460b)
* resolve clippy and formatting issues ([baf938b]https://github.com/yldfi/ethcli/commit/baf938ba98a7505b8c358b51b2e5cca6462468be)

## [0.11.0]https://github.com/yldfi/ethcli/compare/v0.10.0...v0.11.0 (2025-12-26)


### Features

* add address book, Multicall3 batching, and smart endpoint selection ([fc7d8c0]https://github.com/yldfi/ethcli/commit/fc7d8c0f448b967979eb0d4866d8d98c50558f0f)


### Performance Improvements

* parallelize transaction and receipt fetching ([ccf9e19]https://github.com/yldfi/ethcli/commit/ccf9e19912bea2da0f0dd515ef4e497ba55574d8)

## [0.10.0]https://github.com/yldfi/ethcli/compare/v0.9.0...v0.10.0 (2025-12-25)


### Features

* improve CLI usability with ENS resolution, signature prioritization, and output ordering ([7040982]https://github.com/yldfi/ethcli/commit/704098231f0f56f75fb75db4e9352751cc60baee)

## [0.9.0]https://github.com/yldfi/ethcli/compare/v0.8.0...v0.9.0 (2025-12-24)


### Features

* add proxy detection, human-readable output, and explorer links ([7511fc9]https://github.com/yldfi/ethcli/commit/7511fc964301a015e844175703b515c39f63b540)

## [0.8.0]https://github.com/yldfi/ethcli/compare/v0.7.0...v0.8.0 (2025-12-24)


### Features

* **contract:** add contract call with auto-ABI fetch ([75ce4cb]https://github.com/yldfi/ethcli/commit/75ce4cb8db61643cb5805b09c083f31862df2dbd)
* **logs:** add --timestamps flag to include block timestamps ([a371faa]https://github.com/yldfi/ethcli/commit/a371faa7a5dc14b2481fd90c1e0a4791c17a98fe)


### Bug Fixes

* add filename length limit and Windows reserved name check ([e84c3d8]https://github.com/yldfi/ethcli/commit/e84c3d8cf892119508789bd416a4c3d8444a12ea)
* address critical issues from second code review ([0559ffd]https://github.com/yldfi/ethcli/commit/0559ffd0197eacb07f9b094f067edde072bf93f0)
* address security and performance issues from code review ([5feb14e]https://github.com/yldfi/ethcli/commit/5feb14ee6491d6a00b595e3ff71ed40d2e4bb93e)
* use ASCII-only chars in filename sanitization ([80405a8]https://github.com/yldfi/ethcli/commit/80405a81bbea09552c2e0b4b7e59340f41bdf748)

## [0.7.0]https://github.com/yldfi/ethcli/compare/v0.6.0...v0.7.0 (2025-12-24)


### Features

* **rpc:** add signature support to rpc call command ([bd43d24]https://github.com/yldfi/ethcli/commit/bd43d241d82e0430ce291df4e84818e1c1e66564)

## [0.6.0]https://github.com/yldfi/ethcli/compare/v0.5.1...v0.6.0 (2025-12-24)


### Features

* unified RPC endpoint management with auto-optimization ([4d71d0b]https://github.com/yldfi/ethcli/commit/4d71d0bc29fe8fdb646eaba531e1fea74bd6db93)

## [0.5.1]https://github.com/yldfi/ethcli/compare/v0.5.0...v0.5.1 (2025-12-23)


### Bug Fixes

* release workflow packages ethcli binary instead of eth-log-fetch ([e70c62a]https://github.com/yldfi/ethcli/commit/e70c62afd6524d04819862f37b2ed872665b5c02)

## [0.5.0]https://github.com/yldfi/ethcli/compare/v0.4.0...v0.5.0 (2025-12-23)


### Features

* add cast, rpc, and ens commands ([6d6a784]https://github.com/yldfi/ethcli/commit/6d6a784625a1ba688df0ad9879721917e2b608b3)


### Bug Fixes

* update release workflow to use ethcli binary name ([0e25f1b]https://github.com/yldfi/ethcli/commit/0e25f1ba4dd74b6165ed7e46bba4de075fe7ed75)

## [0.4.0]https://github.com/michaeldim/eth-log-fetcher/compare/v0.3.2...v0.4.0 (2025-12-23)


### Features

* add comprehensive Etherscan API commands via foundry-block-explorers ([df9ad06]https://github.com/michaeldim/eth-log-fetcher/commit/df9ad06b202acf001ae01f8f82ba9475660d7973)


### Bug Fixes

* update to connect_http for alloy 1.2 compatibility ([6bd1d7e]https://github.com/michaeldim/eth-log-fetcher/commit/6bd1d7eb5be3fdf9f43f63dce529c25cc7f15c2b)

## [0.2.0]https://github.com/michaeldim/eth-log-fetcher/compare/v0.1.0...v0.2.0 (2025-12-19)


### Features

* add release-please for automated versioning ([c085cff]https://github.com/michaeldim/eth-log-fetcher/commit/c085cff513972e04c87be254543a2a99db2d862b)


### Bug Fixes

* security hardening from multi-round AI code reviews ([11dac38]https://github.com/michaeldim/eth-log-fetcher/commit/11dac38c0f2e8d7582fe68ff23b7421295521017)