Commit graph

6 commits

Author SHA1 Message Date
cary
c6cbb984a3 fix: multiple bug fixes and safety improvements
- call.go: safe type assertion in UnpackResult() to prevent panic
- call.go: warn when ABI returns more values than struct fields
- caller.go: use len() check instead of nil check for variadic multicallAddr
- caller.go: return allCalls (partial results) on CallChunked error
- caller_test.go: strip 4-byte method selector from stub return data

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-18 16:32:52 +08:00
0xcary
c06f5fda53 update 2024-12-24 20:13:09 +08:00
Caner Çıdam
44b77b522a add cooldown to chunked calls 2023-07-01 17:43:06 +02:00
Caner Çıdam
1436386c67 fix chunking 2023-06-09 21:53:54 +03:00
Caner Çıdam
15e8bbc6b0 chunk calls 2023-06-09 19:10:35 +03:00
Caner Çıdam
b7f5bea328 first commit 2023-04-24 15:27:26 +03:00