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

Steps of removing vesting pallet on Darwinia #1547

Closed
1 of 5 tasks
hackfisher opened this issue Jul 23, 2024 · 2 comments · Fixed by #1623
Closed
1 of 5 tasks

Steps of removing vesting pallet on Darwinia #1547

hackfisher opened this issue Jul 23, 2024 · 2 comments · Fixed by #1623
Assignees
Labels
C-Runtime [Component] Something about runtime P-Mid [Priority] Median

Comments

@hackfisher
Copy link
Contributor

hackfisher commented Jul 23, 2024

For deprecate multisig vesting:

  • send remark from the account to allow migration.
  • removing the vesting pallet
  • remove vesting lock
  • gov to moving the funds to treasury?
  • migration codes in darwinia runtime code
@hackfisher
Copy link
Contributor Author

@hackfisher
Copy link
Contributor Author

hackfisher commented Nov 5, 2024

0x5f27b51b5ec208ee9cb25b55d87282435f27b51b5ec208ee9cb25b55d87282434f3ad299e7ebdd31c8a86fe19156a8eb081cbab52e2dbcd52f441c7ae9ad2a3be42e2284

storage key

0x04008a4759738b825634efa1000000000000444d14bd6e3ba6010000000000000000000000
[VestingInfo {
        locked: 195766668011751137000000000,
        per_block: 30425033466000000000,
        starting_block: 0,
}]

[
  {
    id: vesting 
    amount: 124,672,583,586,849,335,000,000,000
    reasons: Misc
  }
]

image

@hackfisher hackfisher added P-Mid [Priority] Median B-Runtime [Bug] Some mistakes with the runtime logic C-Runtime [Component] Something about runtime and removed B-Runtime [Bug] Some mistakes with the runtime logic labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Runtime [Component] Something about runtime P-Mid [Priority] Median
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants