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

KtonStaking is not distributing rewards after latest runtime upgrade on Crab #1604

Open
hackfisher opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
B-Runtime [Bug] Some mistakes with the runtime logic P-High [Priority] High

Comments

@hackfisher
Copy link
Contributor

https://crab-scan.darwinia.network/address/0x652182C6aBc0bBE41b5702b05a26d109A405EAcA?tab=txs

@hackfisher hackfisher added B-Runtime [Bug] Some mistakes with the runtime logic P-High [Priority] High labels Oct 2, 2024
@hackfisher
Copy link
Contributor Author

pub type KtonRewardDistributionContract<T: Config> =

pub type KtonStakingContract<T: Config> = StorageValue<_, T::AccountId>;

KtonRewardDistributionContract is renamed to KtonStakingContract, but there was no related migration in the runtime upgrade.

Same issues exist for the upcoming Darwinia runtime upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-Runtime [Bug] Some mistakes with the runtime logic P-High [Priority] High
Projects
None yet
Development

No branches or pull requests

2 participants