El De-dog-lo
El De-dog-lo
This is a great candidate for a plugin! Ape has the ExplorerAPI plugin which allows you to do things like contract verification and other tasks that an explorer might have...
> Any reason to prefer SQL vs NoSQL? I think because the data here will be primarily objects and nested objects, a NoSQL would be preferable. For example, MongoDB. sqlitedb...
Note: just an idea, very much not priority atm
It came from this PR https://github.com/ApeWorX/ape/issues/158
only do this when launching a script or console process (not testing)
> What are the types of thing you would do with the `project` you get from `Project.from_manifest()`? - Load a project from a file on disk (as mentioned, using a...
> I have found what I believe is a testcase for this issue. > > ```python > with networks.ethereum.mainnet.use_provider('geth'): > l1_bridge = Contract(L1_BRIDGE_ADDRESS) > df_l1_initiated = l1_bridge.ERC20BridgeInitiated.query("*", start_block=0) > ```...
watch https://github.com/ethereum/py-evm/pull/2021 for the release of the fix upstream that makes `blake2b-py` an optional dependency
@carver you linked me to PR 2021 here: https://github.com/ethereum/py-evm/pull/2012#issuecomment-912625225 That release is a blocker for Windows support since no `blake2b-py` distributions exist for Windows. As of PR 2012 being merged,...
maintainers note: low priority