-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the rest
ContractCallDynamicCallsTest
tests (#10381)
This PR fixes the setup for the ContractCallDynamicCallsTest tests when the modularizedServices flag is set to true. Also, the TransactionExecutionService is modified in case of a failure in an opcode trace scenario to return a failed result instead of throwing an exception directly. The reason for this is that we need to be able to return the opcode list from the context before throwing an exception. --------- Signed-off-by: Bilyana Gospodinova <[email protected]>
- Loading branch information
1 parent
3f123d1
commit 5393ea9
Showing
2 changed files
with
83 additions
and
9 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