Skip to content

retire EOA checks #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ This repo is an ongoing collection of useful, and occasionally clever, solidity/
- Perform fast, complex queries of on-chain data and simulations with zero deployment cost using `eth_call`.
- [Explicit Storage Buckets](./patterns/explicit-storage-buckets)
- Safer, guaranteed non-overlapping storage for upgradeable contracts.
- [Externally Owned Account Checks](./patterns/eoa-checks)
- The consequences of interacting with contracts vs regular wallets, and how to identify them.
- [Factory Proofs](./patterns/factory-proofs)
- Proving on-chain that a contract was deployed by a trusted deployer.
- [Flash Loans](./patterns/flash-loans/)
Expand Down
103 changes: 0 additions & 103 deletions patterns/eoa-checks/KingOfTheHill.sol

This file was deleted.

67 changes: 0 additions & 67 deletions patterns/eoa-checks/README.md

This file was deleted.

118 changes: 0 additions & 118 deletions test/KingOfTheHill.t.sol

This file was deleted.

Loading