Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove ERC20Snapshot
  • Loading branch information
Amxx committed May 24, 2023
commit 642044441218b97910359481398939b069641ea4
5 changes: 5 additions & 0 deletions .changeset/ninety-ghosts-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'openzeppelin-solidity': major
---

`ERC20Snapshot`: removed.
3 changes: 0 additions & 3 deletions contracts/token/ERC20/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Additionally there are multiple custom extensions, including:
* {ERC20Burnable}: destruction of own tokens.
* {ERC20Capped}: enforcement of a cap to the total supply when minting tokens.
* {ERC20Pausable}: ability to pause token transfers.
* {ERC20Snapshot}: efficient storage of past token balances to be later queried at any point in time.
* {ERC20Permit}: gasless approval of tokens (standardized as ERC2612).
* {ERC20FlashMint}: token level support for flash loans through the minting and burning of ephemeral tokens (standardized as ERC3156).
* {ERC20Votes}: support for voting and vote delegation.
Expand Down Expand Up @@ -54,8 +53,6 @@ NOTE: This core set of contracts is designed to be unopinionated, allowing devel

{{ERC20Permit}}

{{ERC20Snapshot}}

{{ERC20Votes}}

{{ERC20VotesComp}}
Expand Down
189 changes: 0 additions & 189 deletions contracts/token/ERC20/extensions/ERC20Snapshot.sol

This file was deleted.

Loading