-
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
712 mempool merge develop #839
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
Emulator restricts number of steps to execute in a single run. This protects proxy from entering infinite loop in case of gas limit exceeded. This parameter was hardcoded as 100_000. An option --max_steps_to_execute has been added to the command emulate of the neon-cli program. Corresponding environment variable MAX_EVM_STEPS_TO_EXECUTE has been created for using this option.
* DOPS-19 compose file for local env remote solana added * DOPS-19 compose file moved to proxy folder
* Update tests * Dockerfile * #689 Create ERC20 for SPL Factory * #689 Create ERC20 for SPL Factory * Fix airdropper (#824) * enable test * replace old interface * edit contract * fix evm commit * refactor claim instruction * revert part of changes * build fixed * edit input liquidity instruction * Add example of new transaction * Try to fix airdropper logic * Refactoring * Airdropper fixed and tested with simplest case * Tests ready * Revert debug changes * Fix rest of tests * add method neon_emulate (#827) * add method neon_emulate * fix test_erc20_wrapper_contract Co-authored-by: Ivan Loboda <[email protected]> Co-authored-by: Ivan Loboda <[email protected]> Co-authored-by: mich-master <[email protected]> Co-authored-by: ivandzen <[email protected]> Co-authored-by: Ivan Loboda <[email protected]>
* NDEV-380 Add support of versioned txs. * NDEV-380 TxV2 receipts parser. * NDEV-380 Add cancel of alt transactions * NDEV-380 Add queue to close alt accounts. * NDEV-380 Increase compute units in case of big tx. * Set version to 0.9.0-dev * Revert changes in indexer * Set max emulated steps to 500_000
# Conflicts: # proxy/common_neon/solana_tx_list_sender.py # proxy/mempool/neon_tx_stages.py # proxy/mempool/operator_resource_list.py # proxy/mempool/transaction_sender.py # proxy/neon_rpc_api_model/neon_rcp_api_worker.py # proxy/testing/test_eth_getLogs.py # proxy/testing/test_neon_tx_sender.py
otselnik
added a commit
that referenced
this pull request
Aug 24, 2022
* #709 extract mempool service (#710) * #712 bring tx processing scheme onto asyncio platform * #713 send tx from mempool worker (#754) * Correct some * Spit and polish * #713 send tx from mempool worker (#757) * #712 mempool renaming * Get rid of reading elf params int config.py * Fix * #721 mempool gas sender nonce sorted txs (#795) * #807 Network problem solving * #724 reschedule transaction on blocked accounts error * #725 emulate on mp executor (#829) * 712 mempool merge develop (#839) * asf * aadsf * adsf * fix errors after merge * NDEV-419 Initial commit * NDEV-419 rename `operator_resource_list` -> `operator_resource_list` * NDEV-419 fix `test_neon_tx_sender.py` * NDEV-419 Fix merge anomalies * fix * NDEV-419 use relative path * NDEV-419 commit * NDEV-419 fix pr issues * NDEV-419 pr issues fixes * Get `fill_storage_holder` away from OperatorResourceInfo * Hide start_periodical_checker inside OperatorResourceManager * Get rid of Neon specific Exceptions constructors * Extend config presentation with new variables * Spit and polish * spit and polish * Move Operator ResourceInfo out from returning from mempool executor site * Make mempool tests working * spit and polish * Renaming Co-authored-by: Rozhkov Dmitrii <[email protected]> Co-authored-by: Ivan Loboda <[email protected]> Co-authored-by: ivandzen <[email protected]>
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.