Skip to content

Support nested dynamic arrays in ABI#356

Merged
q9f merged 1 commit intomainfrom
codex/fix-bug-#217-and-pass-pending-test
Aug 6, 2025
Merged

Support nested dynamic arrays in ABI#356
q9f merged 1 commit intomainfrom
codex/fix-bug-#217-and-pass-pending-test

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Aug 6, 2025

  • fix ABI encoder/decoder for nested dynamic arrays
  • enable previously skipped test for uint256[][] and string[]

fix #217

@q9f q9f added the codex Codex is a durable, decentralised data storage protocol label Aug 6, 2025 — with ChatGPT Codex Connector
@codecov
Copy link

codecov bot commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.58%. Comparing base (f0cd47f) to head (64631b9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #356      +/-   ##
==========================================
- Coverage   99.58%   99.58%   -0.01%     
==========================================
  Files          85       85              
  Lines        5971     5966       -5     
==========================================
- Hits         5946     5941       -5     
  Misses         25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@q9f q9f merged commit 8a3fdf0 into main Aug 6, 2025
8 checks passed
@q9f q9f deleted the codex/fix-bug-#217-and-pass-pending-test branch August 6, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex Codex is a durable, decentralised data storage protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eth/abi: decode/encode multi-dimensional arrays

1 participant