-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate To New Repo #1
Merged
Merged
Conversation
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
* init * init * adding deposit margin and withdraw margin along with some helpers * deleting onBoradSigner
* init * init * adding deposit margin and withdraw margin along with some helpers * adding debugger * addign get functions and route interfaces * updating onboardsigner path * deleting onboard signer from client * add ErrorHandling for contract calls * removing get order signer function * updating gitignore * deleting scripts * resolving conflicts * Delete deployment.json
* commiting submodule update * Revert "commiting submodule update" This reverts commit 376ccc87c911287e2c590e9e94662cc66711b3c6. * updating submodule
* removing firefly-exchange/library dependency * adding dummy cancel order functions * adding readfile helper * updating client calls and some contract call flows * misc updates to client and contractService * misc utils and updating contract calls * updating library-sui commit * updating imports * misc changes * adding comments and misc changes * addign comments * updaing library * updating utils * updating library sui imports * updating library
* removing cloud sui * updating order interface * removing library-sui submodule * deleting submodule files * removing library submodule
* generate dapi client code * quick fix * adding sui docker * testing complete * Delete openapitools.json * Delete yarn.lock * formatting * formatting * Delete yarn.lock * removing sui docker * updating publish pipeline --------- Co-authored-by: yasir_ejaz <[email protected]>
* Update package.json * ran formatter
* maarking some fields as optionla * fixed initializer use case * changing constants. * making changees for ui * WIP * signing working * updated sui-library * version bump * fixed format and tests * Update deployment.json * static token removed * get seconds instead of ms * Update deployment.json --------- Co-authored-by: Ibad Ur Rahman <[email protected]>
* Update bluefinClient.ts * Update package.json Update bluefinClient.ts * fix expiration time * Update bluefinClient.ts
* passing correct signer * Update package.json
* Update bluefinClient.ts * leverage fix
* new contracts for new contracts * new contracts * Update deployment.json * Update deployment.json
* added new library sui changes for new contracts working signatures * fixed problems * new library sui and signature fixed * Update bluefinClient.ts
* onboarding using sigPk * Updated cancel and onboarding signing * removed unwanted package * Update package.json * signature fixed for no ui flow * latest sui
* updated contracts * format * Update constants.ts * Update utils.ts
* made the code to get deployment from appropriate dapi endpoint * formatted * use existing apiservice for getting config and add interface * fix code formating --------- Co-authored-by: abdullahabro <[email protected]>
yasir7ca
approved these changes
Sep 8, 2023
MemoAlfa
reviewed
Sep 8, 2023
.github/workflows/pr_checks.yml
Outdated
jobs: | ||
code-format: | ||
name: Code Format | ||
runs-on: self-hosted |
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.
this is the problem here, just use what other public repos are using as runs-on
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.