-
Notifications
You must be signed in to change notification settings - Fork 19
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
develop -> master 0.5.2 #416
Merged
Merged
Conversation
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
master 0.5.1 -> develop
* 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 * Fix tests after merge * improve deployment scripts, get rid of unnecessary delays in integration tests * change wait airdrop logic * use create-test-account.sh script Co-authored-by: ivanl <[email protected]>
Co-authored-by: ivanl <[email protected]>
* impl * fix last commit * fix seed list
* impl * fix emulate call * set temporary evm_loader branch * fix last commit * temporary commit: set evm_loader version * fix emulate * Revert "temporary commit: set evm_loader version" This reverts commit 2383212. * Revert "fix last commit" This reverts commit c51e198. * Revert "set temporary evm_loader branch" This reverts commit 5bb8c77.
* Reduce the number of requests to solana rpc * Use JSON RPC batch processing * Do not send create accounts trx if it was already sent * Use batch processing for rent exempt balance * Match between the set of Request objects and the resulting set of Response
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.