Procedure#Call Capability
Closed this issue · 2 comments
Latrasis commented
We need to include a test that:
- Creates two procedures, procedure A and B
- Procedure A is given a procedure#call capability (type
0x2
), that designates it is allowed to execute procedure B. - Procedure B is given a storage#write capability (type
0x7
), that designates it is allowed to write to address0x7
. - Procedure A receives a 32 byte value, invokes it's capability to pass on the value to Procedure B, which stores the value at address
0x7
.