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
any safe signer can manage delegates by submitting a special message to the api.
Also, if submitter= is a delegate account or alias it should bypass this logic and submit it. I check elsewhere if they're a signer only for signature aggregation.
note: a delegate can submit a tx to SafeAPI even if it has zero signatures.
things related to "delegate" in Safe's tx svc api here: https://github.com/safe-global/safe-eth-py/blob/master/gnosis/safe/api/transaction_service_api.py
any safe signer can manage delegates by submitting a special message to the api.
Also, if
submitter=
is a delegate account or alias it should bypass this logic and submit it. I check elsewhere if they're a signer only for signature aggregation.Originally posted by @banteg in #11 (comment)
The text was updated successfully, but these errors were encountered: