Rohit Ranjan
Rohit Ranjan
The solidity semantic tests are currently pulled from the develop branch and a whitelist used. This should be changed such that they are pulled from a specific release, and the...
Currently a function taking a uint8 is transpiled to a function taking a felt, which tells users of it almost nothing about what is actually expected
https://www.notion.so/nethermind/Interface-Call-forwarder-3e2c2737847f4de997a491cd964a3b30 - [x] Handle Cairo Imports - [x] structs - [x] array type arguments - [x] modify stub processor to support cairo stub from contract documentation - [x] generated sol...
The embed cairo0 code has been transformed in `abiEncode.ts` and `abiDecode.ts` file to correspoding cairo1 version as well adopting the latest memory layout proposed for WARP. Modals traits such as...
Right now, the for the cross contract calls only the simple primitive returns types are supported, but for complex types such as `Struct` , we need to modify `cairoWriter` to...
Fixes Closes Resolves # _Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue...
### Which component is your feature related to? Cast ### Feature Request ### Which component is your feature related to? Cast ### Feature Request Proposed design : https://github.com/foundry-rs/starknet-foundry/blob/master/design_documents/contract_verification.md
Fixes Closes Resolves # _Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue...
Fixes Closes Resolves #6387 ## Changes This PR implements the following EIPs: - 7002 : https://eips.ethereum.org/EIPS/eip-7002 - 6110 : https://eips.ethereum.org/EIPS/eip-6110 - 7685 : https://eips.ethereum.org/EIPS/eip-7685 ## Types of changes #### What...