El De-dog-lo
El De-dog-lo
Some good finds today
btw, it should be allowed to use `= ...` for defaults, so you don't have to specify a specific value (should the value be enforced if present?)
> I also have [faster-hexbytes](https://github.com/BobTheBuidler/faster-hexbytes) ([benchmarks here](https://github.com/BobTheBuidler/faster-hexbytes/tree/master/benchmarks/results)) available now too, should I include that as part of this PR? Sure! Would be nice to make some benchmarks of this library's...
> This might be the same issue, but couldn't install https://raw.githubusercontent.com/Uniswap/default-token-list/refs/heads/main/src/tokens/sepolia.json because it is a list ˙◠˙ this one particularly wasn't meant to be installed directly, but is built into...
> approved but i would just copy how we did it in core hmm, how was this done in core? I don't see it. was it removed?
> Hello! I would like to work on this if possible. Please let me know if I can work on this, thanks! Hey @naevern, thanks for offering to take this...
> I get error in `vyper` when I try to compile interfaces, like: > > ``` > ERROR: (VyperCompileError) contracts/interfaces/IFaceZeroFour.vyi > StructureException:`...` is not allowed in `.vy` files! Did you...
weird thing: noticed that we end up with `settings` being passed to `Vyper04Compiler.compile` that looks like this ```py >>> settings {'gas%none': {'optimize': 'gas', 'outputSelection': {'contracts/LendVault.vy': ['*']}, 'search_paths': ['/home/doggie/.pyenv/versions/3.11.11/envs/ape-academy/lib/python3.11/site-packages', '.'], 'enable_decimals':...
So this will actually turn into removing the MCP from `silverback cluster` once it is migrated into cluster functionality directly Then, users will be able to just directly connect to...
This would take a larger refactor to move to a more functional, metaclass-style method for generating `ContractContainer` singleton classes from `ethpm_types.ContractType` models which can be instantiated (and enhanced with other...