Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ subtitle: The differences between the trace_call method by OpenEthereum and the
slug: reference/trace_call-vs-debug_tracecall
---

# trace\_call vs debug\_traceCall

The differences between the trace\_call method by OpenEthereum and the debug\_traceCall method by Geth

# Introduction

Geth and OpenEthereum are two popular Ethereum clients. In this article, we'll compare and contrast the [trace\_call](/reference/trace-call) method offered by OpenEthereum with the [debug\_traceCall](/reference/debug-tracecall) method offered by Geth. Both of these methods are used for transaction tracing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ subtitle: Learn what the trace_block method is, how to use it on EVM blockchains
slug: reference/what-is-trace_block
---

# What is trace\_block?

Learn what the [trace\_block](/reference/trace-block) method is, how to use it on EVM blockchains, and test an example use case.

# Prerequisites

Before reading this article you should have a clear understanding of [EVM Traces](/reference/what-are-evm-traces).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ subtitle: Learn what the trace_filter method is, how to use it on EVM blockchain
slug: reference/what-is-trace_filter
---

# What is trace\_filter?

Learn what the [trace\_filter](/reference/trace-filter) method is, how to use it on EVM blockchains, and test an example use case.

# Prerequisites

Before reading this article you should have a clear understanding of [EVM Traces](/reference/what-are-evm-traces).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ subtitle: Learn what the trace_transaction method is, how to use it on EVM block
slug: reference/what-is-trace_transaction
---

# What is trace\_transaction?

Learn what the [trace\_transaction](/reference/trace-transaction) method is, how to use it on EVM blockchains, and test an example use case.

# Prerequisites

Before reading this article you should have a clear understanding of [EVM Traces](/reference/what-are-evm-traces).
Expand Down
Loading