Skip to content

abi: decode transaction input#354

Merged
q9f merged 4 commits intomainfrom
codex/implement-feature-#274-for-decoding-input
Aug 6, 2025
Merged

abi: decode transaction input#354
q9f merged 4 commits intomainfrom
codex/implement-feature-#274-for-decoding-input

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Aug 6, 2025

  • expose Abi::Function.decode to recover function calls from transaction input data
  • document transaction input decoding in changelog
  • cover function input decoding with spec

fix #274

@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 (999dc84).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #354   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          85       87    +2     
  Lines        5971     6042   +71     
=======================================
+ Hits         5946     6017   +71     
  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 0fb08ee into main Aug 6, 2025
8 checks passed
@q9f q9f deleted the codex/implement-feature-#274-for-decoding-input branch August 6, 2025 11:19
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.

Decode transaction input

1 participant