You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JsonRpcMethod(Description="This method will attempt to run the transaction in the exact same manner as it was executed on the network. It will replay any transaction that may have been executed prior to this one before it will finally attempt to execute the transaction that corresponds to the given hash.",IsImplemented=true,IsSharable=true)]
30
+
[JsonRpcMethod(Description="This method will attempt to run the transaction in the exact same manner as it was executed on the network. It will replay any transaction that may have been executed prior to this one before it will finally attempt to execute the transaction that corresponds to the given hash.",IsImplemented=true,IsSharable=false)]
[JsonRpcMethod(Description="This method lets you run an eth_call within the context of the given block execution using the final state of parent block as the base. The block can be specified either by hash or by number. It takes the same input object as a eth_call. It returns the same output as debug_traceTransaction.",IsImplemented=true,IsSharable=true)]
33
+
[JsonRpcMethod(Description="This method lets you run an eth_call within the context of the given block execution using the final state of parent block as the base. The block can be specified either by hash or by number. It takes the same input object as a eth_call. It returns the same output as debug_traceTransaction.",IsImplemented=true,IsSharable=false)]
[JsonRpcMethod(Description="Returns the full stack trace of all invoked opcodes of all transactions that were included in the block specified. The parent of the block must be present or it will fail.",IsImplemented=true,IsSharable=true)]
42
+
[JsonRpcMethod(Description="Returns the full stack trace of all invoked opcodes of all transactions that were included in the block specified. The parent of the block must be present or it will fail.",IsImplemented=true,IsSharable=false)]
[JsonRpcMethod(Description="Similar to debug_traceBlock, this method accepts a block number as well as \"latest\" or \"finalized\" and replays the block that is already present in the database.",IsImplemented=true,IsSharable=true)]
45
+
[JsonRpcMethod(Description="Similar to debug_traceBlock, this method accepts a block number as well as \"latest\" or \"finalized\" and replays the block that is already present in the database.",IsImplemented=true,IsSharable=false)]
[JsonRpcMethod(Description="Similar to debug_traceBlock, this method accepts a block hash and replays the block that is already present in the database.",IsImplemented=true,IsSharable=true)]
48
+
[JsonRpcMethod(Description="Similar to debug_traceBlock, this method accepts a block hash and replays the block that is already present in the database.",IsImplemented=true,IsSharable=false)]
0 commit comments