Skip to content
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