accounting_invoke in margin escalated the margin account signer permission by setting is_signer to true in the account meta but not actually signing it with invoke_signed. solana_test_validator catches this and fails the ix with "signer privilege escalated" but the simulated runtime doesn't care about it.
in jet_v2 it currently has this bug - it sets the signer to true, but i'm fixing it in the orca branch.
accounting_invoke in margin escalated the margin account signer permission by setting is_signer to true in the account meta but not actually signing it with invoke_signed. solana_test_validator catches this and fails the ix with "signer privilege escalated" but the simulated runtime doesn't care about it.
in jet_v2 it currently has this bug - it sets the signer to true, but i'm fixing it in the orca branch.