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

Fix weight calculation for batch calls #80

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

emostov
Copy link
Member

@emostov emostov commented Oct 14, 2021

fixes #79

@@ -9,7 +9,7 @@ import BN from 'bn.js';
import { log } from './logger';

const DEBUG = process.env.PAYOUTS_DEBUG;
const MAX_CALLS = 9;
const MAX_CALLS = 6;
Copy link
Member Author

@emostov emostov Oct 14, 2021

Choose a reason for hiding this comment

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

This should get changed back to 9 once polkadot is on v9111. Just using this for now in case the new weight calc logic does not work with older polkadot runtime.

@emostov emostov merged commit 275e8f8 into main Oct 14, 2021
@emostov emostov deleted the zeke-fix-batch-creation-weight branch October 14, 2021 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.3.7 is not working on Kusama
1 participant