tellor-io / tellor-pallet

GNU General Public License v3.0
7 stars 3 forks source link

Send extrinsic weights in registration #104

Closed pawanbisht62 closed 1 year ago

pawanbisht62 commented 1 year ago

This PR pertains to send extrinsics weights to parachain contract as each parachain will have different weights based on their pallet configuration.

Resolves: https://github.com/tellor-io/tellor-pallet/issues/90

Depends on https://github.com/tellor-io/tellor-pallet/pull/94.

This is the fresh PR for sending extrinsic weights in registration flow in order to avoid any commit confusions. For context here is the previous PR.