El De-dog-lo
El De-dog-lo
okay, jfc https://github.com/eth-brownie/brownie/blob/122aab40ed86f14e545e366d2658616a670459dc/brownie/project/scripts.py#L102-L136
maintainer's note: the idea behind this PR is to begin adding support for the new experimental query API to downstream 2nd/3rd party plugins in anticipation of v0.9, where legacy support...
> nice, consider my feedback then ill approve > also i would like to make sure this doesnt break ape-titanoboa In general, I want to check all the other plugins...
Wake has a version of this idea where it uses multiple connected chains together (but I find it to be more verbose than necessary) https://ackee.xyz/wake/docs/latest/testing-framework/cross-chain-testing/
Could be related: https://github.com/ApeWorX/ape-optimism/issues/14
re: time deployed, how about adding `txn_hash: 0x...` to the item? we could also use that to backfill the creation metadata as well, which will help figure out the constructor...
The core `ContractLog` data type is here, I think it would be as simple as adding `removed: bool = False` with docstring to this model (and testing it of course)...
First PR: https://github.com/ApeWorX/eth-pydantic-types/pull/27
> @fubuloubu , I could take the whole ape repo and refresh to the bast practices (Python 3.14, uv, pydantic, etc.) as we discussed before in Discord Hey @Syzygy106 would...
> @fubuloubu , should I change something? I'll check today all conversations and solve them, but I see there are merge conflicts Conflicts should all be resolved, there are just...