Skip to content

Commit 7476ffd

Browse files
committed
retire EOA checks
1 parent 1a51d77 commit 7476ffd

File tree

4 files changed

+0
-290
lines changed

4 files changed

+0
-290
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This repo is an ongoing collection of useful, and occasionally clever, solidity/
2929
- Perform fast, complex queries of on-chain data and simulations with zero deployment cost using `eth_call`.
3030
- [Explicit Storage Buckets](./patterns/explicit-storage-buckets)
3131
- Safer, guaranteed non-overlapping storage for upgradeable contracts.
32-
- [Externally Owned Account Checks](./patterns/eoa-checks)
33-
- The consequences of interacting with contracts vs regular wallets, and how to identify them.
3432
- [Factory Proofs](./patterns/factory-proofs)
3533
- Proving on-chain that a contract was deployed by a trusted deployer.
3634
- [Flash Loans](./patterns/flash-loans/)

patterns/eoa-checks/KingOfTheHill.sol

-103
This file was deleted.

patterns/eoa-checks/README.md

-67
This file was deleted.

test/KingOfTheHill.t.sol

-118
This file was deleted.

0 commit comments

Comments
 (0)