Wei Tang

Results 70 comments of Wei Tang

I'm facing the same issue and unfortunately force_orphan does not work either.

The test failure is extremely weird: ``` error: failed to download from `https://crates.io/api/v1/crates/natpmp/0.2.0/download` ```

(Looks like test failure has been fixed.)

@vorot93 I honestly think it's not easy to do that. A lot of the prometheus changes require additional parameters to be set. And if we use flag for that I...

@jochem-brouwer No. That specifies what happens when you initialize a new transaction, but the lines in this PR is when you enter a substate call/create. They're entirely different.

That's not entirely true. I however indeed hope what you said is correct and this is actually just a no-op deviation. `params.sender` is the caller of parent contract, not the...

Moved to https://github.com/ethereumproject/sputnikvm/wiki/Performance-Improvements due to #175.

`lazy_static` deps is now used in the core sputnikvm crate.

Actually originally this was related to all const variables here (https://github.com/ethereumproject/sputnikvm/blob/master/src/eval/cost.rs#L9). Because `Gas` needs to be constructed on the fly and it's not free, it might be a performance issue....