Open boojamya opened 8 months ago
The listener needs to continuously listen for circle.cctp.v1.MessageSent events emitted on Solana
circle.cctp.v1.MessageSent
Whether we watch for these events through a web-socket OR by searching for these events in each block is to be determined.
Once an event is seen, we need to convert this MessageSent event into types.MessageState. Separate issue created here: #64
MessageSent
types.MessageState
Once the event has been seen, and converted, we need to pass the message to the processingQueue
processingQueue
The listener should also...
The listener needs to continuously listen for
circle.cctp.v1.MessageSent
events emitted on SolanaWhether we watch for these events through a web-socket OR by searching for these events in each block is to be determined.
Once an event is seen, we need to convert this
MessageSent
event intotypes.MessageState
. Separate issue created here: #64Once the event has been seen, and converted, we need to pass the message to the
processingQueue
The listener should also...