Skip to content
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

Tests for token splits #1284

Merged
merged 27 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2e79846
Share test splits
dcorral May 23, 2022
38156ab
Clear mempool after revert
Bushstar May 23, 2022
04d6f59
Share multpiple pool
dcorral May 23, 2022
97be272
Do not migrate dead pools
Bushstar May 23, 2022
43b8b5b
Get pool suffix dynamically
Bushstar May 23, 2022
11d5c70
Search all pools for previous version suffix
Bushstar May 23, 2022
10b9f73
Merge branch 'search-all-pools' of github.com:DeFiCh/ain into @diego/…
dcorral May 23, 2022
f942966
Test amounts
dcorral May 24, 2022
77b3140
Failing test after split of token in multiple pools
dcorral May 24, 2022
356f419
Merge branch 'master' into @diego/test-recovery-splits
dcorral May 24, 2022
d14a5db
Fix lint error, remove unnecessary imports
dcorral May 24, 2022
75dae28
Move end of block processes to functions
Bushstar May 25, 2022
e30f422
Migrate last amount to burn address on empty used pool
Bushstar May 25, 2022
070282c
Merge branch 'master' of github.com:DeFiCh/ain into @diego/test-recov…
dcorral May 25, 2022
f45752b
Merge branch 'fix-min-liq-bug' of github.com:DeFiCh/ain into @diego/t…
dcorral May 25, 2022
6b66e4b
Add DUSD value tests on split
dcorral May 25, 2022
6235c8d
Merge branch 'master' of github.com:DeFiCh/ain into @diego/test-recov…
dcorral May 25, 2022
6984a35
Only move to next interval
Bushstar May 25, 2022
2dd6910
Merge branch '@diego/test-recovery-splits' of github.com:DeFiCh/ain i…
dcorral May 25, 2022
62f8bf8
Add usd value test
dcorral May 25, 2022
742439c
Separate split test
dcorral May 26, 2022
0d82b31
Merge branch 'master' of github.com:DeFiCh/ain into @diego/test-recov…
dcorral May 26, 2022
54e97a7
Remove unnecesary imports, lint error
dcorral May 26, 2022
88664f1
Rename to lowercase USD to usd on test file
dcorral May 26, 2022
2ead548
Merge branch 'master' into @diego/test-recovery-splits
prasannavl May 27, 2022
646b8f6
Merge branch 'master' into @diego/test-recovery-splits
prasannavl May 27, 2022
14103ca
Disable USD tests temporarily
prasannavl May 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/functional/feature_token_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,3 @@ def migrate_auction_batches(self):

if __name__ == '__main__':
TokenSplitTest().main()

Loading