Skip to content

feat(avm-transpiler): add support for nested contract calls#4895

Closed
dbanks12 wants to merge 4 commits into
masterfrom
db/avm-nested-calls
Closed

feat(avm-transpiler): add support for nested contract calls#4895
dbanks12 wants to merge 4 commits into
masterfrom
db/avm-nested-calls

Conversation

@dbanks12

@dbanks12 dbanks12 commented Mar 1, 2024

Copy link
Copy Markdown
Contributor

Please read contributing guidelines and remove this line.

dbanks12 commented Mar 1, 2024

Copy link
Copy Markdown
Contributor Author

address: AztecAddress,
args: [Field; ARGS_COUNT],
temporary_function_selector: Field
) -> ([Field; RET_SIZE], u8) {}

@Maddiaa0 Maddiaa0 Mar 4, 2024

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe

) -> (/*returnData=*/ [Field; RET_SIZE], /*success=*/ u8) {}

rather than new lining, cant remember if noir allows block comments though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants