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
The data proxy registration TX should include the chain-id in the payload when verifying the signature.
Motivation
Right now there's nothing stopping a malicious actor from taking a RegisterDataProxy message from devnet (or eventually testnet) and submitting it on mainnet in order to squat that public key. While data-proxy operators are encouraged to run different keys for different environments we should nevertheless protect them against mistakes as much as possible.
✨ Feature
The data proxy registration TX should include the chain-id in the payload when verifying the signature.
Motivation
Right now there's nothing stopping a malicious actor from taking a RegisterDataProxy message from devnet (or eventually testnet) and submitting it on mainnet in order to squat that public key. While data-proxy operators are encouraged to run different keys for different environments we should nevertheless protect them against mistakes as much as possible.
Implementation
See sedaprotocol/seda-chain#455 for the chain side.
The text was updated successfully, but these errors were encountered: