Canto-Network / Canto

Layer-1 blockchain powered by Free Public Infrastructure
GNU Lesser General Public License v3.0
83 stars 75 forks source link

feat: remove recovery module #109

Closed tkkwon1998 closed 11 months ago

tkkwon1998 commented 12 months ago

Description

This pull request removes the x/recovery module from canto. This module is no longer used after issues regarding different key types were solved.

App.go is prepped for easy merging of x/onboarding (#103).


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.

I have...

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.

I have...

tkkwon1998 commented 12 months ago

@poorphd can you review this PR?

poorphd commented 12 months ago

Everything LGTM. I will update onboarding PR once this gets merged.