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
Currently, we have an account that we want to delete but the AccountDeleteTransaction signing must be completely offchain. The following execution must be with another account and in the validStart timeframe.
Solution
There are 2 actions we need to cover:
Add a script for signing the transaction off-chain and offline. The script's output should be signed transaction bytes that we should use in the "executor" job.
Add an executor script that should track the transaction's validStart time and must pass the transaction to the nodes when the validStart occurs.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
This issue will be our 2nd attempt to provide a work around for safe-global/safe-singleton-factory#206
With this offline scenario Safe can sign the HAPI transaction to support the account nonce reset and then allow anyone to submit it to Hedera for them.
This should unblock the deployment of the SAFE factory contract.
Problem
Currently, we have an account that we want to delete but the AccountDeleteTransaction signing must be completely offchain. The following execution must be with another account and in the
validStart
timeframe.Solution
There are 2 actions we need to cover:
validStart
time and must pass the transaction to the nodes when thevalidStart
occurs.Alternatives
No response
The text was updated successfully, but these errors were encountered: