0xrusowsky

Results 8 issues of 0xrusowsky

Hi team, I really love rainbow's UX/UI. Nevertheless, I think it is fundamental that you add the possibility to enable 2FA authentification when trying to open the app. Although phones...

## Overview This PR addresses [issue #295](https://github.com/huff-language/huff-rs/issues/295) and aims to fulfill the feature requests made by @erhant and @Philogy. ### Proposed Changes - Implement a contract-wide label uniqueness check. -...

ability to run: - [ ] if statements - [ ] for loops

enhancement

## Motivation Enhance `forge eip712` cmd to: - give more clarity on the type ctx showing: `file > contract > type` - also output the type hash

ref: - https://github.com/foundry-rs/foundry/issues/10769#issuecomment-2969023736 ## Motivation easily allow disabling lints with inline-config via comments ## Implementation having standardization in mind, i decided to follow the same naming convention as `forge-fmt` (and...

Tracking all tickets related to `forge lint`: - [x] https://github.com/foundry-rs/foundry/issues/1970 - [ ] `--fix` flag for automatic fixing of stable found issues

T-meta

Adds a new lint rule for unused imports. ref: - https://github.com/foundry-rs/foundry/issues/10633#issuecomment-2919234069

### Component Forge ### Describe the feature you would like the linter should flag unused imports. apparently it was removed from slither due to instability, but exists in solhint. ###...

T-feature
C-forge
Cmd-forge-lint