Skip to content

Commit

Permalink
Remove GSNv1 contracts (#2521)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
  • Loading branch information
Amxx and frangio committed Feb 18, 2021
1 parent e66e3ca commit f7c8252
Show file tree
Hide file tree
Showing 27 changed files with 16,286 additions and 2,267 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* `ERC20`: Removed the `_setDecimals` function and the storage slot associated to decimals. ([#2502](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2502))
* `Strings`: addition of a `toHexString` function. ([#2504](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2504))
* `EnumerableMap`: change implementation to optimize for `key → value` lookups instead of enumeration. ([#2518](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2518))
* `GSN`: Deprecate GSNv1 support in favor of upcomming support for GSNv2. ([#2521](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2521))

## 3.4.0 (2021-02-02)

Expand Down
5 changes: 0 additions & 5 deletions contracts/GSN/Context.sol

This file was deleted.

194 changes: 0 additions & 194 deletions contracts/GSN/GSNRecipient.sol

This file was deleted.

152 changes: 0 additions & 152 deletions contracts/GSN/GSNRecipientERC20Fee.sol

This file was deleted.

0 comments on commit f7c8252

Please sign in to comment.