Per-tx-type deadline
@zzmp is already working on this.
Since Aug 30, 2021.
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Unlike adding/removing liquidity or swaps, fee collection can happen anytime without worrying about price.
And from what I understand, the txn specifies "collect everything", rather than coding in a specific amount available right now in the LP position. Then, as a user who is not in a rush to collect fees, I'd want to set very low gas (tip) and send the Collect Fees txn in the mempool to be executed whenever gas drops to that amount. Could be days and I'm fine with that.
Describe the solution you'd like
It would be nice to increase the deadline of such a transaction, vs other types of transactions that should be shorter time window.
cc @NoahZinsmeister
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.