Tomasz Rejowski
Tomasz Rejowski
Please consider re-exporting ChainId as `Union[StarknetChainId, int (or whichever the types suits the needs here)]`
QEMU on GH can be used to accomplish it, there's an action which does exactly that: https://github.com/uraimo/run-on-arch-action
It seems like users with ARMs are able to use protostar with rosetta. Leaving this open for now though
> Just a quick update that I tried to run Protostar natively on my M1 MacBook Pro 14". > > I built it from source following the steps outlined [here](https://docs.swmansion.com/protostar/docs/tutorials/installation)...
> @Arcticae thanks for the follow-up. I just tried it on my Intel Mac and ran into the exact same error (`ailed to execute script 'binary_entrypoint' due to unhandled exception!`)....
Hey guys - do you plan on adding the deployment syscall feature to the account contract (like starkware's contract does)? https://github.com/starkware-libs/cairo-lang/blob/13cef109cd811474de114925ee61fd5ac84a25eb/src/starkware/starknet/third_party/open_zeppelin/Account.cairo#L204
Please address Marek's comments though
I'd also ask @mkaput since he's the fuzzing specialist 😬
@kasperski95 [Highlight that mock call works only for the interface functions](https://github.com/software-mansion/protostar/pull/980/commits/d8602c86e9ad1ac870122497df47ccce876f2936) is that one good enough?
`mock_call` docs should be updated (in scope of this issue)