NEWTON
Asked
2 months ago
8
views
0
Have there been any security issues reported on the Cairo code generated from warp so far?
0
Accepted answer
No, not yet. We have an expansive test suite to check the behaviour of the transpiled contracts. Warp is tested with the semantic test as solc and there are additional handwritten behaviour tests.
victorforissier.eth
answered
2 months ago
Python issues
Warp Traspiler error: the warp-related package was not found. How do I generate python packages?
Are transpiled contracts only interactable with the warp cli?
How to install Nethermind's Solidity to Cairo transpiler without an error "command not found: warp"?
Would anyone have a link or know how fast blocks would be generated on StarkNet after Regenesis ?
How can I change solc compiler version in warp?
How to transpile multiple contracts at once using warp?
How does Argent X wallet estimate fees in Starknet before sending a tx?
ApeWorX: How do I call an account while trying to test a function?
How can I write contact memory with Account.execute in starknetjs?
how I could read a felt* from ap in Cairo lang?
Why does this Cairo program put powers of 2 in the memory?
How do I connect my DAPP to Starknet-devnet using starknetjs?
Questions about useStarknetExecute. Do we update the transaction manager on our end? [StarkNet/Cairo]