cowprotocol / cowprotocol/solana-programs
Create multiple self-orders efficiently instead of a single one
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2
- Forks
- 1
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 32
Description
Some ideas:
- Add multiple orders to the transaction.
- Don't send the full order data: the state PDA is unneeded; the buy mint/account can be the same for all orders; some parameters can be shared, like
valid_to.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by locating the current single self-order transaction and reading how it receives order data. Define the transaction shape for multiple orders, sharing the buy mint/account and parameters such as valid_to while omitting the state PDA; done means multiple self-orders can be added efficiently in one transaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100