Rodrigo

Results 32 issues of Rodrigo

- The implicit conversion pass is no longer a requirement - Salt (bytes32) is now converted to a bytes30, now it no longer errors for values bigger than a felt...

Fixes #1063 #1064 Also fix other minor bugs found in Warp while updating Add a compilation test ---- The reason this PR haven't been merged is because the existence of...

Functions inside the WarpMemory trait are not being set to require the warp_memory implicit.

Functions inside WarpMemory, are being called this way: ```rust let x = warp_memory.get_or_create_id(...) ``` Because, currently warp_memory is invisible to the solidity AST, the `warp_memory.` prefix is included in the...

To mimic part of Solidity's behaviour, Warp generates some functions with multiple purposes: from reading and writing to `memory/storage` to encoding following the `abi` specifications. The code base dedicated to...

In Warp 2 to handle calldata we created abstractions. 1. solidity dynamic arrays where converted into custom structs with a pointer and length 2. solidity static arrays where converted into...

Add to Warp the ability to parse Cairo code. This will be used to improve functionality of user defined cairo functions and generated cairo functions. Blocked until Cairo-1 transition is...

blocked

Hi, I'm getting the previous mentioned error every time I open an R file. I don't know if it could be caused due to recently updating R to 4.1.2, or...

question