noble-assets / noble-cctp-relayer

Apache License 2.0
15 stars 9 forks source link

Solana CCTP listener #63

Open boojamya opened 8 months ago

boojamya commented 8 months ago

The listener needs to continuously listen for circle.cctp.v1.MessageSent events emitted on Solana

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

Once the event has been seen, and converted, we need to pass the message to the processingQueue

The listener should also...