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

Moonbeam Phase 2 - Remove call filter #1082

Merged
merged 6 commits into from
Dec 17, 2021
Merged

Conversation

nanocryk
Copy link
Contributor

What does it do?

Allow all calls for Phase 2.

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?

@librelois librelois added the B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes label Dec 14, 2021
Copy link
Collaborator

@librelois librelois left a comment

Choose a reason for hiding this comment

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

Please update rust tests

@girazoki
Copy link
Collaborator

With this PR, we can uncomment the skipped crowdloan-rewards tests

@librelois librelois mentioned this pull request Dec 16, 2021
25 tasks
@@ -774,7 +775,7 @@ fn claim_via_precompile() {

// Alice uses the crowdloan precompile to claim through the EVM
let gas_limit = 100000u64;
let gas_price: U256 = 1_000_000_000.into();
let gas_price: U256 = 100_000_000_000u64.into();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did that change ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nanocryk nanocryk merged commit b236ec5 into master Dec 17, 2021
@nanocryk nanocryk deleted the jeremy-moonbeam-phase-2-filter branch December 17, 2021 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants