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

XCM to moonbeam #1183

Merged
merged 12 commits into from
Jan 19, 2022
Merged

XCM to moonbeam #1183

merged 12 commits into from
Jan 19, 2022

Conversation

girazoki
Copy link
Collaborator

What does it do?

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@girazoki girazoki added A0-pleasereview Pull request needs code review. B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes D9-needsaudit👮 PR contains changes to fund-managing logic that should be properly reviewed and externally audited labels Jan 17, 2022
@girazoki girazoki marked this pull request as ready for review January 17, 2022 14:36
@librelois librelois mentioned this pull request Jan 17, 2022
32 tasks
Copy link
Contributor

@nanocryk nanocryk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only code style and typos suggestions.

/// This is the struct that will handle the revenue from xcm fees
/// We do not burn anything because we want to mimic exactly what
/// the sovereign account has
pub type XcmFeesToAccount_ = XcmFeesToAccount<
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code style: avoid leading underscore, refer to original type explicitely (and don't import it)

Suggested change
pub type XcmFeesToAccount_ = XcmFeesToAccount<
pub type XcmFeesToAccount = xcm_primitives::XcmFeesToAccount<

(also change other occurencies of XcmFeesToAccount_)

}
}

/// The hooks we wantt to run in Maintenance Mode
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// The hooks we wantt to run in Maintenance Mode
/// The hooks we want to run in Maintenance Mode

@girazoki girazoki merged commit 0a66dd4 into master Jan 19, 2022
@girazoki girazoki deleted the girazoki-xcm-in-moonbeam branch January 19, 2022 08:55
@notlesh notlesh added D1-audited👍 PR contains changes to fund-managing logic that has been properly reviewed and externally audited and removed D9-needsaudit👮 PR contains changes to fund-managing logic that should be properly reviewed and externally audited labels Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview Pull request needs code review. B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes D1-audited👍 PR contains changes to fund-managing logic that has been properly reviewed and externally audited
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants