hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
48 stars 62 forks source link

Sort out how to delete an account with a completely off-chain and offline signature #2648

Open natanasow opened 3 months ago

natanasow commented 3 months ago

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:

Alternatives

No response

Nana-EC commented 3 months ago

This issue will be our 2nd attempt to provide a work around for https://github.com/safe-global/safe-singleton-factory/issues/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.