tempo
tempo copied to clipboard
Remove RLP hack in Tempo Tx Access Keys before mainnet.
Describe the feature
To add key authorization while maintaining backward compatibility during testnet hardforks, we had to add a pretty ugly encoding format. We should remove this before mainnet https://github.com/tempoxyz/tempo/blob/199d410e932eef795e7b64297d2062af050734cd/crates/primitives/src/transaction/tempo_transaction.rs#L941-L948
Additional context
No response