This PR adds a way to get the caller address from dynamic link callee contracts.
And, this PR updates some sample contracts to test getting the caller address from the callee. The callee can call the same code's contract as a new callee. (only get_caller_addr)
Types of changes
[ ] Bug fix (changes which fixes an issue)
[x] New feature (changes which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
This PR adds a way to get the caller address from dynamic link callee contracts.
And, this PR updates some sample contracts to test getting the caller address from the callee. The callee can call the same code's contract as a new callee. (only
get_caller_addr
)Types of changes
Checklist