deuszx

Results 36 comments of deuszx

`tonic-web-wasm-client` now supports setting the timeout on the request (since this https://github.com/devashishdxt/tonic-web-wasm-client/pull/77) unfortunately this timeout applies to ALL requests, including the `ValidatorNode#Subscribe` which is a stream-ing response, long-lived. We don't...

> Radix tries have one major limitation: they are inefficient. If you want to store one `(path, value)` binding where the `path`, like in Ethereum, is 64 characters long (the...

My issue with this change is that tests that fail at `.?` are more difficult to debug due to hiding the error source somewhere deep in the stacktrace. Compare the...

Can you explain more the concept of separating gas accounting for each contract separately vs what the EVM does? How does it affect the final outcomes, is it still equivalent...

> > Can you explain more the concept of separating gas accounting for each contract separately vs what the EVM does? How does it affect the final outcomes, is it...

I'm not convinced this is a necessary change. Just like origin/sender etc are accessed via runtime similarly the origin chain id (and is_bouncing) can be there. In the API we...