Hannes Karppila

Results 71 comments of Hannes Karppila

The `addr2line` changes seem fine in sense that the code likely works. However, as the todo comment notes, it's quite inefficient.

fuel-metrics handles this now

We are no longer depending on any vulnerable versions.

I have some suggestions on possible improvements. Some of these are mutually exclusive, and are mostly included to show what alternatives should be considered. Since any register is readable, I...

@jbr @yoshuawuyts @Fishrock123 Could one of you make a new release so this can be closed?

> The gas cost should include the worst scenario when the contract has 100_000_000 entries in the storage. @xgreenx Any ideas how to get a db with `100_000_000` contract entries...

Using `init_contract_state` it takes 6s to insert 1M values and 92s for 10M values. 100M values gets the process OOM killed on macOS, as I only have 16GiB of RAM....

Looks good, very detailed and comprehensive. Some questions: * How does this relate to parallel predicate execution? Do we need separate concurrency limits for that? * Can you censor/delay a...

Related https://github.com/FuelLabs/fuel-core/issues/647 and https://github.com/FuelLabs/fuel-core/issues/645

Included in https://github.com/FuelLabs/fuel-vm/pull/678