Skip to content

Commit

Permalink
fix: debug_traceTransaction to NOT IMPLEMENTED
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Aug 3, 2023
1 parent cef15a1 commit 5018134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUPPORTED_APIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| [`NETWORK`](#network-namespace) | [`net_peerCount`](#net_peercount) |SUPPORTED | Returns the number of peers currently connected to the client |
| [`NETWORK`](#network-namespace) | [`net_listening`](#net_listening) | SUPPORTED | Returns `true` if the client is actively listening for network connections |
| `DEBUG` | `debug_storageRangeAt` | NOT IMPLEMENTED | Attempts to replay the transaction as it was executed on the network and return storage data |
| `DEBUG` | `debug_traceTransaction` | PARTIALLY | Attempt to run the transaction in the exact same manner as it was executed on the network |
| `DEBUG` | `debug_traceTransaction` | NOT IMPLEMENTED | Attempt to run the transaction in the exact same manner as it was executed on the network |
| `HARDHAT` | `hardhat_addCompilationResult` | NOT IMPLEMENTED | Add information about compiled contracts |
| `HARDHAT` | `hardhat_dropTransaction` | NOT IMPLEMENTED | Remove a transaction from the mempool |
| `HARDHAT` | `hardhat_impersonateAccount` | NOT IMPLEMENTED | Impersonate an account |
Expand Down

0 comments on commit 5018134

Please sign in to comment.