Refactor account components to use `call` calling convention
Open
standards
- Dominant language
- Rust
- Stars
- 132
- Forks
- 167
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 110
Description
As discussed in https://github.com/0xMiden/protocol/issues/2862 (and more specifically in https://github.com/0xMiden/protocol/issues/2862#issuecomment-4469761648), we should refactor all standard account components to use the `call` calling convention for any public account procedure.
Eventually, the `call` calling convention will be automatically enforced by the virtue of `@account_procedure` attribute.
This should be implemented after https://github.com/0xMiden/protocol/issues/3013.
Contributor guide
Assessment
This issue has not been assessed yet.