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

Upgrade pallet-space-follows to the new proc macro #65

Merged

Conversation

F3Joule
Copy link
Member

@F3Joule F3Joule commented Jun 2, 2022

Based on: #64

@F3Joule F3Joule self-assigned this Jun 2, 2022
@F3Joule F3Joule requested review from siman and TarekkMA June 2, 2022 11:33
@F3Joule F3Joule marked this pull request as ready for review June 16, 2022 09:40
impl<T: Config> Pallet<T> {
#[pallet::weight(10_000 + T::DbWeight::get().reads_writes(5, 5))]
pub fn follow_space(origin: OriginFor<T>, space_id: SpaceId) -> DispatchResult {
use frame_support::StorageMap;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this?

@F3Joule F3Joule merged commit 68bc45f into dappforce:feature/move-pallets Jun 16, 2022
@F3Joule F3Joule deleted the f3/upgrade-space-follows branch June 16, 2022 14:07
@F3Joule F3Joule mentioned this pull request Jul 4, 2022
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants