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
Fix authenticated signer syscall and remove the offending field (#4392)
## Motivation
Fix authenticated signer.
## Proposal
As pointed out in #4374, we were using the transaction instead of the
last application on the calling stack, effectively ignoring whether
calls were "authenticated" or not.
* Fix the bug
* Remove the field that caused the confusion in the first place
## Test Plan
CI + new unit test
I verified that the new unit test fails before the fix.
## Release Plan
- These changes should be backported to the latest `devnet` branch, then
- be released in a new SDK,
- be released in a validator hotfix.
0 commit comments