moonbeam-foundation / crowdloan-rewards

Substrate pallet that enables parachains to issue rewards to crowdloan contributors in parachain-native tokens.
12 stars 16 forks source link

Change reward address through relay keys #41

Closed girazoki closed 3 years ago

girazoki commented 3 years ago

This PR adds an extrinsic to be able to change the reward address by providing proof from the contributor relay chain accounts. A new associated type called RewardAddressRelayVoteThreshold sets the cfrthreshold on fraction of the number of proofs that need to be presented to be able to accept the change

I also took the opportunity to change some of the comments that were outdated

girazoki commented 3 years ago

For now I think I will set this value to 100% in the runtime.