Mathieu
Mathieu
Time spent on this PR: tbd ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ]...
## Feature Request The current Messaging System takes the l1_sender address as the caller of the L2 contract invoked. This can be an issue if, for example, a L2 contract...
## Feature Request ### Describe the Feature Request When sending a message to L1, we use a solidity _call_, and the input data received in Cairo is an array of...
## Feature Request see https://github.com/kkrt-labs/kakarot/blob/main/src/kakarot/accounts/library.cairo#L464 - Create the storage variable - Expose `get`/`set` accessors ### Describe the Feature Request ### Describe Preferred Solution ### Related Code ### Additional Context **If...
See https://github.com/kkrt-labs/kakarot/blob/7fb90d799a5a0bfab0a48bdfcb4e867d35b4943c/src/kakarot/accounts/account_contract.cairo#L83
## Feature Request see https://github.com/kkrt-labs/kakarot/blob/1beb37942077797000259249c7790607e8b28304/src/kakarot/accounts/library.cairo#L323 ### Describe the Feature Request ### Describe Preferred Solution ### Related Code ### Additional Context **If the feature request is approved, would you be willing...
## Feature Request Implement the MCOPY opcode. KakarotZero implementation: https://github.com/kkrt-labs/kakarot/blob/b70fcf8b49fdad8ebb11e5e8db522e45e7e88508/src/kakarot/instructions/memory_operations.cairo#L89 ### Describe the Feature Request ### Describe Preferred Solution ### Related Code ### Additional Context **If the feature request is...
## Feature Request ### Describe the Feature Request - [x] #826 - [x] #827 - [x] #829 - [ ] #839 ### Describe Preferred Solution ### Related Code ### Additional...