From 17eddbd90643cdfe07ad678d3864285b95ca4e3e Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Tue, 18 Mar 2025 13:37:03 +1000 Subject: [PATCH] Update Besu support for debug_trace methods --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0cb8f0..94cefe9 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ Each node client supports a different set of tracers and trace methods. | `trace_rawTransaction` | ❌ | ✅ | ✅ | ✅ | ✅ | | `trace_get` | ❌ | ✅ | ✅ | ✅ | ❌ | | `debug_traceBlock` | ✅ | ✅ | ✅ | ✅ | ✅ | -| `debug_traceTransaction` | ✅ | ✅ | ✅ | ❌ | ✅ | -| `debug_traceCall` | ✅ | ✅ | ✅ | ❌ | ✅ | -| `debug_traceBlockByNumber` | ✅ | ✅ | ✅ | ❌ | ✅ | +| `debug_traceTransaction` | ✅ | ✅ | ✅ | ✅ | ✅ | +| `debug_traceCall` | ✅ | ✅ | ✅ | ✅ | ✅ | +| `debug_traceBlockByNumber` | ✅ | ✅ | ✅ | ✅ | ✅ | | `debug_traceBlockByHash` | ✅ | ✅ | ✅ | ✅ | ✅ | The set of traces that can be obtained for a chain is determined by the clients that support that chain: