We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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: #64
Once the event has been seen, and converted, we need to pass the message to the
processingQueue
The listener should also...
The text was updated successfully, but these errors were encountered: