-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: CFM bots #528
Open
davidsiska-vega
wants to merge
37
commits into
develop
Choose a base branch
from
feat/cfm_bot
base: develop
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.
+2,400
−108
Open
feat: CFM bots #528
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
d545acb
feat: Adding CFM scenario
TomMcL cfd6440
feat: CFM investigation
TomMcL 7f1e7ee
feat: Adding to market trader sensitivity
TomMcL af54db8
feat: v3 wip
TomMcL 36bab6a
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL e27dec9
feat: Latest CFM
TomMcL 7e5b192
feat: Tweaks to scenario
TomMcL 3f3962f
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL 5da409c
feat: Volume CFM
TomMcL 40771a1
feat: Working trade v3
TomMcL f68015c
fix: Fix broken extraction func
TomMcL 337fc43
fix: Fix broken extraction func
TomMcL dffb920
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL 44110d1
feat: Fix up ledger transfers filter
TomMcL d514a66
feat: Remove unwanted changes
TomMcL cf838a6
feat: Extracting function call
TomMcL 1aabbda
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL 76884ea
feat: Adding real MMs
TomMcL c2a3669
feat: Adding notebook
TomMcL 60de7d8
feat: CFM changes
TomMcL cd835fb
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL 5fc5d96
feat: Don't break on position empty dict
TomMcL 040e9e8
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL 55ed4ef
feat: Running CFM bot
TomMcL d6820cb
feat: bots
TomMcL f59ea83
Merge remote-tracking branch 'origin/develop' into feat/cfm_bot
TomMcL 8396f8d
feat: AMM config
TomMcL efd7f09
feat: Bounds check
TomMcL 7a658b5
feat: Bounds check
TomMcL af3a049
feat: Bounds check
TomMcL 0298453
feat: Bounds check
TomMcL 9572d96
feat: Bounds check
TomMcL 6927874
feat: Bounds check
TomMcL 36b0bf6
feat: Bounds check
TomMcL 5101355
feat: new market
TomMcL 3b3b33f
feat: Fix eqs
TomMcL 9662971
feat: Updates
TomMcL 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
feat: Tweaks to scenario
commit 7e5b19251fe92950b8cce84da7aabcb1b0da092c
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
from . import __pycache__ | ||
from . import events_pb2 as events | ||
from . import events_pb2_grpc as events_grpc | ||
|
||
__all__ = [ | ||
"__pycache__", | ||
"events", | ||
"events_grpc", | ||
] |
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
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.
Lots of commented out blocks of code in this file?
Is to switch up the scenario quickly or not intentional?