Skip to content

Commit

Permalink
chore: revert changes from PR for #8173
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
  • Loading branch information
victor-yanev committed May 15, 2024
1 parent b64271e commit 7c0ad10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hedera-mirror-rest/api/v1/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4757,7 +4757,7 @@ components:
default: false
transactionsQueryParam:
name: transactions
description: If provided and set to false transactions will not include in the response
description: If provided and set to false transactions will not be included in the response
in: query
example: true
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
import com.hedera.node.app.service.evm.contracts.execution.HederaEvmTransactionProcessingResult;

public interface MirrorEvmTxProcessor {

HederaEvmTransactionProcessingResult execute(CallServiceParameters params, long estimatedGas);
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public MirrorEvmTxProcessorImpl(
final MirrorOperationTracer operationTracer,
final Store store,
final EntityAddressSequencer entityAddressSequencer,
final TokenAccessor tokenAccessor) {
TokenAccessor tokenAccessor) {
super(
worldState,
pricesAndFeesProvider,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import static com.hedera.mirror.web3.common.PrecompileContext.PRECOMPILE_CONTEXT;

import com.hedera.mirror.web3.common.PrecompileContext;
import com.hedera.mirror.web3.evm.contracts.execution.traceability.MirrorOperationTracer;
import com.hedera.mirror.web3.evm.properties.MirrorNodeEvmProperties;
import com.hedera.node.app.service.evm.contracts.execution.traceability.HederaEvmOperationTracer;
import com.hedera.node.app.service.evm.store.contracts.HederaEvmMutableWorldState;
Expand Down Expand Up @@ -70,7 +69,7 @@ protected HederaEvmTxProcessor(
final Map<SemanticVersion, Provider<MessageCallProcessor>> mcps,
final Map<SemanticVersion, Provider<ContractCreationProcessor>> ccps,
final BlockMetaSource blockMetaSource,
final MirrorOperationTracer tracer) {
final HederaEvmOperationTracer tracer) {
this.worldState = worldState;
this.livePricesSource = livePricesSource;
this.dynamicProperties = dynamicProperties;
Expand Down

0 comments on commit 7c0ad10

Please sign in to comment.