-
Notifications
You must be signed in to change notification settings - Fork 904
Exchanges: Migrate cool exchanges to multi-connection #2167
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
Open
gloriousCode
wants to merge
31
commits into
thrasher-corp:master
Choose a base branch
from
gloriousCode:dom-subs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5aba904
Support sub scaling init
gloriousCode 054d0d5
revert manager, rm conn assign
gloriousCode fb9ee7d
improve conn threading
gloriousCode 525a88b
removing floaters with my fingers
gloriousCode eeba094
revert ratelimit change (for its own PR)
gloriousCode 3d93fe9
rm poo poos from nappy of despair
gloriousCode b4e4fc3
sub limits, add gemini, rm leftover nugs
gloriousCode 9c26628
DAMN THERES POOP EVERYWHERE
gloriousCode f973308
should, must fix nits
gloriousCode 6ca9685
HEY WHY WERENT YOU INCLUDED
gloriousCode 6e913ea
gemini test fixup
gloriousCode cb2c65c
fix sequence issue
gloriousCode dd01ee6
fix sequencing
gloriousCode 5311c54
Fixing ai with ai.....
gloriousCode 8745647
how dare you lint-check me
gloriousCode 65d5f2f
SomeSamNits
gloriousCode 5027fe2
mock conn
gloriousCode 6e484cb
lint mint stint clint tint glint dint
gloriousCode 3c1c117
expand coinbase ws testing, lint
gloriousCode 016ccf9
a little nicer
gloriousCode e7d81dd
shazNOOT NOOT
gloriousCode e605bfe
minifixes
gloriousCode 8832601
mini fixes
gloriousCode d0882b5
Merge remote-tracking branch 'upstream' into dom-subs
gloriousCode 4cb4466
lint
gloriousCode d0383a0
deribit fix, test improvements
gloriousCode 1557af7
bu, more like bs
gloriousCode e51cbf1
Merge remote-tracking branch 'upstream' into dom-subs
gloriousCode 3c07995
merge stuff okay
gloriousCode 49ec525
FIXING MY BUGS
gloriousCode a8bc068
mini bits
gloriousCode 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Need to use
e.API.Endpoints.GetURL(exchange.WebsocketSpot)so that the config can override this and for the auth below.Uh oh!
There was an error while loading. Please reload this page.
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.
I use gateio as an inspiration since you use it so much and I'm mislead by your implementation. This will not stand!
(I will update all implementations)
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.
It seems like the standard is GetURL is used for
URLand is also theMessageFilter, I've rolled that out too, but let me know if that makes you mad and/or sad, especially gateio. The only exceptional circumstance is Bybit since we have 2 assets using the same connection