-
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
Features/hdev 345 unit tests mainnet #29
Draft
barryhalo
wants to merge
31
commits into
develop
Choose a base branch
from
features/hdev-345-unit-tests-mainnet
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.
Draft
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
316e825
Unit Tests: Deposit and swaps
motoshifin ce54a84
withdraw
motoshifin 1a902bd
- deployment test file using new config
motoshifin 71743bd
debugging NETWORK env on CI
motoshifin d264c01
debugging NETWORK env on CI
motoshifin 3de5ce4
Merge branch 'develop' into features/hdev-345-unit-tests
motoshifin fa88a12
deployed assimilators
motoshifin 6b9fc67
- hh config default rpc_url and block_no for hh network
motoshifin a535b42
- hh network BLOCK_NO from config
motoshifin c8f2047
quote assimilator refactor
motoshifin eaeb8c6
- eurs, xsgd and fxphp only(mainnet)
motoshifin ee470c7
curve tests, eurs, xsgd and fxphp
motoshifin 4021807
- eurs in setup
motoshifin 3d2d826
liquidity tests, updated token constants
motoshifin 3ec88d7
transact tests
motoshifin 426358e
updated blocks that works on eurs, xsgd and fxphp
motoshifin 9cf2944
removed it.only
motoshifin 14d1475
refactor constants
motoshifin d785c34
Curve.test.ts wip
motoshifin 700f3a8
unit tests put back cadc curve
motoshifin 7031938
fixed viewDeposit and viewWithdraw in curve.test.ts
motoshifin 2c6681e
fixed invariant checking for fxphp
motoshifin 2b48f36
fixed swaps fxphp
motoshifin 188a9cd
enabled viewWithdraw
motoshifin 5055693
enabled Add and remove liquidity
motoshifin 2fb3011
fix Oracle updates between operations viewDeposit
motoshifin ed193f2
Oracle updates between operations viewWithdraw
motoshifin 02a1fe4
fixed Oracle updates between operations, Add and remove liquidity EURS
motoshifin 6644bfc
fixed Oracle updates between operations, Add and remove liquidity FXPHP
motoshifin 3eda30c
factory test
motoshifin 17c6818
Fixed router.test
motoshifin 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"baseDecimals": 18, | ||
"baseTokenAddress": "0xcadc0acd4b445166f12d2c07eac6e2544fbe2eef", | ||
"quoteTokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"oracleAddress": "0xa34317DB73e77d453b1B8d04550c44D10e981C8e" | ||
} |
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.
Could we use a switch instead?