-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
390 improve airdropper algorithm performace (#395)
* cherrypick part of changes * create indexer.py * remove solana_receipts_update.py * Cherry pick files from old branch * add requirement * fix refactoring issues * Fix inspection issues * fix last issue * simplify tests * add test * add price provider * fix PriceProvider, add test * Add tests. Check worn on all nets * refactoring * integrate price_provider into airdropper * integrate price provider * use new faucet method * add new parameter to airdropper main * Test discriptions for airdropper * Comments for price provider tests * remove unnecessary comment * fix error * copy from erc20 contract test * create integration tests * fix oneline * revert changes on test_neon_faucet * fix some errors * not working * add old variant * add helper functions * transaction works! * prepare refactoring * remove unnecessary code * add account creation methods * first test almost ready * fix tests * fir airdropper startup * One test is completely ready! * add complex test case * add services to docker-compose file * improve tests * add price update interval parameter * remove unnecessary imports * fix airdropper run * prepare for CI * remove commented * fix compose-file * create wrapper class * make tests work! * fix naming * refactor test_erc20_wrapper_contract * remove duplicated code * Changes in base algorithm * simplify deployment * fix price estimation * add test * edit assertions * fix tests * comments * Fix after merge and rename methods * remove unnecessary code * Fix tests Co-authored-by: ivanl <[email protected]> Co-authored-by: Ivan Loboda <[email protected]>
- Loading branch information
1 parent
a9360eb
commit 9c15118
Showing
6 changed files
with
145 additions
and
415 deletions.
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
Oops, something went wrong.