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

Investigate supporting fee calculations in all Kusama runtimes #429

Closed
emostov opened this issue Feb 15, 2021 · 0 comments · Fixed by #966
Closed

Investigate supporting fee calculations in all Kusama runtimes #429

emostov opened this issue Feb 15, 2021 · 0 comments · Fixed by #966
Labels
I8 - Enhancement Additional feature request P7 - Nice to Have Nice, but not urgent

Comments

@emostov
Copy link
Contributor

emostov commented Feb 15, 2021

Currently we only support Kusama runtime spec versions >= 1062

("kusama", 1062) => V0(new_legacy_128(inner)),
("kusama", v) if 1062 < v && v < 2011 => V1((new_i128(inner), false)),
("kusama", v) if 2011 <= v => V2(new_u128(inner)),

With recent increase interest in Kusama it is worth seriously exploring how we can indefinitely support fee calculations for older Kusama runtimes.

@emostov emostov changed the title Investigate supporting all Kusama runtimes with Investigate supporting fee calculations in all Kusama runtimes Feb 15, 2021
@emostov emostov added I8 - Enhancement Additional feature request P7 - Nice to Have Nice, but not urgent labels Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I8 - Enhancement Additional feature request P7 - Nice to Have Nice, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant