smartcontractkit / chainlink-polkadot

Other
140 stars 65 forks source link

Enforce a maximum delay for Requesters #92

Open mattsse opened 3 years ago

mattsse commented 3 years ago

There is currently no check in set_requester on the given delay, so that an account can be added as requester but with such a high delay (measured in rounds: u32), that the account never has permission to request a new round. This could be fixed either by a adding a new type to the pallet config and/or use the restart_delay of the feed