Paul Lange

Results 38 comments of Paul Lange

@aschran Here are logs of the above happening: [logs.zip](https://github.com/MystenLabs/sui/files/10152966/logs.zip) In `demo_client-1.log` and `demo_client-2.log` you see the failures when sending transactions to the narwhal node. I didn't find any errors in...

Hi @aschran to give you a bit more context: I wanted to learn about more about the provided API and decided to build a little end-to-end prototype including narwhal. I...

> Let's move the conversation to [bluealloy/revm#280](https://github.com/bluealloy/revm/issues/280). Most of these precompiles are stateful, so would like to understand how you are thinking about introducing that state, e.g. https://github.com/bluealloy/revm/blob/main/crates/revm_precompiles/src/lib.rs#L58 Will there...

I think there are some edge cases that need to be decided. For example, on the input `|a|b|c|`, and a split on `|` what would be the expected outcome: three...

> Does this means `gas` in the CELO native token, but `gasUsed` is in celo stable token? If that's the case, how do we distinguish between native and stable, and...

@jsvisa I have time to look deeper into this now. How did you pick the commits to include in this?

> Do you means the git commits? I pick up in manually How did you select them? I see more tracing related commit in the upstream repository. Also, I found...

I'm putting this aside for now, there's higher priority things and one test still fails, for unclear reasons. The test is `TestBlockTracingConcurrentMapAccess` which tests parallel tracing calls via the json...

Continued in https://github.com/celo-org/celo-blockchain/pull/2137

Closing this as we don't plan to include this in the short term.