You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: