Skip to content

Fix tuple output decoding for contract calls#353

Merged
q9f merged 4 commits intomainfrom
codex/fix-bug-#273-and-pass-pending-test
Aug 6, 2025
Merged

Fix tuple output decoding for contract calls#353
q9f merged 4 commits intomainfrom
codex/fix-bug-#273-and-pass-pending-test

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Aug 6, 2025

  • parse ABI component info for function outputs
  • decode call results using parsed output types
  • enable Client tuple result spec

fix #273

@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 (2fabcca) to head (3c8e108).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #353      +/-   ##
==========================================
+ Coverage   98.67%   99.58%   +0.90%     
==========================================
  Files          85       85              
  Lines        5874     5976     +102     
==========================================
+ Hits         5796     5951     +155     
+ Misses         78       25      -53     

☔ 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 89a351a into main Aug 6, 2025
8 checks passed
@q9f q9f deleted the codex/fix-bug-#273-and-pass-pending-test branch August 6, 2025 11:03
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.

calling methods with "tuple" type return gives error

1 participant