Message Pickup
Learn about the role of the Relayer when picking up the message.
When the AWM Relayer detects a new message, it collects the signatures of that message from the validators of the source Subnet. The validator uses the BLS private key corresponding to their BLS public key (registered on the P-Chain) to create a signature for the unsigned warp message we've learned about earlier (in the Warp Message Format).
The AWM Relayer does not necessarily need to collect the signature of all validators. It only needs to ensure that the validators of the collected signatures represent a sufficiently large share of the total stake of the Subnet. It is up to the receiving Subnet to determine what the threshold is.
New Outgoing Messages
How does a AWM Relayer learn about new messages? The AWM Relayer has two options to check for outgoing warp message on the source Subnet:
- Polling: The AWM Relayer periodically checks the source chain for new outgoing messages.
- Notification: The AWM Relayer is triggered whenever a new outgoing message is detected by a node.
AWM Relayer Source Subnet Configuration
For the source Subnets, the AWM Relayer offers the following configuration:
- subnet-id: The id of the source Subnet
- blockchain-id: The chainId of the source Subnet's blockchain that should be checked for outgoing messages
- vm: A string specifying the virtual machine of the source Subnet's blockchain. Currently, only the evm is supported, but this field has been added in anticipation of communication between blockchains powered by different virtual machines in the future.
- rpc-endpoint: The host of a node that can be queried for outgoing messages
- rpc-endpoint: The websocket endpoint of a node that can be queried for outgoing messages
- message-contracts: A map with the address of the teleporter contract as key and the following config parameters as values:
- message-format: A string specifying the format. Currently, only the format "teleporter" exists, but this field has been added in anticipation of multiple formats in the future
- settings: A dictionary with settings for this Teleporter contract
- reward-address: The address rewards are paid out to