Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Split as much of staking as possible #9408

Closed
emostov opened this issue Jul 22, 2021 · 0 comments · Fixed by #9410
Closed

Split as much of staking as possible #9408

emostov opened this issue Jul 22, 2021 · 0 comments · Fixed by #9410

Comments

@emostov
Copy link
Contributor

emostov commented Jul 22, 2021

Just having a single file sucks. I can think of:

pallet.rs -> mod pallet
pallet_impl -> impl<_> Pallet<_>
foo_impl impl<_> Foo<_> for Pallet<_> (we have a bunch of these at least)
migrations

Originally posted by @kianenigma in #9081 (comment)

@emostov emostov changed the title Split as much of staking as possible. Just having a single file sucks. I can think of: Split as much of staking as possible Jul 22, 2021
@ghost ghost closed this as completed in #9410 Jul 27, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant