Alex

Results 8 comments of Alex

Ethereum's `0x00...00` address is often the recipient of mistakenly-sent funds, yes, but it's also widely used as a "burn" address. I think it's likely that, even with an explicitly-marked "burnt...

Sure - my pleasure! 1. Right - the idea of the script registry is not that you're storing specific scripts for specific calls, but rather that you store a script...

I love #2551 - it's not quite the UX I'm talking about but seems super useful nonetheless. I'd love to be able to quickly retest failing inputs after I tweak...

We have some pretty extensive logging in our tests - it'd be nice, when the test failed, to see that logging so I can go debug the failure itself. The...

Ah, that seems like it would work for my use case! Thank you :)

I would be cautious of any implementation of `.iscontract()` -- the whole idea of testing `iscontract` has led to lots of contracts vulnerable to exploits done by constructors

Since `EXTCODEHASH` returns a nonzero value during the constructor, this seems fine on the surface.

Running `qwen3:4b`, i can confirm that the `think` parameter in `ollama.chat` does not behave how i would expect. For this model, I noticed: - not supplying a `think` parameter at...