Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epic: native SN protocol integration #1264

Open
3 tasks done
ClementWalter opened this issue Jul 12, 2024 · 1 comment
Open
3 tasks done

epic: native SN protocol integration #1264

ClementWalter opened this issue Jul 12, 2024 · 1 comment
Assignees
Labels
epic A macro-issue that tracks multiple sub-issues and tasks

Comments

@ClementWalter
Copy link
Member

ClementWalter commented Jul 12, 2024

Feature Request

Describe the Feature Request

As we plan to eventually land on SN mainnet, we shall leverage the existing dapp as much as we can and help them create their EVM interface.

Tasks

  1. enitrat
  2. 2 of 2
    epic
    enitrat
@github-project-automation github-project-automation bot moved this to 🆕 Backlog in Kakarot on Starknet Jul 12, 2024
@ClementWalter ClementWalter changed the title feat: native SN protocol integration epic: native SN protocol integration Sep 10, 2024
@ClementWalter
Copy link
Member Author

for the record, since it's possible to make transaction to precompiles, we can leverage this to integrate any starknet app where instead of making the regular account.invoke(calls), they'd do something like evm_account.invoke({to: 0x75001, data:calls})

to enable muliticalls the same way, we could add a new precompile at with the exact same signature as the execute.

We would need to consider that EOA (account with no bytecode) are authorized caller

@ClementWalter ClementWalter added the epic A macro-issue that tracks multiple sub-issues and tasks label Oct 21, 2024
@ClementWalter ClementWalter moved this from 🆕 Backlog to 📅 Next sprint in Kakarot on Starknet Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A macro-issue that tracks multiple sub-issues and tasks
Projects
No open projects
Status: 🔖 Current sprint
Development

No branches or pull requests

2 participants