Arvid Norberg

Results 1037 comments of Arvid Norberg

I agree that `cost_calculator` is not a good module name for this type. However, I would go farther and say `NPCResult` isn't a good name for this type. it's a...

@Quexington expressed interest in keeping this to be able to print a spend bundle from the debugger. I'm kind of hoping there is a better solution to this than to...

I think another approach to make this more incremental would be to start with few projects, and split them as we go. e.g. we could start with just "core", "full_node"...

@whosrdaddy in your `config.yml` there should be a section `pool:` and it should contain a section called `pool_list:`. In your case, I would expect this list to have two items,...

it seems we have a lot of tests exercising this function with invalid puzzles, and still expect to get the created coins returned..

the main challenge with this change is that we run unmatched offers to find their output coins, even though they are invalid. This change will just fail the whole puzzle...

the fundamental problem is that the wallet doesn't remember how far we synced the wallet in the last session. Every time we start the wallet we sync from scratch. This...

This PR can be closed, as it has been subsumed by https://github.com/Chia-Network/chia-blockchain/pull/16919 right?

I'm not entirely convinced that this is a step in the right direction. I imagine the theory is that something threw an exception after the `height-to-hash` file was written, but...

did you run into a problem with this check?