I've made significant progress on the widemul128 hint implementation, including updates to the hintName.ts, hintSchema.ts, hintHandler.ts. The hint wideMul128.ts and wideMul128.test.ts are completed and working. Likewise, the verified tag is working according with the contribution guidelines. 🫡
Status
I just need to add the cairo file and validate the integration test and apply your feedback if is needed
Unit Test Results
Integration Test Cairo
I already have all installed, then I executed this: cairo run --layout recursive cairo_programs/cairo/hints/wide_mul128.json and I got this error, do you know what is the problem?
Hi @zmalatrax,
I've made significant progress on the
widemul128
hint implementation, including updates to thehintName.ts
,hintSchema.ts
,hintHandler.ts
. The hintwideMul128.ts
andwideMul128.test.ts
are completed and working. Likewise, theverified
tag is working according with the contribution guidelines. 🫡Status
Unit Test Results
Integration Test Cairo
cairo run --layout recursive cairo_programs/cairo/hints/wide_mul128.json
and I got this error, do you know what is the problem?