-
Notifications
You must be signed in to change notification settings - Fork 871
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
Snowbridge - Various minor improvements #8020
base: master
Are you sure you want to change the base?
Conversation
maybe some of these small PRs can be batched together for easier backporting |
Head branch was pushed to by a user without write access
Self::deposit_event(Event::MessageRejected { | ||
id: None, | ||
payload: Some(message.to_vec()), | ||
error: ProcessMessageError::Overweight(weight), | ||
}); |
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.
see convo here #8015 (comment)
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.
Changed in ed489d1.
e0e888b
to
a75ea39
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.
@claravanstaden I made claravanstaden#7 to fix the pallet index. Otherwise, everything looks good!
Meanwhile, I've created claravanstaden#8, which includes my two previous PRs. It has been reviewed by Adrian but hasn’t received enough approvals yet. I think it might be better for reviewers to review this single PR instead of reviewing them separately. @claravanstaden @acatangiu If you agree, I'll close the original PRs. |
* Fix format * Update frontend pallet index * Fix pallet index
yes we can review everything here |
* Fix format * Update frontend pallet index * Fix pallet index * Improve benchmarks * Allow transact without transfer of any asset
@acatangiu @yrong all the changes are merged into this PR. |
@claravanstaden Just one minor fix for clippy error in claravanstaden#9 |
@acatangiu not sure which CI is giving problems, maybe this one? https://github.com/paritytech/polkadot-sdk/actions/runs/14127396204/job/39579525628?pr=8020 |
80
to36
on AH: Snowbridge V2 #7402 (comment)Event::MessageRejected
#7972submit_delivery_receipt
in the Outbound Queue v2