Skip to content

Conversation

@legion2002
Copy link
Collaborator

@legion2002 legion2002 commented Sep 19, 2025

Combines the following airdrop farming PRs, into a single PR

Combines the following fixes:
- PR #357: Replace SuperAdminCanSpendAnything with SuperAdminCanExecuteEverything in setCallChecker
- PR #314: Fix typos across codebase (overriden→overridden, Calcualated→Calculated, etc.)
- PR #379: Correct inline comment about approval amount (20-byte all-ones, not type(uint256).max)

Co-Authored-By: GarmashAlex <[email protected]>
Co-Authored-By: sukrucildirr <[email protected]>
Co-Authored-By: Forostovec <[email protected]>

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@legion2002 legion2002 changed the title fix: combine airdrop PRs chore: combine airdrop farming PRs Sep 19, 2025
@github-actions
Copy link
Contributor

🤖 Bytecode changes detected! EIP-712 domain versions have been automatically updated for: IthacaAccount

mstore(m, 0x095ea7b3) // `approve(address,uint256)`.
mstore(add(m, 0x20), caller())
mstore(add(m, 0x40), 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF) // type(uint256).max
mstore(add(m, 0x40), 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF) // 20-byte all-ones sentinel (2^160-1), not uint256 max
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

took a look at the other PR - theres 42 F's here so this is actually u168max, not u160max

im fine with either changing this to 40 F's, or changing the comment to u168max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants