-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add reward processor in snowbridge inbound queue #8
Add reward processor in snowbridge inbound queue #8
Conversation
01ec45f
to
d10c05a
Compare
d10c05a
to
52b86b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @dimartiro but make sure ALL tests pass please
Sure! you mean the inbound-queue crate tests or all the polkadot-sdk tests? |
If you can polkadot-sdk tests as well. I am not sure to which extenet our branch is compatible with them though |
Review required! Latest push from author must always be reviewed |
@girazoki these are the errors I mentioned that are preventing me to run the tests from the root folder using ![]() Perhaps I'm doing something wrong, let me know if that's the case. Similar issues trying to run the tests in |
Description
Introduce reward processor to add more flexibility in order to reward the relayer from the snowbridge inbound queue messages
RewardProcessor
withprocess_reward
func