antazoey

Results 333 comments of antazoey

Maybe kind of a silly idea that may or not involve using `click-plugins` but what if we had an `ape-click` plugin that had everything in `ape.cli` as well possibly more...

Another v1 SPIKE I think

there is also an issue for this found in `ape-etherscan`: https://github.com/ApeWorX/ape-etherscan/issues/22 Now, they are linked :)

Seems like in some cases, as reported in #645, the interactive shell does not open at all

Sounds like you have Brownie installed in the same environment, which currently is not supported

@NotPeopling2day Can we try conditionally adding the pytest option? Like check if it already exists. If it does, use it. Else add it and then use it. This will help...

Note: brownie and ape's dependencies have diverged and there are other issues now before getting to this point.

> maybe it should be called `native_token` It is not always native though. In the case of Starknet, it is an ERC20 at the moment

> It could be `fee_token: Optional[AddressType] = None` where `None` means "use native Ether-like balances" What if the native token is not Ether like?

I am guessing we want this on the receipt? ```python receipt.show_gas_report() ``` This ticket could use some more acceptance criteria Edit: Okay this seems different than the report we want...