forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
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(watchtower): move watchtower tests to new testnet #1846
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
cc220f1
move watchtower tests to the new testnet
caglaryucekaya b1e666d
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into mo…
caglaryucekaya 6200c63
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into mo…
caglaryucekaya 60fb1be
increase timeout for some watchtower tests
caglaryucekaya dcf9191
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into mo…
caglaryucekaya 94d6867
fix test_withdraw_and_send test
caglaryucekaya abcb7b4
reduce timeouts for watchtower tests
caglaryucekaya f3ad1fd
add debug log to ethereum transport layer
caglaryucekaya a604432
fix formatting
caglaryucekaya 98e05bb
increase sleep duration for test_withdraw_and_send
caglaryucekaya d6cfb62
add test for watcher rewards
caglaryucekaya 48f2d7b
use random addresses for send_and_refund_eth_payment and send_and_ref…
caglaryucekaya 0e43982
use random address for test_nonce_lock
caglaryucekaya ad33e98
fix the usage of assert statements in test_watcher_reward
caglaryucekaya 0329d1c
use static distributor for eth and jst in eth_tests
caglaryucekaya d5cf22a
fix jst distributor
caglaryucekaya 64772aa
use ALICE_PASSPHRASE and BOB_PASSPHRASE for eth and jst distributors
caglaryucekaya aeec737
increase sleep duration in test_withdraw_and_send
caglaryucekaya 0307dd5
increase sleep duration for send_and_refund_erc20_payment test
caglaryucekaya 42ff05d
wait randomly before certain tests
caglaryucekaya e1eba31
fix formatting
caglaryucekaya 0a1b360
remove random waiting before tests
caglaryucekaya 0014888
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into mo…
caglaryucekaya 375aad6
remove logging in ethereum transport layer
caglaryucekaya e04fb10
add log to test_withdraw_and_send
caglaryucekaya 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
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.
Can we use coins configuration instead of re-fetching the environment?
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 did this to enable watcher rewards in certain tests and disable in others temporarily. Soon I will implement watcher rewards as an option for orders and there won't be need for this anymore.