Alex Roan

Results 10 comments of Alex Roan

Hey Alberto, I proposed how this might be done [here](https://medium.com/coinmonks/proposing-future-ethereum-access-control-72e56e14e68e). Let me know your thoughts

This is a great addition IMO. Controlling `msg.sender` with pranks for deployments is a common test pattern. I'd love to see this merged. One workaround, for now, is to use...

Looks like @onbjerg suggested that this might be done natively in #1576, but coverage always seems to include .t.sol files. The `build` command supports a `--skip test` option, which excludes...

A workaround for this is to retroactively remove unwanted files from the lcov report using the `lcov` package. Example CI: 1. `forge coverage --report lcov` (this generates a ./lcov.info file)...

Please create a branch in the smartcontractkit/chainlink repo instead of a fork, otherwise required CI steps won't run here.

@se3000 I've opted for option 1 and converted this into a long-lived branch. As for the cutoff point, I think this sounds like a good place to stop here: *...

Closing this based on conversations with @se3000 and @HenryNguyen5

Same issue, also resolved with `"solidity.monoRepoSupport": false`