Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python/x402/changelog.d/multicall-unit-tests.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add 32 unit tests for `mechanisms/evm/multicall.py` covering `MULTICALL3_ADDRESS`/`MULTICALL3_TRY_AGGREGATE_ABI`, `encode_contract_call` (selector + ABI-encoded args, tuple canonicalization, missing/non-function entries), and `multicall` (typed and raw call paths, mixed ordering, decode failure, revert, length mismatch, normalization of dict / object / tuple / string-hex `returnData`, and rejection of malformed responses) — the largest EVM mechanism source file without a dedicated unit test module.
Loading
Loading