Rodrigo Quelhas

Results 94 comments of Rodrigo Quelhas

I have a project that is also being affected by this. **Dependency tree** ``` └─┬ [email protected] ├─┬ [email protected] │ └── [email protected] deduped ├─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected]...

A workaround, while it doesn't get fixed: ``` npm i --save-exact [email protected] ``` Commit that introduced the problem: https://github.com/Gozala/web-encoding/commit/3992702cefa89e3e2f67a0b29bed41d290c5e6a8

At the time, I ended up using another API I think. An example where having access to the result before the block confirmation is helpful is on originated operations, where...

Stale issue, closing.

Lack of context, the `trace_filter` method is working.

The `"currency"` symbol can be modified by changing the `tokenSymbol` property in the chain spec.

@ahmadkaouk does this sound familiar?

Issue #2626 has been fixed. As @elfedy has mentioned, you cannot `debug_traceBlockByHash` with a transaction hash, it needs to be a block hash.