-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sdk 331 account management should be moved to instruments #246
Closed
Nagaprasadvr
wants to merge
19
commits into
sdk-366-create-option-markets-and-ata-in-createrfq-if-the-options
from
sdk-331-account-management-should-be-moved-to-instruments
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ac27352
add few methods to LegInstruments interface
Nagaprasadvr d196d8c
Merge branch 'sdk-366-create-option-markets-and-ata-in-createrfq-if-t…
Nagaprasadvr 96a5c5e
new changes
Nagaprasadvr d369a61
modify removeDuplicateAccountMetas
Nagaprasadvr 0a26c64
pull create market logic branch
Nagaprasadvr 007cf27
few refactoring
Nagaprasadvr f8f7475
Merge branch 'dev' of https://github.com/convergence-rfq/convergence-…
Nagaprasadvr 3407b44
tests passing
Nagaprasadvr 9e75249
cleanup
Nagaprasadvr 4c363cd
Merge branch 'sdk-366-create-option-markets-and-ata-in-createrfq-if-t…
Nagaprasadvr 4383e1c
fix build errors
Nagaprasadvr a8a7e0b
Merge branch 'sdk-366-create-option-markets-and-ata-in-createrfq-if-t…
Nagaprasadvr 8c9ab30
optimise code
Nagaprasadvr 58924b1
remove unnecessary await in fetching baseAssetAccount
Nagaprasadvr f187994
remove redundant methods
Nagaprasadvr a11d32b
pull upstream
Nagaprasadvr 4032b90
remove pr comments
Nagaprasadvr b5c7ebf
change baseAssetMint to exchangeAssetMint
Nagaprasadvr 2b58be9
make parseLeg sync
Nagaprasadvr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why to move this logic to the instrument interface? The logic in each instrument is the same and is a clone of this logic