lambdaclass / cairo_native

A compiler to convert Cairo's intermediate representation "Sierra" code to MLIR.
https://lambdaclass.github.io/cairo_native/cairo_native
Apache License 2.0
122 stars 43 forks source link

Refactor starknet libfuncs to use the BlockExt trait #532

Closed edg-l closed 1 month ago

edg-l commented 6 months ago

See: https://github.com/lambdaclass/cairo_native/pull/518

Refactor the code implementing the libfuncs to use the trait methods from BlockExt.

Note: this one is more work than the others.

fabrobles92 commented 6 months ago

@edg-l Hello, I would like to work on this issue :)

RajeshRk18 commented 6 months ago

@edg-l Can I work on this issue?

RajeshRk18 commented 6 months ago

Hey @fabrobles92 , are you taking this issue?

RajeshRk18 commented 6 months ago

@edg-l @azteca1998 Can you assign me? I'll work on this

RajeshRk18 commented 6 months ago

@edg-l @azteca1998 Tests are passing. Please assign this issue :)

vibenedict commented 5 months ago

i will like to jump on it

azteca1998 commented 1 month ago

Done by #694.