Skip to content

fix: Correct FullMultiply signatures and tracker argument decoding#274

Open
metalurgical wants to merge 1 commit intoBlockstreamResearch:masterfrom
metalurgical:fix_173
Open

fix: Correct FullMultiply signatures and tracker argument decoding#274
metalurgical wants to merge 1 commit intoBlockstreamResearch:masterfrom
metalurgical:fix_173

Conversation

@metalurgical
Copy link
Copy Markdown

@metalurgical metalurgical commented Apr 4, 2026

Fix incorrect signatures for FullMultiply. Additionally fixes a bug in tracker, which was surfaced by this fix, so that it correctly decodes inputs.

Changes:

  • FullMultiply((A,B),(C,D)) signatures corrected to FullMultiply(A,B,C,D)
  • Fix argument parsing in tracker by utilizing Unfolder
  • Removes collect_product_elements helper.
  • Adds regression test covering FullMultiply functions

Furthermore, this keeps the semantics unchanged ((A*B) + C + D) while fixing the API surface and ensuring tracker compatibility.

Fix incorrect signatures for FullMultiply. Additionally fixes a bug in tracker, which was surfaced by this fix so that it correctly decodes inputs.

Changes:
 - FullMultiply((A,B),(C,D)) signatures corrected to FullMultiply(A,B,C,D)
 - Fix argument parsing in tracker by utilizing Unfolder
 - Removes `collect_product_elements` helper.
 - Adds regression test covering FullMultiply functions

Furthermore, this keeps the semantics unchanged ((A*B) + C + D) while fixing the API surface and ensuring tracker compatibility.
@metalurgical metalurgical requested a review from delta1 as a code owner April 4, 2026 01:11
@metalurgical
Copy link
Copy Markdown
Author

Resolves #173
Closes #173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant