noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
821 stars 177 forks source link

fix: use proper serialization in `AbiValue` #5270

Closed TomAFrench closed 2 weeks ago

TomAFrench commented 2 weeks ago

Description

Problem*

Resolves slack issue https://aztecprotocol.slack.com/archives/C02M7VC7TN0/p1718697469796579?thread_ts=1718697265.759469&cid=C02M7VC7TN0

Summary*

Looks like when this was added the author used the display method rather than one for serialization.

Additional Context

Documentation*

Check one:

PR Checklist*