El De-dog-lo
El De-dog-lo
> Should we consider this feature something that is only shown if we can access the trace info (for instance it seems we can always do it for `ContractLogicError`), and...
https://coverage.readthedocs.io/en/latest/api_plugin.html#file-tracers
Do you mean displaying logs when printing the tree? Or do you mean logging the events that occur within any transaction you broadcast to the network?
> one thing to consider is parity-style traces only contain calls and no logs. so this would only by possible with geth-style logs by catching `LOG0...LOG4` [opcodes](https://ethervm.io/#A0). Could probably fill...
> You have to use events for transactions I believe. > > https://ethereum.stackexchange.com/questions/73787/solidity-return-value-of-smart-contract-transact > > I showed @Ninjagod1251 how to get the events from a receipt! Not sure if this...
> Look like we should research more and I think I might be in over my head. I would love to listen in and test the feature Yeah, please hold...
@helloibis might be able to take a stab at adding this to the `ReceiptAPI` class as a `.return_value` property, and let it raise if the current provider does not implement...
when installing a python version with pyenv on linux, I've found that there are a number of libraries which improve the install experience you should have installed via `apt`: ```sh...
Does it have a failure? Also, can you try adding `__init__.py` files inside both directories?
Can confirm this. Root cause is it doesn't walk the full directory right now in https://github.com/ApeWorX/ape/blob/main/src/ape_run/_cli.py#L115