You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
The current implementation of the deploy callback in the StarkNetSyscallHandler trait implementation is hardcoded and should instead route to the correct logic to deploy a contract. Cross-reference with the same logic in the virtual machine's syscall handler and emulate.
The current implementation of the
deploy
callback in theStarkNetSyscallHandler
trait implementation is hardcoded and should instead route to the correct logic to deploy a contract. Cross-reference with the same logic in the virtual machine's syscall handler and emulate.https://github.com/lambdaclass/starknet_in_rust/pull/943/files#diff-050b376c364b46aa56077588d77a5939973603c9caf47e452bc0895b5b6cd161R75
The text was updated successfully, but these errors were encountered: