near / mpc

37 stars 11 forks source link

Create prioritization for signature requests #596

Open ChaoticTempest opened 4 months ago

ChaoticTempest commented 4 months ago

Currently, we just take arbitrary sign requests in our sign request pool, but not exactly based on any sort of metric. So we may end up deprioritizing certain requests over the other. So we should create a prioritization scheme such that we do not potentially starve any requests. We can base it on whenever the request entered the system or on a payment in the form of a NEAR deposit to put the request ahead of the queue.

Related tickets