Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solana CCTP listener #63

Open
2 tasks
boojamya opened this issue Mar 19, 2024 · 0 comments
Open
2 tasks

Solana CCTP listener #63

boojamya opened this issue Mar 19, 2024 · 0 comments

Comments

@boojamya
Copy link
Member

boojamya commented Mar 19, 2024

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...

  • Track the latest height of the chain
  • Implement flush mechanism
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant