SheldonHolmgren
SheldonHolmgren
### Component Forge ### Describe the feature you would like Some way to specify the fork-block-number in the test source code file rather than the command line. Allowing for running...
### Describe the issue: See the linked repo with a minimal reproducible example. Running `slither . --compile-force-framework foundry` leads to the crash with a backtrace pasted as the log output...
Some projects require custom crytic-compile args. (In my case I need `--solc-remaps` passed to crytic-compile. I suspect many projects will require the same). However, in https://github.com/crytic/echidna-parade/blob/main/echidna_parade/campaign.py#L30 echidna-parade ignores this parameter...
**Describe the bug** `hybrid-echidna` crashes my machine since with each new iteration (i.e., echidna campaign) the memory usage grows rapidly. I could increase the amount of RAM or swap available...
**Describe the bug** The json format has changed with echidna-test v2.0.5. There is also an additional log line in the output preceding the json. Optik cannot handle either. **To Reproduce**...
**Describe the Features** Allow state dicts to be indexed by complex types (i.e., types other than string and int). Example: ```python class Canonical_name(rx.Base): prefix: str name: str postfix: str class...
**To Reproduce** This works: ```python @rx.page(route="/test_hover/") def test_hover(): return rx.hover_card.root( rx.hover_card.trigger( rx.text("hover me") ), rx.hover_card.content( rx.text("Hello, world!") ) ) ``` But this doesn't (nothing happens when the trigger is hovered...
### Describe the issue: While parsing https://etherscan.deth.net/address/0xb78d0db9cca422313a83eb368ca3d9f443433081 Slither falls info an infinite loop in `_analyze_using_for(...)`, repeatedly adding the same contract to `contracts_to_be_analyzed`. ### Code example to reproduce the issue: ```...