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

712 mempool merge develop #839

Merged
merged 12 commits into from
Jul 21, 2022
Merged

Conversation

rozhkovdmitrii
Copy link
Contributor

No description provided.

vakond and others added 12 commits July 7, 2022 11:28
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
@rozhkovdmitrii rozhkovdmitrii merged commit 1ef4a74 into 712-mempool Jul 21, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants