1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript19 forks (19 forks)auto 404
good first issuetesting
Repository metrics
- Stars
- 16 stars (16 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Add instruction builder to matching engine class
- Add test demonstrating lamports being sent to preparer
- Add test showing a fast fill cannot be redeemed again while it is closed
Contributor guide
- Research direction
- Start by navigating to the Solana SDK in the repository and locate the matching engine class. Examine existing instruction builder methods to follow the same pattern. Look at the test suite to understand how tests are structured, especially for fast fill redemption. Also, research the on chain program's 'close redeemed fast fill' behavior to know what the instruction should do.
- Tech stack
- typescriptjavascriptnodejs
- Domain
- blockchainbackend
- Issue type
- Feature
- Prerequisites
- GitTypeScriptSolanaNode.js