You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a new feature of stake contract it is needed to have access to the entire call stack from a called contract method, currently, only the direct caller contract id is available, we need all contract ids.
Possible solution design or implementation
Add an uplink API function which will provide an iterator over all contract ids present in the current call stack.
Additional context
Required by the stake contract.
The text was updated successfully, but these errors were encountered:
Summary
For a new feature of stake contract it is needed to have access to the entire call stack from a called contract method, currently, only the direct caller contract id is available, we need all contract ids.
Possible solution design or implementation
Add an uplink API function which will provide an iterator over all contract ids present in the current call stack.
Additional context
Required by the stake contract.
The text was updated successfully, but these errors were encountered: