Currently, tx processing uses the zero address as a temporary address to credit and debit funds when applying an external transaction. However, to improve patricia merkle tree efficiency, a shard-specific zero address with the proper prefix should be used.
Rationale
Currently, tx processing uses the zero address as a temporary address to credit and debit funds when applying an external transaction. However, to improve patricia merkle tree efficiency, a shard-specific zero address with the proper prefix should be used.
Implementation
TBD