forked from neonevm/neon-tests
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ndev 3380 compasability for iterative trx #456
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
…unction scope fix test_step_from_instruction_for_counter: use holder account with function scope
fix iterative transaction tests: reduce iteration lenght
fix: new holder account for all interoperability tests
…deploy contracy and solana call add composability test cases: iterative actions + solana call/calls, deploy contracy and solana call
fix deploy contract and solana call test
rm tests with no iterative txs check
check holder account state after tx execution
rename test test_solana_call_before_iterative_actions
…ns_id add case: eip 1559 iterative tx check with program_id = transfer_tokens_id
add case: failed solana call
add case: iterative tx with solana call in sol network
rm dbg info
add case: iterative tx with send tokens
add case of solana call with 2 programs, minor refactoring
fix review
…tiple_solana_calls_instructions_limit, test_transfer_with_pda_signature_iterative_tx_eip_1559
changes after the review
add matrix elems sum calculation combined with solana calls
add solana call inside matrix elems sum calculation case
rm useless case
check counter value
…nt instructions in one tx fix counter value for test checks, check logs in tests with 2 different instructions in one tx
…ch test counter_resource_address fixture change: get a unique resource for each test
… multiple solana calls set scope class for resource address and local counter, fix test with multiple solana calls
# Conflicts: # integration/tests/neon_evm/test_interoperability.py # integration/tests/neon_evm/utils/call_solana.py
change fixtures scope for interoperability tests
add composability case: check 2 txs parallel execution from one sender
# Conflicts: # integration/tests/neon_evm/test_interoperability.py
fix conflicts after merge
…ract fix test_revision_2_txs_from_1_sender: add shared context within contract
add composability case: balance account revision changed
minor refactoring
isolate composability revision check tests with unique holder accounts
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.